Skip to content

Commit

Permalink
chore(main): release 0.5.2 (#60)
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 Jul 23, 2024
1 parent 7f7ea92 commit ec6265d
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 15 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.5.1"
".": "0.5.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.2](https://github.com/justinthelaw/uds-rke2/compare/v0.5.1...v0.5.2) (2024-07-23)


### Bug Fixes

* bundle versioning strategy and install docs ([#55](https://github.com/justinthelaw/uds-rke2/issues/55)) ([e92928f](https://github.com/justinthelaw/uds-rke2/commit/e92928ffd2dc4061eac5480a92d2510dd47ebbf8))
* metallb docs and revert release please versioning ([#59](https://github.com/justinthelaw/uds-rke2/issues/59)) ([7f7ea92](https://github.com/justinthelaw/uds-rke2/commit/7f7ea929a6ee565ddd049f132db767f381b9f574))
* release please versioning issues ([#58](https://github.com/justinthelaw/uds-rke2/issues/58)) ([bc61058](https://github.com/justinthelaw/uds-rke2/commit/bc6105839527f91418461e303c306637283e4d5e))
* semantic versioning and latest bundle task ([#53](https://github.com/justinthelaw/uds-rke2/issues/53)) ([65f18b1](https://github.com/justinthelaw/uds-rke2/commit/65f18b1a8033b849ef27f688dd26b5b98ab2a9a8))

## [0.5.1](https://github.com/justinthelaw/uds-rke2/compare/v0.5.0...v0.5.1) (2024-07-20)


Expand Down
6 changes: 3 additions & 3 deletions bundles/latest/local-path-core/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: uds-rke2-local-path-core
description: "A UDS bundle for bootstrapping an RKE2 cluster and installing UDS Core services"
# x-release-please-start-version
version: "0.5.1"
version: "0.5.2"
# x-release-please-end
architecture: amd64

Expand All @@ -15,7 +15,7 @@ packages:
description: "Deploys the UDS RKE2 Zarf package"
repository: ghcr.io/justinthelaw/packages/uds/uds-rke2
# x-release-please-start-version
ref: "0.5.1"
ref: "0.5.2"
# x-release-please-end

- name: local-path-init
Expand All @@ -36,7 +36,7 @@ packages:
description: "Deploys the UDS RKE2 base infrastructure Zarf package"
repository: ghcr.io/justinthelaw/packages/uds/uds-rke2/infrastructure
# x-release-please-start-version
ref: "0.5.1"
ref: "0.5.2"
# x-release-please-end
overrides:
infrastructure:
Expand Down
2 changes: 1 addition & 1 deletion docs/MINIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ packages:
- name: minio
repository: ghcr.io/justinthelaw/packages/minio
# x-release-please-start-version
ref: "0.5.1"
ref: "0.5.2"
# x-release-please-end
overrides:
minio:
Expand Down
2 changes: 1 addition & 1 deletion packages/local-path/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.1"
version: "0.5.2"
# x-release-please-end

storage_configuration_values_file: values/storage-configuration-values.yaml
2 changes: 1 addition & 1 deletion packages/minio/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.1"
version: "0.5.2"
# x-release-please-end
2 changes: 1 addition & 1 deletion packages/nvidia-gpu-operator/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.1"
version: "0.5.2"
# x-release-please-end
2 changes: 1 addition & 1 deletion packages/rook-ceph/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.1"
version: "0.5.2"
# x-release-please-end
cluster_configuration: "multi-node"
2 changes: 1 addition & 1 deletion packages/uds-rke2/infrastructure/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: uds-rke2-infrastructure
description: UDS RKE2 infrastructure chart
type: application
version: 0.5.1
version: 0.5.2
2 changes: 1 addition & 1 deletion packages/uds-rke2/zarf-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package:
create:
set:
# x-release-please-start-version
version: "0.5.1"
version: "0.5.2"
# x-release-please-end

# TODO: renovate setup
Expand Down
2 changes: 1 addition & 1 deletion tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
- name: VERSION
description: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.1"
default: "0.5.2"
# x-release-please-end

# Explicitly set these environment variables to change the defaults
Expand Down
2 changes: 1 addition & 1 deletion tasks/create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.1"
default: "0.5.2"
# x-release-please-end

- name: CREATE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variables:
- name: VERSION
description: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.1"
default: "0.5.2"
# x-release-please-end

- name: JOIN_TOKEN
Expand Down
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: "Explicitly set the version, overriding the official release tag"
# x-release-please-start-version
default: "0.5.1"
default: "0.5.2"
# x-release-please-end

- name: PUBLISH_OPTIONS
Expand Down

0 comments on commit ec6265d

Please sign in to comment.