Skip to content

Commit fb7ea44

Browse files
authored
Merge pull request #18 from aehrc/release-please--branches--master--components--ontoserver
chore(master): release ontoserver 0.5.2
2 parents 78cf606 + 8cb88ac commit fb7ea44

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"charts/ontoserver": "0.5.1",
2+
"charts/ontoserver": "0.5.2",
33
"charts/ontoserver-extras": "0.1.2",
44
"charts/ontoserver-indexer": "0.2.1"
55
}

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The traps, in short:
5050
without it Release Please rewrites a release branch only when the generated *release notes*
5151
change, so a straggler keeps a stale base and conflicts. Don't remove that flag.
5252

53-
Current releases: `ontoserver` 0.5.1, `ontoserver-extras` 0.1.2, `ontoserver-indexer` 0.2.1.
53+
Current releases: `ontoserver` 0.5.2, `ontoserver-extras` 0.1.2, `ontoserver-indexer` 0.2.1.
5454

5555
## Editing a chart
5656

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ generated GitHub Release notes carry that information.
374374

375375
| Chart | Latest release | Notes |
376376
|---|---|---|
377-
| `ontoserver` | **0.5.1** | Removes `deployment.allowScaledReadWrite` — scaled read-write is not supported. 0.5.0 added `deployment.podManagementPolicy` and the OTel metrics/logs exporter values, and restored the empty `serverPort` default |
377+
| `ontoserver` | **0.5.2** | Scaled read-write is not supported: 0.5.1 removed `deployment.allowScaledReadWrite`, 0.5.2 stops the config passthroughs re-enabling writes. 0.5.0 added `deployment.podManagementPolicy` and the OTel metrics/logs exporter values, and restored the empty `serverPort` default |
378378
| `ontoserver-extras` | **0.1.2** | |
379379
| `ontoserver-indexer` | **0.2.1** | |
380380

charts/ontoserver/Chart.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ontoserver
33
description: Ontoserver FHIR terminology server helm chart with various
44
deployment configurations
55
type: application
6-
version: 0.5.1
6+
version: 0.5.2
77
appVersion: "ctsa-6"
88
home: https://ontoserver.csiro.au
99
icon: https://raw.githubusercontent.com/aehrc/ontoserver-deploy/master/icons/ontoserver.png
@@ -24,7 +24,5 @@ annotations:
2424
# Please, not an in-development one. Release Please bumps `version:` but does NOT touch this list,
2525
# so update it in the release PR before merging or it will silently describe the previous release.
2626
artifacthub.io/changes: |
27-
- kind: removed
28-
description: 'Scaled read-write is NOT supported and there is no opt-in. Removes ontoserver.deployment.allowScaledReadWrite and the two scaled read-write example values files that used it. A values file setting that flag with type scaled and isReadOnly false now fails to render'
29-
- kind: changed
30-
description: 'Documentation now states up front that scaled deployments are read-only and that scaled read-write is unsupported, instead of presenting it as an opt-in topology'
27+
- kind: fixed
28+
description: 'Scaled read-write is NOT supported. An ontoserver.config or ontoserver.secretConfig entry can no longer re-enable writes on a scaled deployment - such an entry took effect over the chart at runtime, and now fails to render instead'

charts/ontoserver/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.2](https://github.com/aehrc/ontoserver-deploy/compare/ontoserver-v0.5.1...ontoserver-v0.5.2) (2026-08-14)
9+
10+
11+
### Fixed
12+
13+
* **ontoserver:** stop config passthroughs re-enabling writes on scaled deployments ([fd908cd](https://github.com/aehrc/ontoserver-deploy/commit/fd908cd29c72841decfbaaa13d3b230c7763bed8))
14+
815
## [0.5.1](https://github.com/aehrc/ontoserver-deploy/compare/ontoserver-v0.5.0...ontoserver-v0.5.1) (2026-08-13)
916

1017

0 commit comments

Comments
 (0)