Skip to content

Commit

Permalink
chore(main): release 1.20.0-uds.1 (#16)
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] authored Jun 13, 2024
1 parent a601bc9 commit e16d4c4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 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 @@
{
".": "1.20.0-uds.0"
".": "1.20.0-uds.1"
}
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.

## [1.20.0-uds.1](https://github.com/defenseunicorns/uds-package-confluence/compare/v1.20.0-uds.0...v1.20.0-uds.1) (2024-06-13)


### Miscellaneous

* **deps:** update confluence package dependencies ([#15](https://github.com/defenseunicorns/uds-package-confluence/issues/15)) ([a601bc9](https://github.com/defenseunicorns/uds-package-confluence/commit/a601bc9d63e8ba4776d235a40d4761c7b605b27f))
* **deps:** update confluence support dependencies ([#14](https://github.com/defenseunicorns/uds-package-confluence/issues/14)) ([d6df5fd](https://github.com/defenseunicorns/uds-package-confluence/commit/d6df5fd8063faf54a5d2eabb8dfccef106bc0653))

## [1.20.0-uds.0](https://github.com/defenseunicorns/uds-package-confluence/compare/v1.18.0-uds.0...v1.20.0-uds.0) (2024-05-16)


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: confluence-test
description: A UDS bundle for deploying Confluence and it's dependencies on a development cluster
# x-release-please-start-version
version: 1.20.0-uds.0
version: 1.20.0-uds.1
# x-release-please-end

packages:
Expand All @@ -29,5 +29,5 @@ packages:
- name: confluence
path: ../
# x-release-please-start-version
ref: 1.20.0-uds.0
ref: 1.20.0-uds.1
# x-release-please-end
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "1.20.0-uds.0"
version: "1.20.0-uds.1"
# x-release-please-end

- name: test-bundle
Expand Down Expand Up @@ -51,5 +51,5 @@ tasks:
task: publish:test-bundle
with:
# x-release-please-start-version
version: "1.20.0-uds.0"
version: "1.20.0-uds.1"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0-uds.0
1.20.0-uds.1
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: confluence
description: "UDS confluence package"
# x-release-please-start-version
version: "1.20.0-uds.0"
version: "1.20.0-uds.1"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit e16d4c4

Please sign in to comment.