All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project's packages adheres to Semantic Versioning.
3.0.2 - 2026-03-31
- Specify
additionalPropertiesfor all annotation configuration options
3.0.1 - 2026-03-30
- Include all JSON schema for validating values in chart, by setting
bundle: truein.schema.yaml
- Remove config value
.podDisruptionBudget.enabledas it's not compliant with K8s PodDisruption spec schema.
3.0.0 - 2026-03-25
- Update Helm chart values schema with
additionalProperties: falseon the root level.
2.11.0 - 2025-12-17
- Chart: Replace
gateway.*values withroute.*for full Gateway API compliance.- Support multiple route kinds:
HTTPRoute,GRPCRoute,TCPRoute,TLSRoute,UDPRoute. - Add
hostnames,parentRefs,matches,filters, andadditionalRulesconfiguration. - Add Envoy Gateway
SecurityPolicysupport withbasicAuth,cors,jwt,oidc,extAuth, andauthorization. - Support templating in
hostnamesandadditionalRules. - Update
values.schema.jsonwith route configuration schema.
- Support multiple route kinds:
2.10.0 - 2025-12-09
- Chart: add annotations
io.giantswarm.application.audienceandio.giantswarm.application.managedto metadata.
- Chart: change annotation
application.giantswarm.io/teamto the OCI-compliant formio.giantswarm.application.team. - Chart: update
sourceslist. - Chart: update
keywordslist.
- Chart: Remvove
maintainerskey. - Template helpers: Remove
giantswarm.io/service-type: managedannotation.
2.9.1 - 2025-07-22
- Chart: Add missing newline at EOF.
- Chart: Update metadata.
2.9.0 - 2025-07-18
- Add a secret key as env var.
2.8.1 - 2025-03-18
- Chart: Update README.md.
2.8.0 - 2025-03-14
- Add HTTP->HTTPS redirect in the HTTPRoute CR.
2.7.0 - 2025-02-27
- Chart: Add support for cross-namespace Gateway API references. (#180)
2.6.1 - 2024-12-25
- Chart: Some chores. (#172)
- Chart: Add Gateway API docs.
- Chart: Some chores. (#172)
- Chart: Update
README.md. - Chart: Reorder
parentRefs. - Values: Uncomment
gateway.annotations.
- Chart: Update
2.6.0 - 2024-12-20
- Add support for Gateway API, a new
HTTPRouteresource, as an optional deployment.
2.5.0 - 2024-11-13
- Repository: Some chores. (#166)
- Deployment: Make probes configurable.
- Values: Add docs.
- Repository: Some chores. (#166)
- CircleCI: Rework
config.yml. - PDB: Reorder selector.
- ServiceMonitor: Reorder and use correct labels.
- Chart: Update
README.md.
- CircleCI: Rework
- Repository: Some chores. (#166)
- Ingress: Remove compatibility checks.
- Values: Remove
global.podSecurityStandards.enforced.
2.4.0 - 2024-09-23
- Add option to create
ServiceMonitorobject for monitoring
2.3.2 - 2024-06-11
- Update App version to
0.2.1.
2.3.1 - 2024-01-29
- Move pss values under the global property
2.3.0 - 2023-11-23
2.2.0 - 2023-11-02
- Values: Add
podLabels. ((#124)[#124]) - Values: Add
serviceAccount.automount. ((#124)[#124]) - Values: Add
volumes&volumeMounts. ((#124)[#124])
2.1.0 - 2023-10-16
- Values: Add
global.podSecurityStandards.enforced. ((#118)[#118])
- Values: Tighten
securityContext. ((#118)[#118]) - Values: Make
topologySpreadConstraintsan array. ((#118)[#118])
2.0.0 - 2023-04-20
- Chart: Rename to
hello-world.
1.3.5 - 2023-04-20
- Deployment: Improve
topologySpreadConstraints.
1.3.4 - 2023-04-20
- Chart: Always enable
NetworkPolicy.
1.3.3 - 2023-04-19
- Chart: Install
NetworkPolicyywhen ingress is enabled and Cilium is present on the cluster.
1.3.2 - 2023-04-19
- Chart: Minor improvements.
1.3.1 - 2023-04-18
- PSP: Add
projectedvolume.
1.3.0 - 2023-03-09
- Chart: Add PSP with
runtime/defaultseccomp profile.
1.2.2 - 2022-10-20
1.2.1 - 2022-10-20
- Values: Improve defaults.
- Deployment: Use common labels for pods.
1.2.0 - 2022-10-12
- Service: Add support for labels & annotations.
1.1.1 - 2022-09-13
- Image: Make registry configurable.
1.1.0 - 2022-09-06
- HPA: Use
autoscaling/v2.
1.0.1 - 2022-08-25
- Values: Increase default limits.
1.0.0 - 2022-08-15
- Major rework: Upgrading from previous version might not work. Rather remove older versions and do a fresh install.
0.3.0 - 2022-03-14
Chart.yamlincludes now more metadata info, including explicitely setappVersion_templates.yamlis introduced and supports team label handling
0.2.0 - 2022-01-19
- Add
ingressClassNamevalue to allow users to specify different ingressClassName on the Ingress resource.
0.1.1 - 2022-01-07
- Update chart metadata to align with QA checks.
0.1.0 - 2021-09-08
First release published to the Giant Swarm catalog
- Remove container image + CI configuration for building container image
- Add Ingress
0.0.1 2020-07-16
Initial release