Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-07-08 | 1.1 kB | |
operator-sdk_linux_ppc64le | 2025-07-08 | 119.3 MB | |
operator-sdk_linux_s390x | 2025-07-08 | 125.4 MB | |
helm-operator_darwin_amd64 | 2025-07-08 | 108.2 MB | |
helm-operator_linux_amd64 | 2025-07-08 | 107.2 MB | |
helm-operator_linux_s390x | 2025-07-08 | 111.1 MB | |
operator-sdk_darwin_arm64 | 2025-07-08 | 118.1 MB | |
operator-sdk_darwin_amd64 | 2025-07-08 | 121.6 MB | |
checksums.txt.asc | 2025-07-08 | 566 Bytes | |
helm-operator_darwin_arm64 | 2025-07-08 | 105.2 MB | |
helm-operator_linux_arm64 | 2025-07-08 | 103.4 MB | |
helm-operator_linux_ppc64le | 2025-07-08 | 106.2 MB | |
operator-sdk_linux_amd64 | 2025-07-08 | 120.5 MB | |
operator-sdk_linux_arm64 | 2025-07-08 | 116.2 MB | |
README.md | 2025-07-08 | 973 Bytes | |
v1.41.0 source code.tar.gz | 2025-07-08 | 2.5 MB | |
v1.41.0 source code.zip | 2025-07-08 | 3.2 MB | |
Totals: 17 Items | 1.4 GB | 1 |
v1.41.0
Additions
- For Go-based operators, add new target to setup/teardown Kind cluster for E2E tests and remove Kind setup from CI workflows. (#6954)
Changes
- Breaking change: For Go-based operators, upgrade the Go version from
1.23
to1.24
. (#6954) - For Go-based operators, upgrade golangci-lint to
v2.1.0
and update.golangci.yml
to the v2 config format with enhanced structure and controls. (#6954) - For Go-based operators, upgrade controller-gen from
v0.17.2
tov0.18.0
. (#6954) - For Go-based operators, upgrade controller-runtime from
v0.20.4
tov0.21.0
and kubernetes dependencies tov0.33
. (#6954)