Skip to content

Releases: OmegaVVeapon/kopf-k8s-sidecar

1.4.1

20 May 18:08
9655bc6
Compare
Choose a tag to compare
  • Bumping to python:3.8-alpine3.15 as the runtime image
  • Adding Dependabot to help keep things updated for users that haven't switched back to kiwigrid yet

1.4.0-1

19 Apr 00:04
4122eb1
Compare
Choose a tag to compare
  • Updating README to point new/existing users back to kiwigrid sidecar.

1.4.0

11 Nov 19:44
6d818f7
Compare
Choose a tag to compare
  • FOLDER_ANNOTATION now supports relative paths based on the FOLDER path. Fixes #29

1.3.6

13 Oct 04:59
3f7b09b
Compare
Choose a tag to compare
  • Added HEALTHCHECK_PORT configuration variable to set the /healthz endpoint port. Changed the default value to a less common port (8181). Fixes #27

1.3.5

28 Sep 18:55
2e6f934
Compare
Choose a tag to compare

1.3.4

02 Jul 18:39
5f9134e
Compare
Choose a tag to compare
  • Added some robustness to the LIST mode when issues occurred contacting the k8s API server.
    It will now retry a number of times and fail appropriately when it exceeds the allotted amount. (#20)
  • Made the operator run completely silently. This means it will no longer add annotations to the configmaps/secrets.
    In fact, the patch verb is no longer required for RBAC and has been removed from the README and examples.
  • Miscellaneous optimizations and code cleanups

1.3.3

19 Mar 19:19
f1ffff5
Compare
Choose a tag to compare
  • Using a Python alpine flavour image for the application. Vastly reduced its size.

1.3.2

04 Mar 04:16
78078ee
Compare
Choose a tag to compare
  • Removed the usage of finalizers to block resource deletion.
    Since some Helm charts like kube-prometheus-stack can delete dashboards after the removal of the sidecar, it was creating some integration issues. Found a workaround to not need finalizers to enforce the deletion handler function.

1.3.1

19 Feb 18:53
1170784
Compare
Choose a tag to compare
  • Added a log line for the FOLDER_ANNOTATION env var

1.3.0

18 Feb 01:14
6977712
Compare
Choose a tag to compare
  • Adding support for the LIST METHOD to fix #14
  • Added additional documentation for Grafana Helm chart users