Skip to content

Releases: camptocamp/helm-application

2.10.0

18 Dec 08:49
2.10.0
98e8878
Compare
Choose a tag to compare

2.10.0 (2024-12-17)

New feature

Fixed bugs

Documentation

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates

2.9.0

01 Oct 14:25
2.9.0
d951f08
Compare
Choose a tag to compare

2.9.0 (2024-10-01)

New feature

Fixed bugs

Chore

Changes that shouldn't affect the users like continuous integration updates

2.8.2

01 Oct 10:27
2.8.2
d358c55
Compare
Choose a tag to compare

2.8.2 (2024-09-30)

2.8.1

30 Sep 13:31
2.8.1
33a69d8
Compare
Choose a tag to compare

2.8.1 (2024-09-30)

New feature

Fixed bugs

Chore

Changes that shouldn't affect the users like continuous integration updates

2.8.0

23 Sep 08:57
2.8.0
dd0a0d3
Compare
Choose a tag to compare

2.8.0 (2024-09-23)

New feature

Fixed bugs

2.7.1

12 Sep 10:38
2.7.1
d9742c6
Compare
Choose a tag to compare

2.7.1 (2024-09-12)

Fixed bugs

2.7.0

11 Sep 14:27
2.7.0
9fb6e47
Compare
Choose a tag to compare

2.7.0 (2024-09-11)

New feature

  • #221 Go template didn't support neither dot or dash :-( (@sbrunner)
  • #222 Always use the URL argument in Docker registries (@sbrunner)
  • #223 Be able to override a configmap name in a volume (@sbrunner)

2.6.1

11 Sep 07:36
2.6.1
906008f
Compare
Choose a tag to compare

2.6.1 (2024-09-11)

New feature

  • #221 Go template didn't support neither dot or dash :-( (@sbrunner)

2.6.0

10 Sep 08:24
2.6.0
1ac3320
Compare
Choose a tag to compare

2.6.0 (2024-09-04)

New feature

  • #219 Add missing entry in the schema for External Secret Docker registries (@sbrunner)

Fixed bugs

Dependency update

2.5.0

14 Aug 14:15
2.5.0
22613a6
Compare
Choose a tag to compare

2.5.0 (2024-08-14)

Important

To be able to have multiple Pod monitor on a port the podMonitor syntax change...

From:

    podMonitor:
      endpoint:
        port: <port_name>
        <key>: <value>

To:

    podMonitor:
      podMetricsEndpoints:
        <port_name>:
          <key>: <value>

New feature

  • #216 Be able to have more that one PodMonitor endpoint on a pod (@sbrunner)