Skip to content

Commit

Permalink
Merge pull request #18 from defenseunicorns/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main

chore(main): release 0.1.0-alpha
  • Loading branch information
Racer159 authored Aug 6, 2024
2 parents 8549a76 + ce477a6 commit ff28f18
Show file tree
Hide file tree
Showing 7 changed files with 27 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 @@
{
".": "0.1.0"
".": "0.1.0-alpha"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [0.1.0-alpha](https://github.com/defenseunicorns/uds-package-sigstore/compare/v0.1.0...v0.1.0-alpha) (2024-08-06)


### Features

* enable the device flow through keycloak ([a5eb239](https://github.com/defenseunicorns/uds-package-sigstore/commit/a5eb239db8402d608e976928be2d4a0e1688d288))


### Miscellaneous

* **deps:** update sigstore package dependencies ([db18caa](https://github.com/defenseunicorns/uds-package-sigstore/commit/db18caa0f783df9aea78296472d108348116c627))
* **deps:** update sigstore package dependencies to v1 ([721b7b1](https://github.com/defenseunicorns/uds-package-sigstore/commit/721b7b1a586f2c30395b2b0c04ff9df07e29e1d2))
* **deps:** update sigstore support dependencies ([ed2659f](https://github.com/defenseunicorns/uds-package-sigstore/commit/ed2659f55e19006dc3a8cfe7860fed06d8fc9ba2))
* **deps:** update sigstore support dependencies ([cb1c691](https://github.com/defenseunicorns/uds-package-sigstore/commit/cb1c691f6082d07bff9dbcdaf1c8575c394c2d27))
* **deps:** update support-deps to v4 ([6d7cbc5](https://github.com/defenseunicorns/uds-package-sigstore/commit/6d7cbc538931ac4dce89ce2b89f7591be53c80c7))
* document the usage of a KMS with the sigstore stack ([ffe6cc8](https://github.com/defenseunicorns/uds-package-sigstore/commit/ffe6cc83054be3c4a9a4446c65bc9a8b5ad0782c))
* update runner to 'ubuntu-latest' ([2e007a3](https://github.com/defenseunicorns/uds-package-sigstore/commit/2e007a3848f2467e2c6985b2f474368450a8bed5))
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: sigstore-test
description: A UDS bundle for deploying Sigstore on a development cluster
# x-release-please-start-version
version: 0.1.0
version: 0.1.0-alpha
# x-release-please-end

packages:
Expand All @@ -14,7 +14,7 @@ packages:
- name: sigstore
path: ../
# x-release-please-start-version
ref: 0.1.0
ref: 0.1.0-alpha
# x-release-please-end
overrides:
ctlog:
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"versioning": "default",
"versioning": "prerelease",
"prerelease-type": "alpha",
"extra-files": [
"bundle/uds-bundle.yaml",
"tasks/publish.yaml",
Expand Down
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ tasks:
task: publish:package
with:
# x-release-please-start-version
version: "0.1.0"
version: "0.1.0-alpha"
# x-release-please-end
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.0-alpha
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:
description: "A deployment of the primary components in the Sigstore stack"
url: https://github.com/sigstore/helm-charts
# x-release-please-start-version
version: "0.1.0"
version: "0.1.0-alpha"
# x-release-please-end

components:
Expand Down

0 comments on commit ff28f18

Please sign in to comment.