Skip to content

Commit

Permalink
chore(main): release 9.7.2-uds.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 7, 2024
1 parent 915eb2d commit 59fbd45
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.7.2-uds.0"
".": "9.7.2-uds.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file.

## [9.7.2-uds.1](https://github.com/defenseunicorns/uds-package-mattermost/compare/v9.7.2-uds.0...v9.7.2-uds.1) (2024-05-07)


### ⚠ BREAKING CHANGES

* add monitoring and granular netpols ([#67](https://github.com/defenseunicorns/uds-package-mattermost/issues/67))

### Features

* add monitoring and granular netpols ([#67](https://github.com/defenseunicorns/uds-package-mattermost/issues/67)) ([915eb2d](https://github.com/defenseunicorns/uds-package-mattermost/commit/915eb2ddcfe82f56c34bb2e98043d7a05f3e4810))
* integrate with keycloak ([#44](https://github.com/defenseunicorns/uds-package-mattermost/issues/44)) ([ce05b45](https://github.com/defenseunicorns/uds-package-mattermost/commit/ce05b45e32e4d7aceb77979b984cbd9a8506c9e2))


### Miscellaneous

* **deps:** update mattermost support dependencies ([#63](https://github.com/defenseunicorns/uds-package-mattermost/issues/63)) ([6010a04](https://github.com/defenseunicorns/uds-package-mattermost/commit/6010a04d47e5d66f960653b5f09c53e644b0f9d1))

## [9.7.2-uds.0](https://github.com/defenseunicorns/uds-package-mattermost/compare/v9.7.1-uds.0...v9.7.2-uds.0) (2024-04-30)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ metadata:
name: mattermost-test
description: A UDS bundle for deploying Mattermost and it's dependencies on a development cluster
# x-release-please-start-version
version: 9.7.2-uds.0
version: 9.7.2-uds.1
# x-release-please-end

packages:
Expand Down Expand Up @@ -36,7 +36,7 @@ packages:
- name: mattermost
path: ../
# x-release-please-start-version
ref: 9.7.2-uds.0
ref: 9.7.2-uds.1
# x-release-please-end
imports:
- name: ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "9.7.2-uds.0"
version: "9.7.2-uds.1"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.7.2-uds.0
9.7.2-uds.1
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mattermost
description: "UDS Mattermost Package"
# x-release-please-start-version
version: "9.7.2-uds.0"
version: "9.7.2-uds.1"
# x-release-please-end

variables:
Expand Down

0 comments on commit 59fbd45

Please sign in to comment.