Skip to content

Commit

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


##
[9.11.0-uds.0](v9.10.1-uds.1...v9.11.0-uds.0)
(2024-08-27)


### Miscellaneous

* **deps:** update mattermost package dependencies
([#127](#127))
([0991754](0991754))
* update reference in preparation for image publish
([#133](#133))
([5667b89](5667b89))

---
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] authored Aug 27, 2024
1 parent 0991754 commit f240529
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 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.10.1-uds.1"
".": "9.11.0-uds.0"
}
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.11.0-uds.0](https://github.com/defenseunicorns/uds-package-mattermost/compare/v9.10.1-uds.1...v9.11.0-uds.0) (2024-08-27)


### Miscellaneous

* **deps:** update mattermost package dependencies ([#127](https://github.com/defenseunicorns/uds-package-mattermost/issues/127)) ([0991754](https://github.com/defenseunicorns/uds-package-mattermost/commit/0991754595348f5606381cea93899f94ade8dc71))
* update reference in preparation for image publish ([#133](https://github.com/defenseunicorns/uds-package-mattermost/issues/133)) ([5667b89](https://github.com/defenseunicorns/uds-package-mattermost/commit/5667b8981e0f7acd9b9c11196ab16b5148a0d29b))

## [9.10.1-uds.1](https://github.com/defenseunicorns/uds-package-mattermost/compare/v9.10.1-uds.0...v9.10.1-uds.1) (2024-08-07)


Expand Down
6 changes: 3 additions & 3 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.10.1-uds.1
version: 9.11.0-uds.0
# x-release-please-end

packages:
Expand Down Expand Up @@ -47,13 +47,13 @@ packages:
- name: mattermost-plugins
path: ../
# x-release-please-start-version
ref: 9.10.1-uds.1
ref: 9.11.0-uds.0
# x-release-please-end

- name: mattermost
path: ../
# x-release-please-start-version
ref: 9.10.1-uds.1
ref: 9.11.0-uds.0
# x-release-please-end
imports:
- name: ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion plugins/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mattermost-plugins
description: "UDS Mattermost Plugins Package"
# x-release-please-start-version
version: "9.10.1-uds.1"
version: "9.11.0-uds.0"
# x-release-please-end

components:
Expand Down
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks:
- task: publish:package
with:
# x-release-please-start-version
version: "9.10.1-uds.1"
version: "9.11.0-uds.0"
# x-release-please-end

- name: publish-plugin-package
Expand All @@ -41,6 +41,6 @@ tasks:
- task: publish:package
with:
# x-release-please-start-version
version: "9.10.1-uds.1"
version: "9.11.0-uds.0"
# x-release-please-end
name: mattermost-plugins
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.10.1-uds.1
9.11.0-uds.0
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.10.1-uds.1"
version: "9.11.0-uds.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit f240529

Please sign in to comment.