v1.30.0
版本发布时间: 2023-06-27 05:57:45
operator-framework/operator-sdk最新发布版本:v1.35.0(2024-06-19 02:19:34)
v1.30.0
Additions
- Add a Parameter to the Makefile to allow modifying the 'operator-sdk' binary before running any commands. If necessary, a specific version of the SDK can be downloaded for cases when the project has yet to upgrade to a later or latest version. (#6443)
- Currently, the operator SDK for the Ansible operator lacks options to customize the leader election resource lock behavior. This limits the flexibility of the operator and prevents users from adjusting lease duration and renew deadline according to their specific needs. Changes: Implemented enhancements to the operator SDK to include additional flags for configuring leader election resource lock options. These changes provide users with the ability to specify the type of resource object used for locking during leader election and customize the lease duration and renew deadline. Introduced --leader-elect-lease-duration flag to allow users to define the duration that non-leader candidates will wait to force acquire leadership. The default duration is set to 15 seconds. Introduced --leader-elect-renew-deadline flag, enabling users to set the renew deadline, which determines the duration that the acting control plane will retry refreshing leadership before giving up. The default duration is set to 10 seconds. Introduced --leader-elect-resource-lock flag to allow users to define the type of resource object that is used for locking during leader election. Supported options are 'leases', 'endpointsleases', and 'configmapsleases'. The default option is 'leases'. These changes provide more flexibility and control over leader election behavior, allowing operators to adapt to various deployment scenarios and specific requirements. (#6426)
Changes
- Currently, when setting
overrideValues
in yourwatches.yaml
, every entry is logged with its key and its value. When working with confidential information such as credentials, logging those information would not be optimal nor desirable. Therefore, there should be a way to silence/suppress these values. This feature introduces the--suppress-override-values
boolean-flag for thehelm-operator
. When set to true, the value of the overrideValues entry is sanitized with this value "****". This is a simple example ofoverrideValues
of thewatches.yaml
```yaml overrideValues: x: y
The default-value of `--suppress-override-values` is `false` so therefore we would get this warning logged: `Chart value x overridden to y by operator's watches.yaml`
When setting `--suppress-override-values` `true` the warning will be logged in the following manner: `Chart value x overridden to **** by operator's watches.yaml`. ([#6469](https://github.com/operator-framework/operator-sdk/pull/6469))
- (images): Bumps all Operator SDK maintained images to now use ubi(-minimal) tag 8.8. ([#6466](https://github.com/operator-framework/operator-sdk/pull/6466))
### Bug Fixes
- In `run bundle-upgrade`, hash the cache directory name to avoid error of too long file name. ([#6477](https://github.com/operator-framework/operator-sdk/pull/6477))
1、 ansible-operator_darwin_amd64 54.32MB
2、 ansible-operator_darwin_arm64 53.5MB
3、 ansible-operator_linux_amd64 54.8MB
4、 ansible-operator_linux_arm64 53.07MB
5、 ansible-operator_linux_ppc64le 53.38MB
6、 ansible-operator_linux_s390x 57.06MB
7、 checksums.txt 1.64KB
8、 checksums.txt.asc 566B
9、 helm-operator_darwin_amd64 69.7MB
10、 helm-operator_darwin_arm64 68.89MB
11、 helm-operator_linux_amd64 70.33MB
12、 helm-operator_linux_arm64 68.12MB
13、 helm-operator_linux_ppc64le 68.64MB
14、 helm-operator_linux_s390x 73.05MB
15、 operator-sdk_darwin_amd64 83.37MB
16、 operator-sdk_darwin_arm64 82.42MB
17、 operator-sdk_linux_amd64 84.19MB
18、 operator-sdk_linux_arm64 81.48MB
19、 operator-sdk_linux_ppc64le 82.18MB
20、 operator-sdk_linux_s390x 87.18MB