Skip to content

Commit 395e4da

Browse files
authored
Merge pull request #44 from edenlabllc/release/v0.6.0-rc
Release/v0.6.0 rc
2 parents dcbc673 + ff76261 commit 395e4da

File tree

7 files changed

+40
-40
lines changed

7 files changed

+40
-40
lines changed

docs/release-notes.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,36 @@
11
# Cluster Deps Release Notes
22

3+
## Release v0.6.0
4+
5+
## What's new
6+
7+
- Changed the `clusterctl-config`'s `gcp` provider to use the new `edenlabllc/cluster-api-provider-gcp` OSS GitHub fork
8+
of version `v1.8.2`.
9+
10+
## Bug fixes
11+
12+
## Additional information
13+
14+
### Mandatory updates for `project.yaml`
15+
16+
### List of updated releases
17+
18+
### List of added releases
19+
20+
---
21+
322
## Release v0.5.0
423

524
## What's new
25+
626
- Bumped `helmfile.hooks.infra` version to `v1.31.1`.
727

828
## Bug fixes
929

1030
## Additional information
1131

1232
### Mandatory updates for `project.yaml`
33+
1334
```yaml
1435
inventory:
1536
hooks:
@@ -26,6 +47,7 @@ inventory:
2647
## Release v0.4.0
2748
2849
## What's new
50+
2951
- Added support for installing config extensions in `CAPI` management clusters.
3052
- Added custom identity name support for multiple cloud providers.
3153
- Added conditional `k3d-cluster` installation based on `RMK_COMMAND_CATEGORY` and `K3D_CLUSTER` environment variables.
@@ -48,6 +70,7 @@ inventory:
4870
## Release v0.3.3
4971

5072
## What's new
73+
5174
- Bumped `helmfile.hooks.infra` version to `v1.30.1`.
5275
- Project update has been enabled for tenant `deps.bootstrap.infra`.
5376

@@ -56,6 +79,7 @@ inventory:
5679
## Additional information
5780

5881
### Mandatory updates for `project.yaml`
82+
5983
```yaml
6084
inventory:
6185
hooks:
@@ -74,13 +98,16 @@ inventory:
7498
## What's new
7599

76100
## Bug fixes
77-
- Bump the `aws-iam-provision` release's chart version to `0.2.1` to handle null items correctly in the template ranges.
101+
102+
- Bumped the `aws-iam-provision` release's chart version to `0.2.1` to handle null items correctly in the template
103+
ranges.
78104

79105
## Additional information
80106

81107
### Mandatory updates for `project.yaml`
82108

83109
### List of updated releases
110+
84111
```yaml
85112
- name: aws-iam-provision
86113
chart: core-charts/aws-iam-provision
@@ -94,13 +121,15 @@ inventory:
94121
## Release v0.3.1
95122

96123
## What's new
124+
97125
- Bumped `helmfile.hooks.infra` version to `v1.30.0`.
98126

99127
## Bug fixes
100128

101129
## Additional information
102130

103131
### Mandatory updates for `project.yaml`
132+
104133
```yaml
105134
inventory:
106135
hooks:
@@ -117,6 +146,7 @@ inventory:
117146
## Release v0.3.0
118147

119148
## What's new
149+
120150
- Added role and policy for `ebs-snapshot-provision-operator`.
121151
- Bumped `tenant-artifact` GitHub Action to `v2` for tenant repositories which use the new `v0.45.0` RMK version.
122152
- Bumped `kubectl` version to `v1.30.10` for proper support of Kubernetes `v1.30.X`.
@@ -130,6 +160,7 @@ inventory:
130160
## Additional information
131161

132162
### Mandatory updates for `project.yaml`
163+
133164
```yaml
134165
inventory:
135166
hooks:
@@ -143,6 +174,7 @@ inventory:
143174
```
144175

145176
### List of updated releases
177+
146178
```yaml
147179
- name: aws-iam-provision
148180
chart: core-charts/aws-iam-provision
@@ -165,6 +197,7 @@ inventory:
165197
## Release v0.2.0
166198

167199
## What's new
200+
168201
- Added example K3D cluster configuration values.
169202
- Updated `GCP GKE` control plane version to `v1.30.8`.
170203
- Changed the sequence of launching releases for `aws-iam-config`.
@@ -177,6 +210,7 @@ inventory:
177210
### Mandatory updates for `project.yaml`
178211

179212
### List of updated releases
213+
180214
```yaml
181215
- name: aws-iam-config
182216
chart: core-charts/aws-iam-config
@@ -193,6 +227,7 @@ inventory:
193227
## Release v0.1.0
194228

