Skip to content

Releases: cloudogu/k8s-service-discovery

v1.3.3

19 Dec 14:45
Compare
Choose a tag to compare

Fixed

v1.3.2

18 Dec 17:53
Compare
Choose a tag to compare

Changed

  • Activate deny all networkpolicy in helm values.

Fixed

  • [#74] Missing get- and update-permissions for tcp-services and udp-services configmaps
    • These are necessary to update exposed ports

v1.3.1

17 Dec 14:15
Compare
Choose a tag to compare

Fixed

  • [#72] Missing get-permission for ingress objects

v1.3.0

13 Dec 13:30
Compare
Choose a tag to compare

Added

  • [#69] Added helm value .ingress.controller to define which ingress controller should be used.
    Currently, the only supported controller is nginx-ingress. This is also the default value.
  • [#69] Added support for networkpolicies. It is enabled by default and will allow connections from all external CIDRs on all exposed ports.

v1.2.0

04 Dec 15:41
Compare
Choose a tag to compare

Changed

  • [#67] Minimize RBAC permissions for the operator
    • Separate roles into own files
    • Restrict permissions for roles as much as possible
    • Delete leader-election-role

v1.1.0

28 Oct 15:12
Compare
Choose a tag to compare

Changed

  • [#65] Make imagePullSecrets configurable via helm values and use ces-container-registries as default.

v1.0.0

18 Oct 12:16
Compare
Choose a tag to compare

Changed

  • [#63] Use dogu v2 api

v0.15.2

19 Sep 06:04
Compare
Choose a tag to compare

Changed

  • Relicense to AGPL-3.0-only

v0.15.1

06 Sep 13:15
Compare
Choose a tag to compare

Added

  • [#58] Use new config interface (configmaps instead of the etcd is now used) to request global configuration.
  • [#56] Use new registry interface (configmaps instead of the etcd is now used) to request and watch dogu jsons.
  • [#53] New configuration (/config/_global/block_warpmenu_support_category) for completely blocking the support entries in the warp menu
  • [#53] New configuration (/config/_global/allowed_warpmenu_support_entries) for explicitly allowing support entries in the warp menu

Fixed

  • [#53] Create warp menu directly at startup to prevent an empty warp menu

v0.15.0

08 Dec 13:33
Compare
Choose a tag to compare

Added

  • [#49] Patch-template for mirroring this component and its images into airgapped environments.

Changed

  • [#50] Remove kustomize and hold the operator yaml files in a single helm chart.