Skip to content

Commit 891e90d

Browse files
authored
Merge pull request #52 from edenlabllc/release/v0.8.0
Release/v0.8.0
2 parents 24bbbba + da97b72 commit 891e90d

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

docs/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Cluster Deps Release Notes
22

3+
## Release v0.8.0
4+
5+
## What's new
6+
7+
- Changed the `clusterctl-config`'s `aws` provider to use the new `edenlabllc/cluster-api-provider-aws` OSS GitHub fork
8+
of version `v2.8.3`.
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.7.0
423

524
## What's new

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ providers:
2525
url: https://github.com/kubernetes-sigs/cluster-api/releases/v1.8.4/control-plane-components.yaml
2626
- name: aws
2727
type: InfrastructureProvider
28-
url: https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml
28+
url: https://github.com/edenlabllc/cluster-api-provider-aws/releases/v2.8.3/infrastructure-components.yaml
2929
- name: azure
3030
type: InfrastructureProvider
3131
url: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ providers:
2525
url: https://github.com/kubernetes-sigs/cluster-api/releases/v1.8.4/control-plane-components.yaml
2626
- name: aws
2727
type: InfrastructureProvider
28-
url: https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml
28+
url: https://github.com/edenlabllc/cluster-api-provider-aws/releases/v2.8.3/infrastructure-components.yaml
2929
- name: azure
3030
type: InfrastructureProvider
3131
url: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ providers:
2525
url: https://github.com/kubernetes-sigs/cluster-api/releases/v1.8.4/control-plane-components.yaml
2626
- name: aws
2727
type: InfrastructureProvider
28-
url: https://github.com/kubernetes-sigs/cluster-api-provider-aws/releases/v2.6.1/infrastructure-components.yaml
28+
url: https://github.com/edenlabllc/cluster-api-provider-aws/releases/v2.8.3/infrastructure-components.yaml
2929
- name: azure
3030
type: InfrastructureProvider
3131
url: https://github.com/kubernetes-sigs/cluster-api-provider-azure/releases/v1.17.0/infrastructure-components.yaml

0 commit comments

Comments
 (0)