Skip to content

Commit

Permalink
chore(main): release 0.4.2 (#38)
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 Jun 14, 2024
1 parent f72285d commit b4cbbb7
Show file tree
Hide file tree
Showing 14 changed files with 22 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.4.1"
".": "0.4.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.2](https://github.com/justinthelaw/uds-rke2/compare/v0.4.1...v0.4.2) (2024-06-14)


### Bug Fixes

* versions and release please ([#37](https://github.com/justinthelaw/uds-rke2/issues/37)) ([f72285d](https://github.com/justinthelaw/uds-rke2/commit/f72285d29e00f3bac487daf1a3217c1e69ffa2bd))

## [0.4.1](https://github.com/justinthelaw/uds-rke2/compare/v0.4.0...v0.4.1) (2024-06-14)


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.3.0"
version: "0.4.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.3.0"
ref: "0.4.2"
# x-release-please-end

- name: local-path-init
Expand All @@ -28,7 +28,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.3.0"
ref: "0.4.2"
# x-release-please-end

- name: uds-core
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.4.1"
ref: "0.4.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.4.1"
version: "0.4.2"
# x-release-please-end

node_path_map_values_file: values/node-path-map-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.4.1"
version: "0.4.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.4.1"
version: "0.4.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.4.1
version: 0.4.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.4.1"
version: "0.4.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.4.1"
default: "0.4.2"
# x-release-please-end

tasks:
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.4.1"
default: "0.4.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.4.1"
default: "0.4.2"
# x-release-please-end

- name: DEPLOY_OPTIONS
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.4.1"
default: "0.4.2"
# x-release-please-end

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

tasks:
Expand Down

0 comments on commit b4cbbb7

Please sign in to comment.