Skip to content

Commit

Permalink
chore(main): release 9.4.1-uds.2 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
1 parent f8fbfc2 commit e177cbe
Show file tree
Hide file tree
Showing 6 changed files with 13 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.1"
".": "9.4.1-uds.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

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


### Bug Fixes

* expose plugin upload setting ([#12](https://github.com/defenseunicorns/uds-package-mattermost/issues/12)) ([f8fbfc2](https://github.com/defenseunicorns/uds-package-mattermost/commit/f8fbfc2d38e90f82f57821e319b69388e178a1fc))

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


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.1
version: 9.4.1-uds.2
# 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.1
ref: 9.4.1-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 @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: The version of the package to build
# x-release-please-start-version
default: "9.4.1-uds.1"
default: "9.4.1-uds.2"
# 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.1
9.4.1-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.4.1-uds.1"
version: "9.4.1-uds.2"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit e177cbe

Please sign in to comment.