Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.2.6 #87

Merged
merged 3 commits into from
Apr 25, 2024
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,3 +1,3 @@
{
".": "0.2.5"
".": "0.2.6"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down