Skip to content

Commit

Permalink
chore(main): release 9.4.1-uds.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2024
1 parent da20274 commit e57f69a
Show file tree
Hide file tree
Showing 6 changed files with 18 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.4.1-uds.2"
".": "9.4.1-uds.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [9.4.1-uds.3](https://github.com/defenseunicorns/uds-package-mattermost/compare/v9.4.1-uds.2...v9.4.1-uds.3) (2024-03-13)


### Miscellaneous

* add 🏭 to README.md ([9e4c566](https://github.com/defenseunicorns/uds-package-mattermost/commit/9e4c56615b8a5ef75c30c02930b8472c42cd52e6))
* **deps:** update all dependencies ([#16](https://github.com/defenseunicorns/uds-package-mattermost/issues/16)) ([e54ebc6](https://github.com/defenseunicorns/uds-package-mattermost/commit/e54ebc6f1ea9c1cb16afacadeca9e929ffe412e7))
* **deps:** update githubactions ([#17](https://github.com/defenseunicorns/uds-package-mattermost/issues/17)) ([a24855a](https://github.com/defenseunicorns/uds-package-mattermost/commit/a24855aec82b54ba868d1d4df6b23d051453db0d))
* **deps:** update githubactions ([#22](https://github.com/defenseunicorns/uds-package-mattermost/issues/22)) ([d1cf997](https://github.com/defenseunicorns/uds-package-mattermost/commit/d1cf99761139370adb51eb1b43b8bf8513ea576a))
* renovate config, remote tasks ([#14](https://github.com/defenseunicorns/uds-package-mattermost/issues/14)) ([bb6c574](https://github.com/defenseunicorns/uds-package-mattermost/commit/bb6c574383674d09e77ee7d88a1d9a5becd9faa0))
* standardize repo to template and update README.md ([#20](https://github.com/defenseunicorns/uds-package-mattermost/issues/20)) ([88a3d84](https://github.com/defenseunicorns/uds-package-mattermost/commit/88a3d84db5501ebe51dd0b4ff59b0c4233e35fb6))

## [9.4.1-uds.2](https://github.com/defenseunicorns/uds-package-mattermost/compare/v9.4.1-uds.1...v9.4.1-uds.2) (2024-02-01)


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.4.1-uds.2
version: 9.4.1-uds.3
# x-release-please-end

packages:
Expand All @@ -26,7 +26,7 @@ packages:
- name: mattermost
path: ../
# x-release-please-start-version
ref: 9.4.1-uds.2
ref: 9.4.1-uds.3
# 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 @@ -8,7 +8,7 @@ variables:
- name: VERSION
description: The version of the package to build
# x-release-please-start-version
default: "9.4.1-uds.2"
default: "9.4.1-uds.3"
# x-release-please-end

tasks:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.4.1-uds.2
9.4.1-uds.3
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.4.1-uds.2"
version: "9.4.1-uds.3"
# x-release-please-end

variables:
Expand Down

0 comments on commit e57f69a

Please sign in to comment.