Releases: IBM/operand-deployment-lifecycle-manager
Releases · IBM/operand-deployment-lifecycle-manager
v4.1.0
What's Changed
- [ODLM] bump version to 4.1.0 by @YCShen1010 in #939
- [Bedrock 4.1 ODLM] "disconnected" annotation for certification assessment by @YCShen1010 in #932
- [BD 4.1] Update ImagePullPolicy to IfNotPresent by @YCShen1010 in #937
- build(deps): bump google.golang.org/grpc from 1.48.0 to 1.53.0 by @dependabot in #942
- update go for 4.1 by @bluzarraga in #943
- multiple opbi by @qpdpQ in #944
- updated dependapot to cover release-ltsr branch by @bitscuit in #946
- Compare updated opreq status with latest opreq by @Daniel-Fan in #950
Full Changelog: v4.0.0...v4.1.0
v1.23.5: update grpc for cve (#941)
Signed-off-by: Ben Luzarraga <[email protected]>
v4.0.0
What's Changed
- Removed partial installplan condition checks and added csv check in operand reconciliation by @YCShen1010 in #841
- odlm version bump to 1.20.0 by @YCShen1010 in #842
- keep minkube version unchanged in version bump script by @YCShen1010 in #844
- upgrade log level by @qpdpQ in #846
- Relax Readiness probe in ODLM pod by increasing the initial delay time by @YCShen1010 in #849
- build(deps): bump golang from 1.19.1 to 1.19.2 by @dependabot in #848
- [release-future] build(deps): bump golang from 1.19.2 to 1.19.3 by @ibm-ci-bot in #857
- New prow cluster name by @ashank07 in #863
- remove csv phase check (#853) by @Daniel-Fan in #864
- remove quay image build support by @Daniel-Fan in #865
- reserve the status for operators which are still in deletion stage (#867) by @Daniel-Fan in #869
- Support Separation of duties by @Daniel-Fan in #872
- avoid marking running status when it hits error by @Daniel-Fan in #873
- Resolve version conflict in OperandRequest - Basic iteration by @Daniel-Fan in #877
- refresh pod only when secret and configmap updated by @Daniel-Fan in #879
- remove serviceNamespace by @Daniel-Fan in #882
- [future] new artifactory image endpoint (odlm) by @YCShen1010 in #886
- Enhance uninstalltion for multiVersion resolution by @Daniel-Fan in #887
- add tombstone parameter in OperandRegistry by @Daniel-Fan in #888
- [future] skip reconcile CR when it only exists in alm-example, not OperandConfig by @Daniel-Fan in #892
- update status for services marked as tombstone by @Daniel-Fan in #896
- bump version to 4.0.0 by @YCShen1010 in #901
- ODLM updated status projection by @bluzarraga in #894
- tolerate multi entries for same subscription by @Daniel-Fan in #907
- add new value no-op in installmode replace supportStatus by @YCShen1010 in #909
- skip sub updating for discontinued services by @YCShen1010 in #910
- build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #895
- tolerate multi catalogsource for same service by @YCShen1010 in #914
- Remove annotation patch to avoid status lost by @Daniel-Fan in #915
- check for status.services, im service status by @bluzarraga in #916
- cp3 migrate to aws by @qpdpQ in #920
- Remove the status.services entry for an operator if it is removed from an operandrequest by @bluzarraga in #922
- Indicate multi requested service version conflict by @Daniel-Fan in #921
- build(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #898
- Update test case by @Daniel-Fan in #927
- odlm annotation updated for nss operator by @YCShen1010 in #925
- update go to latest by @bluzarraga in #928
- manage complete tenant scope for subscriptions by @Daniel-Fan in #930
- update packages for twistlock by @bluzarraga in #931
Full Changelog: v1.19.0...v4.0.0
v1.21.3
What's Changed
- bump version to 1.21.1 for 3.23.1 by @Daniel-Fan in #889
- skip reconcile CR when it only exists in alm-example, not OperandConfig by @Daniel-Fan in #891
- update pkg for twistlock by @bluzarraga in #897
- bump odlm to 3.23.2 by @bluzarraga in #904
- update go mod to 1.20 by @bluzarraga in #911
- update pkgs for twistlock by @bluzarraga in #912
- add preserve unknown fields to operandrequest status by @bluzarraga in #913
- bump ODLM version to 1.21.3 for 3.23.3 by @Daniel-Fan in #917
- bump go for 3.23.3 by @bluzarraga in #918
- LTSR migrate to aws by @qpdpQ in #919
Full Changelog: v1.21.0...v1.21.3
v1.21.0
What's Changed
- bump to version 3.23.0 by @Daniel-Fan in #870
- reserve the status for operators which are still in deletion stage (#867) by @Daniel-Fan in #868
- build(deps): bump golang from 1.19.3 to 1.19.4 by @dependabot in #871
- avoid marking running status when it hits error by @Daniel-Fan in #875
- refresh pod only when secret and configmap updated by @Daniel-Fan in #878
- new artifactory image endpoint (odlm) by @YCShen1010 in #884
Full Changelog: v1.20.0...v1.21.0
v1.17.6: avoid marking running status when it hits error (#874)
Signed-off-by: Daniel Fan <[email protected]> Signed-off-by: Daniel Fan <[email protected]>
v1.20.0
What's Changed
- Removed partial installplan condition checks and added csv check in operand reconciliation by @YCShen1010 in #841
- odlm version bump to 1.20.0 by @YCShen1010 in #842
- keep minkube version unchanged in version bump script by @YCShen1010 in #844
- upgrade log level by @qpdpQ in #846
- Relax Readiness probe in ODLM pod by increasing the initial delay time by @YCShen1010 in #849
- build(deps): bump golang from 1.19.1 to 1.19.2 by @dependabot in #848
- remove csv phase check in ODLM by @YCShen1010 in #853
- build(deps): bump golang from 1.19.2 to 1.19.3 by @dependabot in #855
- New prow cluster name by @ashank07 in #862
- remove quay image build support by @Daniel-Fan in #866
Full Changelog: v1.19.0...v1.20.0
v1.17.5
What's Changed
- [release-ltsr] build(deps): bump golang from 1.19.1 to 1.19.2 by @ibm-ci-bot in #850
- [release-ltsr] Relax Readiness probe in ODLM pod by increasing the initial delay time by @ibm-ci-bot in #851
- bump ltsr to 1.17.5 by @qpdpQ in #852
- [release-ltsr] remove csv phase check in ODLM by @ibm-ci-bot in #854
- [release-ltsr] build(deps): bump golang from 1.19.2 to 1.19.3 by @ibm-ci-bot in #856
Full Changelog: v1.17.4...v1.17.5
v1.17.4
What's Changed
- bump odlm to 1.17.0 by @horis233 in #813
- Update OWNERS by @horis233 in #814
- bump odlm to 1.17.1 by @qpdpQ in #817
- [release-ltsr] build(deps): bump golang from 1.18.1 to 1.18.4 by @ibm-ci-bot in #823
- bump odlm to 1.17.2 by @qpdpQ in #824
- bump ltsr version to 3.19.4 by @qpdpQ in #828
- [release-ltsr] build(deps): bump golang from 1.18.4 to 1.19.0 by @ibm-ci-bot in #830
- odlm version bump to 3.19.5 by @YCShen1010 in #833
- [release-ltsr] build(deps): bump golang from 1.19.0 to 1.19.1 by @ibm-ci-bot in #835
- [release-ltsr] add excluded CatalogSource annotation for Registry by @Daniel-Fan in #834
- [LTSR] Update version bump script by @YCShen1010 in #840
- [ODLM] cherry-pick installplan check by @YCShen1010 in #843
- [release-ltsr] keep minkube version unchanged in version bump script by @ibm-ci-bot in #845
- downgrade log level by @qpdpQ in #847
Full Changelog: v1.16.0...v1.17.4
v1.19.0
What's Changed
- bump version to 1.19.0 by @bluzarraga in #827
- add excluded CatalogSource annotation for Registry by @Daniel-Fan in #829
- build(deps): bump golang from 1.18.4 to 1.19.0 by @dependabot in #826
- build(deps): bump golang from 1.19.0 to 1.19.1 by @dependabot in #831
- update version bump script by using "sed" by @YCShen1010 in #836
Full Changelog: v1.18.0...v1.19.0