Skip to content

Commit

Permalink
chore(main): release 2.480.0-uds.3 (#113)
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 Dec 5, 2024
1 parent 056c57f commit e1dcc8f
Show file tree
Hide file tree
Showing 6 changed files with 15 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 @@
{
".": "2.480.0-uds.2"
".": "2.480.0-uds.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [2.480.0-uds.3](https://github.com/defenseunicorns/uds-package-jenkins/compare/v2.480.0-uds.2...v2.480.0-uds.3) (2024-12-05)


### Miscellaneous

* **deps:** update jenkins package dependencies ([#111](https://github.com/defenseunicorns/uds-package-jenkins/issues/111)) ([e567ea6](https://github.com/defenseunicorns/uds-package-jenkins/commit/e567ea6327f8b1151ea290e6499dd96e44b6f67c))
* **deps:** update plugin-deps to v4302 ([#112](https://github.com/defenseunicorns/uds-package-jenkins/issues/112)) ([dc2ccef](https://github.com/defenseunicorns/uds-package-jenkins/commit/dc2ccefc71a678004856cb40bc195371868b9025))
* release 2.480.0-uds.3 ([056c57f](https://github.com/defenseunicorns/uds-package-jenkins/commit/056c57f7a13578cc93bed3095ccf2fb7af0b5ef8))

## [2.480.0-uds.2](https://github.com/defenseunicorns/uds-package-jenkins/compare/v2.480.0-uds.1...v2.480.0-uds.2) (2024-12-03)


Expand Down
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ metadata:
name: jenkins-test
description: A UDS bundle for deploying jenkins on a development cluster
# x-release-please-start-version
version: 2.480.0-uds.2
version: 2.480.0-uds.3
# x-release-please-end

packages:
- name: jenkins
path: ../
# x-release-please-start-version
ref: 2.480.0-uds.2
ref: 2.480.0-uds.3
# x-release-please-end
overrides:
uds-jenkins-config:
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: 2.480.0-uds.2
version: 2.480.0-uds.3
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.480.0-uds.2
2.480.0-uds.3
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: jenkins
description: "UDS Jenkins package"
# x-release-please-start-version
version: "2.480.0-uds.2"
version: "2.480.0-uds.3"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit e1dcc8f

Please sign in to comment.