Skip to content

Commit

Permalink
chore(main): release 5.6.0-uds-0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 5, 2024
1 parent d3238a3 commit 4b514ed
Show file tree
Hide file tree
Showing 6 changed files with 21 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 @@
{
".": "5.5.14-uds-0"
".": "5.6.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.

## [5.6.0-uds-0](https://github.com/defenseunicorns/uds-package-jenkins/compare/v5.5.14-uds-0...v5.6.0-uds-0) (2024-09-05)


### Features

* re-add plugin renovate json ([cefd16d](https://github.com/defenseunicorns/uds-package-jenkins/commit/cefd16d554cf0a3c86a42a1b008a9beadd2b5867))


### Miscellaneous

* add delivery as codeowners ([0143889](https://github.com/defenseunicorns/uds-package-jenkins/commit/01438893802b85fea8b2f0bf73f22ecc8be465c4))
* **deps:** update jenkins package dependencies to v2.475 ([cfac53a](https://github.com/defenseunicorns/uds-package-jenkins/commit/cfac53a95650c39ce9060e7ddb1706a29618e56f))
* **deps:** update support-deps to v38.68.0 ([78419ae](https://github.com/defenseunicorns/uds-package-jenkins/commit/78419ae727d685d57d4e47f892bbb0a6a6c29b0f))

## [5.5.14-uds-0](https://github.com/defenseunicorns/uds-package-jenkins/compare/v5.5.0-uds.0...v5.5.14-uds-0) (2024-09-04)


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,14 +3,14 @@ metadata:
name: jenkins-test
description: A UDS bundle for deploying jenkins and it's dependencies on a development cluster
# x-release-please-start-version
version: 5.5.14-uds-0
version: 5.6.0-uds-0-0
# x-release-please-end

packages:
- name: jenkins
path: ../
# x-release-please-start-version
ref: 5.5.14-uds-0
ref: 5.6.0-uds-0-0
# x-release-please-end
overrides:
uds-jenkins-config:
Expand Down
4 changes: 2 additions & 2 deletions tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "5.5.14-uds-0"
version: "5.6.0-uds-0-0"
# x-release-please-end

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

Expand Down

0 comments on commit 4b514ed

Please sign in to comment.