Skip to content
Merged
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,5 +1,5 @@
{
"charts/ontoserver": "0.4.0",
"charts/ontoserver-extras": "0.1.2",
"charts/ontoserver-indexer": "0.2.0"
"charts/ontoserver-indexer": "0.2.1"
}
5 changes: 3 additions & 2 deletions charts/ontoserver-indexer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v2
name: ontoserver-indexer
description: Runs a Kubernetes Job to index a SNOMED CT (or other) code system and publish to a syndication server
description: Runs a Kubernetes Job to index a SNOMED CT (or other) code system
and publish to a syndication server
type: application
version: 0.2.0
version: 0.2.1
appVersion: "ctsa-6"
home: https://ontoserver.csiro.au
icon: https://raw.githubusercontent.com/aehrc/ontoserver-deploy/master/icons/ontoserver-indexer.png
Expand Down
8 changes: 8 additions & 0 deletions charts/ontoserver-indexer/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/aehrc/ontoserver-deploy/compare/ontoserver-indexer-0.2.0...ontoserver-indexer-v0.2.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.2.0] - 2026-08-12

> Note: checked against the `ontoserver-indexer-0.1.0` tag by diffing the values keys, not assembled from commit
Expand Down
Loading