From 3f8f491018244bd156731d35637ed8924ed915b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 04:15:56 +0000 Subject: [PATCH] chore(master): release ontoserver 0.4.1 --- .release-please-manifest.json | 2 +- charts/ontoserver/Chart.yaml | 5 +++-- charts/ontoserver/changelog.md | 8 ++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b097d2..7c312d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "charts/ontoserver": "0.4.0", + "charts/ontoserver": "0.4.1", "charts/ontoserver-extras": "0.1.2", "charts/ontoserver-indexer": "0.2.1" } diff --git a/charts/ontoserver/Chart.yaml b/charts/ontoserver/Chart.yaml index 7ea6cd6..9896c47 100644 --- a/charts/ontoserver/Chart.yaml +++ b/charts/ontoserver/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v2 name: ontoserver -description: Ontoserver FHIR terminology server helm chart with various deployment configurations +description: Ontoserver FHIR terminology server helm chart with various + deployment configurations type: application -version: 0.4.0 +version: 0.4.1 appVersion: "ctsa-6" home: https://ontoserver.csiro.au icon: https://raw.githubusercontent.com/aehrc/ontoserver-deploy/master/icons/ontoserver.png diff --git a/charts/ontoserver/changelog.md b/charts/ontoserver/changelog.md index 33bc6e4..e14d2aa 100644 --- a/charts/ontoserver/changelog.md +++ b/charts/ontoserver/changelog.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.1](https://github.com/aehrc/ontoserver-deploy/compare/ontoserver-0.4.0...ontoserver-v0.4.1) (2026-08-13) + + +### Fixed + +* exclude changelog.md by name instead of a helmignore negation ([38cc427](https://github.com/aehrc/ontoserver-deploy/commit/38cc427ba61bcc68407c49bb5976c3662bcce163)) +* unignore README.md in helm packages ([1bdcd4e](https://github.com/aehrc/ontoserver-deploy/commit/1bdcd4e1545925206aa56b97ed521edfd356cfe3)) + ## [0.4.0] - 2026-08-12 ### Removed