Skip to content

Tags: qpdpQ/operand-deployment-lifecycle-manager

Tags

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update OWNERS (IBM#814)

v1.16.0

Toggle v1.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add replaces back to CSV (IBM#811)

v1.15.0

Toggle v1.15.0's commit message
Trigger build with new base image

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add an opt-in function to refresh the pods (IBM#793)

In order to make bindinfo adopters get the secret update immediately when the original secret is updated, we will add an opt-in mechanism into ODLM the bindinfo controller.

When the target deployments/stateful sets/daemonsets have specific labels,

```
operator.ibm.com/bindinfoRefresh: enabled
```

And add resource information into the annotation

```
bindinfoRefresh/secret: "<secretName1>,<secretName2>"
bindinfoRefresh/configmap: "<configmap1>"
```

ODLM will rolling update them to refresh their pods when the bindinfo is updated.

An annotation bindinfo/restartTime: <time> will be inserted/updated in the deployments/statefulsets/daemonsets to trigger the rolling update.

Also, we leverage cache filter to optimize the memory usage

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
operator recovery logic (IBM#782)

* operator recovery logic

* update several logic

* add warning msg

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the string splitter in status (IBM#766)

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: reduce the chunk size to 1 for reducing the pressure of OLM (IB…

…M#759)

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "update the logic for updating the k8s resourcces (IBM#752)" (I…

…BM#753)

* Revert "update the logic for updating the k8s resourcces (IBM#752)"

This reverts commit c840b9e.

* skip Job update for October release

v1.9.0

Toggle v1.9.0's commit message
Trigger build with new base image

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
opt-in of ubi base image automated builds (IBM#727)

* opt-in of ubi base image automated builds

* configure Docker Credential