Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"helm/applications/base": "0.4.1",
"helm/applications/cavern": "0.8.0",
"helm/applications/posix-mapper": "0.6.0",
"helm/applications/posix-mapper": "0.7.0",
"helm/applications/science-portal": "1.2.1",
"helm/applications/sshd": "1.0.1",
"helm/applications/storage-ui": "0.9.0",
Expand Down
16 changes: 16 additions & 0 deletions helm/applications/posix-mapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG for POSIX Mapper (0.5.0)

## [0.7.0](https://github.com/opencadc/deployments/compare/posixmapper-0.6.0...posixmapper-0.7.0) (2026-06-15)


### Features

* posix mapper chart updates with backward compat fixes and version bump ([5639666](https://github.com/opencadc/deployments/commit/56396663fe35a0272f974601643a581386c81318))


### Bug Fixes

* add image pull secret to posix mapper chart ([52fe4e0](https://github.com/opencadc/deployments/commit/52fe4e058e3200cbe715036640ed23ddec3158c4))
* correct image ([8224472](https://github.com/opencadc/deployments/commit/82244723a6e2d25847fc1173c9bd9aad26ecd3d1))
* **lint:** helm docs ([2b386e5](https://github.com/opencadc/deployments/commit/2b386e541ea8749a4c24703d1bf1e13deb15de10))
* merge main ([736886b](https://github.com/opencadc/deployments/commit/736886bf662a18078e7e3eb9466ceaab54edf6d7))
* papi support ([fea0840](https://github.com/opencadc/deployments/commit/fea0840bb222d19969a45698142a69c10adc471e))

## [0.6.0](https://github.com/opencadc/deployments/compare/posixmapper-0.5.0...posixmapper-0.6.0) (2026-03-25)


Expand Down
2 changes: 1 addition & 1 deletion helm/applications/posix-mapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/applications/posix-mapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Helm chart to install the UID/GID POSIX Mapper

| Chart | AppVersion | Type |
|:-----:|:----------:|:----:|
|0.6.0<!-- x-release-please-version --> | 0.4.0 | application |
|0.7.0<!-- x-release-please-version --> | 0.4.0 | application |

## Values

Expand Down