Skip to content

Releases: lunarys/generic-helm-chart

v4.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 19:03

4.6.0 (2026-07-20)

Features

  • network-policy: allow multiple local subnet cidr (c0115b7)

v4.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 09:41
79cc723

4.5.0 (2026-06-28)

Bug Fixes

  • config: enforce single key restriction for subPath mounting in config values (7d3e95d)
  • cronjob: remove default schedule (08cab12)

Features

  • cronjob: add initial generic-cronjob implementation (fbdbff2)
  • cronjob: enhance generic CronJob with service account support and network policy integration (cf2cc06)
  • cronjob: integrate custom network labels for enhanced network policy support (9d8c379)

v4.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:09
93154cc

4.4.0 (2026-06-26)

Bug Fixes

  • service: decide ipFamilyPolicy/ipFamilies independently; tidy type resolver (5870c44)

Features

  • service: add optional static nodePort per port (1349b52)
  • service: auto-disable NodePort allocation on derived LoadBalancer services (31306b4)
  • service: intent-based LoadBalancer IP exposure via Cilium LB-IPAM (d2da917)

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 04 May 17:49
2842363

4.3.0 (2026-05-04)

Bug Fixes

  • middlewares: fix https redirect middleware name (fb1b73a)

Features

  • ingress: accept middleware values as list in addition to comma-separated string (08525aa)
  • ingress: add global default Traefik middlewares with per-chart disable (295335f)
  • ingress: add httpsRedirect toggle to append HTTPS redirect middleware when TLS is enabled (d72f01c)

v4.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:42

4.2.2 (2026-04-29)

Bug Fixes

  • serviceAccount: replace unused and dysfunctional serviceAccount setting with simple name setting (966f02f)

v4.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Apr 12:59

4.2.1 (2026-04-24)

Bug Fixes

  • externalsecrets: fix error on secret keys starting with dot (e6bf2bd)

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 09:16

4.2.0 (2026-04-24)

Features

  • networkpolicy: add support for egress to default Postgres database (3740ac9)

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 07:32

4.1.0 (2026-04-24)

Features

  • ingress: set default clusterissuer for external ingress (e7e570c)
  • networkpolicy: add support for ingress from external ingress controller in preset (37a451e)
  • postgresdb: add PostgresDatabase resource with settings and environment variable mapping (9c30d44)

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 20:19

4.0.0 (2026-04-15)

BREAKING CHANGES

  • ingress.traefik.internalAccessAllowListName and
    global.baseSettings.traefik.internalAccessAllowListName are removed.
    Use ingress.traefik.middlewares if per-ingress middleware annotations
    are still needed.
  • ingress.className no longer applies to the external
    ingress. Override global.baseSettings.ingress.{internal,external}ClassName
    if the defaults don't match.

Features

  • ingress: replace specific allowlist middleware with generic middleware setting (190d0fc)
  • ingress: use separate ingressClass for internal and external ingress (9422910)
  • prometheus: implement configurable scrape path and port (64bc955)

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:21

3.0.2 (2026-03-13)

Bug Fixes

  • ci: do not set appVersion on the packaged chart to fall back to image tag (1849fca)