Skip to content

Latest commit

 

History

History
212 lines (130 loc) · 6.28 KB

CHANGELOG.md

File metadata and controls

212 lines (130 loc) · 6.28 KB

Changelog

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.

2.6.1 - 2024-12-25

Added

  • Chart: Some chores. (#172)
    • Chart: Add Gateway API docs.

Changed

  • Chart: Some chores. (#172)
    • Chart: Update README.md.
    • Chart: Reorder parentRefs.
    • Values: Uncomment gateway.annotations.

2.6.0 - 2024-12-20

Added

  • Add support for Gateway API, a new HTTPRoute resource, as an optional deployment.

2.5.0 - 2024-11-13

Added

  • Repository: Some chores. (#166)
    • Deployment: Make probes configurable.
    • Values: Add docs.

Changed

  • Repository: Some chores. (#166)
    • CircleCI: Rework config.yml.
    • PDB: Reorder selector.
    • ServiceMonitor: Reorder and use correct labels.
    • Chart: Update README.md.

Removed

  • Repository: Some chores. (#166)
    • Ingress: Remove compatibility checks.
    • Values: Remove global.podSecurityStandards.enforced.

2.4.0 - 2024-09-23

Added

  • Add option to create ServiceMonitor object for monitoring

2.3.2 - 2024-06-11

Changed

  • Update App version to 0.2.1.

2.3.1 - 2024-01-29

Fixed

  • Move pss values under the global property

2.3.0 - 2023-11-23

2.2.0 - 2023-11-02

Added

  • Values: Add podLabels. ((#124)[#124])
  • Values: Add serviceAccount.automount. ((#124)[#124])
  • Values: Add volumes & volumeMounts. ((#124)[#124])

2.1.0 - 2023-10-16

Added

  • Values: Add global.podSecurityStandards.enforced. ((#118)[#118])

Changed

  • Values: Tighten securityContext. ((#118)[#118])
  • Values: Make topologySpreadConstraints an 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

Added

  • Chart: Install NetworkPolicyy when ingress is enabled and Cilium is present on the cluster.

1.3.2 - 2023-04-19

Changed

  • Chart: Minor improvements.

1.3.1 - 2023-04-18

Added

  • PSP: Add projected volume.

1.3.0 - 2023-03-09

Added

  • Chart: Add PSP with runtime/default seccomp 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.yaml includes now more metadata info, including explicitely set appVersion
  • _templates.yaml is introduced and supports team label handling

0.2.0 - 2022-01-19

Added

  • Add ingressClassName value to allow users to specify different ingressClassName on the Ingress resource.

0.1.1 - 2022-01-07

Fixed

  • Update chart metadata to align with QA checks.

0.1.0 - 2021-09-08

First release published to the Giant Swarm catalog

Changed

  • Remove container image + CI configuration for building container image
  • Add Ingress

0.0.1 2020-07-16

Initial release