From a406c8ab2225b9633a92acf096d1bdd7b1adfa61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:12:33 +0000 Subject: [PATCH 1/3] chore(main): release 0.2.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ bundles/uds-core-swf/uds-bundle.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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..5ad8a3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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) + + +### 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 From 06ccea91dc3e6226452c0cd9f59ef040006c6106 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 25 Apr 2024 02:51:33 +0000 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad8a3f8..c2f3a135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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](./README.md#custom-keycloak-plugin) +``` +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 From d99aa5723de66a75f6034a8561ebe0b0b3dc07d4 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 25 Apr 2024 02:57:39 +0000 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f3a135..374524e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,17 @@ 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](./README.md#custom-keycloak-plugin) +- 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). +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) +- Updated [packages and dependencies doc](docs/packages-and-dependencies.md) ### Features