Skip to content

Commit

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


##
[9.7.2-uds.2](v9.7.2-uds.1...v9.7.2-uds.2)
(2024-05-13)


### Bug Fixes

* pre-commit yaml lint config and postgres config error
([#74](#74))
([47c4760](47c4760))
* replaced hardcoded redirectUri
([#73](#73))
([1390dcd](1390dcd))

---
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 13, 2024
1 parent 47c4760 commit 4e45a92
Show file tree
Hide file tree
Showing 6 changed files with 14 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.1"
".": "9.7.2-uds.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

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


### Bug Fixes

* pre-commit yaml lint config and postgres config error ([#74](https://github.com/defenseunicorns/uds-package-mattermost/issues/74)) ([47c4760](https://github.com/defenseunicorns/uds-package-mattermost/commit/47c47600d81baa62913a3ae35f5bcf84b40f3362))
* replaced hardcoded redirectUri ([#73](https://github.com/defenseunicorns/uds-package-mattermost/issues/73)) ([1390dcd](https://github.com/defenseunicorns/uds-package-mattermost/commit/1390dcd05a600e6a2972740a4a14f7ff89aec8af))

## [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)


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.1
version: 9.7.2-uds.2
# 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.1
ref: 9.7.2-uds.2
# 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.1"
version: "9.7.2-uds.2"
# 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.1
9.7.2-uds.2
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.1"
version: "9.7.2-uds.2"
# x-release-please-end

variables:
Expand Down

0 comments on commit 4e45a92

Please sign in to comment.