Skip to content

Commit

Permalink
Fixed release-please version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Feb 1, 2024
1 parent 26cc1f7 commit bc82ebf
Show file tree
Hide file tree
Showing 6 changed files with 7 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 @@
{
".": "4.11.0-uds.1"
".": "4.12.0-uds.0"
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [4.11.0-uds.1](https://github.com/defenseunicorns/uds-package-jenkins/compare/v4.11.0-uds.0...v4.11.0-uds.1) (2024-02-01)
## [4.12.0-uds.0](https://github.com/defenseunicorns/uds-package-jenkins/compare/v4.11.0-uds.0...v4.12.0-uds.0) (2024-02-01)


### Features
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,12 +3,12 @@ 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: 4.11.0-uds.1
version: 4.12.0-uds.0
# x-release-please-end

packages:
- name: jenkins
path: ../
# x-release-please-start-version
ref: 4.11.0-uds.1
ref: 4.12.0-uds.0
# x-release-please-end
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: The version of the package to build
# x-release-please-start-version
default: "4.11.0-uds.1"
default: "4.12.0-uds.0"
# x-release-please-end

- name: FLAVOR
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.0-uds.1
4.12.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: "4.11.0-uds.1"
version: "4.12.0-uds.0"
# x-release-please-end
architecture: amd64

Expand Down

0 comments on commit bc82ebf

Please sign in to comment.