diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 498ccc2e..2b7bcaf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.5" + ".": "0.2.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6611e637..374524e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## [0.2.6](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.2.5...v0.2.6) (2024-04-24) + +### Release Notes +- Added custom keycloak plugin support. Below note is in the README.md of this repo. +``` +Custom Keycloak Plugin +The Keycloak installation provided as part of UDS Core loads themes and plugins from an init-container. +You can optionally provide custom JARs at deploytime simply by adding them to the directory where you +run uds deploy. This will result in a custom Zarf package being built locally (to include your custom JAR). + +ANY CUSTOM JAR YOU ADD AT DEPLOY TIME WILL NOT BE INCLUDED IN THE BUNDLE SBOM +``` +- Package version updates to uds-core and mattermost +- Updated [packages and dependencies doc](docs/packages-and-dependencies.md) + +### Features + +* plugin data injector ([#82](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/82)) ([15ca8aa](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/15ca8aa0fb1f12ae99ad2c811209ecf32579e589)) + + +### Miscellaneous + +* upgrade mattermost to 9.7.1-uds.0-registry1 ([15ca8aa](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/15ca8aa0fb1f12ae99ad2c811209ecf32579e589)) +* upgrade uds-core to 0.20.0-registry1 ([15ca8aa](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/commit/15ca8aa0fb1f12ae99ad2c811209ecf32579e589)) + ## [0.2.5](https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/compare/v0.2.4...v0.2.5) (2024-04-18) ### Release Notes diff --git a/bundles/uds-core-swf/uds-bundle.yaml b/bundles/uds-core-swf/uds-bundle.yaml index f6a44092..54c6ab81 100644 --- a/bundles/uds-core-swf/uds-bundle.yaml +++ b/bundles/uds-core-swf/uds-bundle.yaml @@ -4,7 +4,7 @@ metadata: name: software-factory-nutanix description: A UDS bundle for deploying a software factory to an RKE2 cluster # x-release-please-start-version - version: "0.2.5" + version: "0.2.6" # x-release-please-end architecture: amd64