v1.3.1
For Helm and Ansible projects, fix the helm-operator and ansible-operator URLs in the Makefile
- Helm projects: Old:
https://github.com/operator-framework/operator-sdk/releases/download/v1.3.0/helm-operator-v1.3.0-$(ARCHOPER)-$(OSOPER)
New:https://github.com/operator-framework/operator-sdk/releases/download/v1.3.1/helm-operator_$(OS)_$(ARCH)
- Ansible projects: Old:
https://github.com/operator-framework/operator-sdk/releases/download/v1.3.0/ansible-operator-v1.3.0-$(ARCHOPER)-$(OSOPER)
New:https://github.com/operator-framework/operator-sdk/releases/download/v1.3.1/ansible-operator_$(OS)_$(ARCH)
See #4412 for more details.
For Helm and Ansible projects, fix the helm-operator
, ansible-operator
, and kustomize
Makefile rules
These rules will download a local binary but not use it if a global binary is present. See the diff in this PR for how to fix this.
See #4412 for more details.
Last modified February 4, 2021: Release v1.3.1 (#4485) (af8bc8dd)
当前内容版权归 Operator SDK 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Operator SDK .