Skip to content

Commit

Permalink
Upgrade CAPA CRDs to v2.3.0 including required subnet id field
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDog committed Nov 30, 2023
1 parent c1ed69b commit 82fc980
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 44 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgrade CAPA CRDs to v2.3.0 including required subnet `id` field

## [2.7.0] - 2023-11-30

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -372,19 +372,13 @@
type: string
description: Tags is a collection of tags describing the resource.
type: object
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# required:
# - id
required:
- id
type: object
type: array
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# x-kubernetes-list-map-keys:
# - id
# x-kubernetes-list-type: map
x-kubernetes-list-map-keys:
- id
x-kubernetes-list-type: map
vpc:
description: VPC configuration.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,19 +368,13 @@
type: string
description: Tags is a collection of tags describing the resource.
type: object
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# required:
# - id
required:
- id
type: object
type: array
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# x-kubernetes-list-map-keys:
# - id
# x-kubernetes-list-type: map
x-kubernetes-list-map-keys:
- id
x-kubernetes-list-type: map
vpc:
description: VPC configuration.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -356,19 +356,13 @@
type: string
description: Tags is a collection of tags describing the resource.
type: object
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# required:
# - id
required:
- id
type: object
type: array
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# x-kubernetes-list-map-keys:
# - id
# x-kubernetes-list-type: map
x-kubernetes-list-map-keys:
- id
x-kubernetes-list-type: map
vpc:
description: VPC configuration.
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,19 +375,13 @@
type: string
description: Tags is a collection of tags describing the resource.
type: object
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# required:
# - id
required:
- id
type: object
type: array
# While we migrate workload clusters to include the subnet `id` field (https://github.com/giantswarm/roadmap/issues/2870),
# this is commented out on purpose in the first step so that reconciliation continues working for old cluster-aws versions.
# ---
# x-kubernetes-list-map-keys:
# - id
# x-kubernetes-list-type: map
x-kubernetes-list-map-keys:
- id
x-kubernetes-list-type: map
vpc:
description: VPC configuration.
properties:
Expand Down

0 comments on commit 82fc980

Please sign in to comment.