Skip to content

Commit

Permalink
chore(main): release 10.3.0-uds.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 7, 2025
1 parent 52ceb1c commit 153a0bb
Show file tree
Hide file tree
Showing 7 changed files with 22 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 @@
{
".": "10.2.0-uds.1"
".": "10.3.0-uds.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

## [10.3.0-uds.0](https://github.com/defenseunicorns/uds-package-mattermost/compare/v10.2.0-uds.1...v10.3.0-uds.0) (2025-01-07)


### ⚠ BREAKING CHANGES

* update custom network properties key ([#178](https://github.com/defenseunicorns/uds-package-mattermost/issues/178))

### Miscellaneous

* **deps:** update mattermost package dependencies ([#177](https://github.com/defenseunicorns/uds-package-mattermost/issues/177)) ([52ceb1c](https://github.com/defenseunicorns/uds-package-mattermost/commit/52ceb1c4a34c9fb2cdcdc927cd8b22e70f6b5d19))
* **deps:** update mattermost support dependencies ([#179](https://github.com/defenseunicorns/uds-package-mattermost/issues/179)) ([b96d245](https://github.com/defenseunicorns/uds-package-mattermost/commit/b96d245c9b18b2e56bbef66db11f2cc5af874abd))
* update custom network properties key ([#178](https://github.com/defenseunicorns/uds-package-mattermost/issues/178)) ([6ecf5b2](https://github.com/defenseunicorns/uds-package-mattermost/commit/6ecf5b243b1c3b42bb48cf1642bf3f84c25f488b))

## [10.2.0-uds.1](https://github.com/defenseunicorns/uds-package-mattermost/compare/v10.2.0-uds.0...v10.2.0-uds.1) (2024-12-04)


Expand Down
6 changes: 3 additions & 3 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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: 10.2.0-uds.1
version: 10.3.0-uds.0
# x-release-please-end

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

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

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

- task: publish:package
with:
# x-release-please-start-version
version: "10.2.0-uds.1"
version: "10.3.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 @@
10.2.0-uds.1
10.3.0-uds.0
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
name: mattermost
description: "UDS Mattermost Package"
# x-release-please-start-version
version: "10.2.0-uds.1"
version: "10.3.0-uds.0"
# x-release-please-end

variables:
Expand Down

0 comments on commit 153a0bb

Please sign in to comment.