Skip to content

Commit

Permalink
chore(main): release 9.7.2-uds.1 (#64)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[9.7.2-uds.1](v9.7.2-uds.0...v9.7.2-uds.1)
(2024-05-07)


### ⚠ BREAKING CHANGES

* add monitoring and granular netpols
([#67](#67))

### Features

* add monitoring and granular netpols
([#67](#67))
([915eb2d](915eb2d))
* integrate with keycloak
([#44](#44))
([ce05b45](ce05b45))


### Miscellaneous

* **deps:** update mattermost support dependencies
([#63](#63))
([6010a04](6010a04))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 915eb2d commit fcf56e0
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 fcf56e0

Please sign in to comment.