Skip to content

Commit

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


##
[10.3.0-uds.0](v10.2.0-uds.1...v10.3.0-uds.0)
(2025-01-07)


### ⚠ BREAKING CHANGES

* update custom network properties key
([#178](#178))

### Miscellaneous

* **deps:** update mattermost package dependencies
([#177](#177))
([52ceb1c](52ceb1c))
* **deps:** update mattermost support dependencies
([#179](#179))
([b96d245](b96d245))
* **deps:** update package-deps to v1.14.0-uds.0-upstream
([#181](#181))
([f4b32c9](f4b32c9))
* update custom network properties key
([#178](#178))
([6ecf5b2](6ecf5b2))

---
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 Jan 7, 2025
1 parent f4b32c9 commit b3609ea
Show file tree
Hide file tree
Showing 7 changed files with 23 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"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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))
* **deps:** update package-deps to v1.14.0-uds.0-upstream ([#181](https://github.com/defenseunicorns/uds-package-mattermost/issues/181)) ([f4b32c9](https://github.com/defenseunicorns/uds-package-mattermost/commit/f4b32c94b9bdb700633c6201e17e39a72e16580b))
* 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 b3609ea

Please sign in to comment.