195229
## What's new
230+
196231
- Prepared repository for OSS.
197232
- Added project structure files.
198233

@@ -205,6 +240,7 @@ inventory:
205240
### List of updated releases
206241

207242
### List of added releases
243+
208244
```yaml
209245
- name: capi-cluster
210246
chart: core-charts/k3d-cluster

etc/deps/develop/globals.yaml.gotmpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ hooks:
9191
args:
9292
- "{{`{{ .Release.Namespace }}`}}"
9393
gcp-cluster:
94-
# TODO: The hook is needed for resolving the issue with empty kubernetesTaints values for GKE machines pools.
95-
# This temporary solution may be deprecated in the subsequent releases.
96-
# https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1371
97-
gcp-cluster-presync-hook:
98-
events:
99-
- presync
100-
showlogs: true
101-
command: "{{`{{ .Release.Labels.bin }}`}}/gcp-cluster-presync-hook.sh"
102-
args:
103-
- capg-system
104-
- public.ecr.aws/edenlabllc/core.cluster-api-gcp-controller
105-
- v1.8.1
10694
gcp-cluster-postsync-hook:
10795
events:
10896
- postsync

etc/deps/develop/values/clusterctl-config.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ providers:
3131
url: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml
3232
- name: gcp
3333
type: InfrastructureProvider
34-
url: https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/v1.8.0/infrastructure-components.yaml
34+
url: https://github.com/edenlabllc/cluster-api-provider-gcp/releases/v1.8.2/infrastructure-components.yaml
3535

3636
variables: {}
3737
# FOO: value

etc/deps/production/globals.yaml.gotmpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ hooks:
9191
args:
9292
- "{{`{{ .Release.Namespace }}`}}"
9393
gcp-cluster:
94-
# TODO: The hook is needed for resolving the issue with empty kubernetesTaints values for GKE machines pools.
95-
# This temporary solution may be deprecated in the subsequent releases.
96-
# https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1371
97-
gcp-cluster-presync-hook:
98-
events:
99-
- presync
100-
showlogs: true
101-
command: "{{`{{ .Release.Labels.bin }}`}}/gcp-cluster-presync-hook.sh"
102-
args:
103-
- capg-system
104-
- public.ecr.aws/edenlabllc/core.cluster-api-gcp-controller
105-
- v1.8.1
10694
gcp-cluster-postsync-hook:
10795
events:
10896
- postsync

etc/deps/production/values/clusterctl-config.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ providers:
3131
url: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml
3232
- name: gcp
3333
type: InfrastructureProvider
34-
url: https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/v1.8.0/infrastructure-components.yaml
34+
url: https://github.com/edenlabllc/cluster-api-provider-gcp/releases/v1.8.2/infrastructure-components.yaml
3535

3636
variables: {}
3737
# FOO: value

etc/deps/staging/globals.yaml.gotmpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,6 @@ hooks:
9191
args:
9292
- "{{`{{ .Release.Namespace }}`}}"
9393
gcp-cluster:
94-
# TODO: The hook is needed for resolving the issue with empty kubernetesTaints values for GKE machines pools.
95-
# This temporary solution may be deprecated in the subsequent releases.
96-
# https://github.com/kubernetes-sigs/cluster-api-provider-gcp/pull/1371
97-
gcp-cluster-presync-hook:
98-
events:
99-
- presync
100-
showlogs: true
101-
command: "{{`{{ .Release.Labels.bin }}`}}/gcp-cluster-presync-hook.sh"
102-
args:
103-
- capg-system
104-
- public.ecr.aws/edenlabllc/core.cluster-api-gcp-controller
105-
- v1.8.1
10694
gcp-cluster-postsync-hook:
10795
events:
10896
- postsync

etc/deps/staging/values/clusterctl-config.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ providers:
3131
url: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml
3232
- name: gcp
3333
type: InfrastructureProvider
34-
url: https://github.com/kubernetes-sigs/cluster-api-provider-gcp/releases/v1.8.0/infrastructure-components.yaml
34+
url: https://github.com/edenlabllc/cluster-api-provider-gcp/releases/v1.8.2/infrastructure-components.yaml
3535

3636
variables: {}
3737
# FOO: value

0 commit comments

Comments
 (0)