Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions generation/generate-all.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh -eux

# https://github.com/kubernetes/kubernetes/releases
./generation/sources/builtin.sh v1.34.2
./generation/sources/builtin.sh v1.35.1

# https://github.com/argoproj/argo-cd/releases
./generation/sources/argo-cd.sh v3.2.1
./generation/sources/argo-cd.sh v3.3.0

# https://github.com/cert-manager/cert-manager/releases
./generation/sources/cert-manager.sh v1.19.1
./generation/sources/cert-manager.sh v1.19.3

# https://github.com/kubernetes-sigs/external-dns/releases
./generation/sources/external-dns.sh v0.20.0
Expand All @@ -16,4 +16,4 @@
#./generation/sources/flux-cd.sh v2.6.4

# https://github.com/kubernetes/autoscaler/releases?q=vertical
./generation/sources/vpa.sh 1.5.1
./generation/sources/vpa.sh 1.6.0
10 changes: 10 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ for more information.

## Changelog

* `v0.7.1` on `2026.02.16`:
* Includes 'builtin' APIs generated from K8s `v1.35.1`.
* New APIs:
* `scheduling.k8s.io/v1alpha1` with kind `Workload`
* A new `GroupResource` struct is added to `meta/v1` for other APIs to reference
* `resource.k8s.io/v1alpha3 DeviceTaintRule` has a Status field now
* Removed API versions: (BREAKING)
* `PodCertificateRequest` in `certificates.k8s.io/v1alpha1` ⚠ migrate to `certificates.k8s.io/v1beta1`
* `argo-cd` and `vpa` CRDs have been updated to latest, adding several fields.

* `v0.7.0` on `2025-12-04`:
* Update `@cloudydeno/kubernetes-client` dependency to latest (`v0.8.0`)
* Breaking Change! Because tunnels were reimplemented, the client's type signature
Expand Down
Loading