Skip to content

Releases: ionos-cloud/cert-manager-webhook-ionos-cloud

Chart version 0.3.0 with app version v0.2.2

30 Sep 13:05
632264f

Choose a tag to compare

0.3.0-chart+v0.2.2

fix(ci): fix release chart workflow call (#85)

v0.2.2

30 Sep 13:02
632264f

Choose a tag to compare

What's Changed

  • fix(deps): update dependencies causing vulnerabilities [ICNS-2292] by @fyousfi-ionos in #64
  • chore(dependencies): update deps for each group in one PR [ICNS-2091] by @fyousfi-ionos in #65
  • chore(deps): bump sigstore/cosign-installer from 3.8.2 to 3.9.1 by @dependabot[bot] in #62
  • deps(github-actions): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 in the all-github-actions-dependencies group by @dependabot[bot] in #67
  • fix(workflow): fix helm chart release workflow by @zak905 in #56
  • deps(go): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #69
  • deps(github-actions): bump the all-github-actions-dependencies group with 2 updates by @dependabot[bot] in #71
  • fix(ci): use project go version by @zak905 in #72
  • feat(chart): add support for custom container environment variables by @fyousfi-ionos in #79
  • chore(chart): bump chart version by @fyousfi-ionos in #80
  • feat(ci): verify chart version bump on changes by @fyousfi-ionos in #82
  • feat(ci): use chart version when releasing chart by @zak905 in #81
  • fix(ci): use correct tag for chart url by @fyousfi-ionos in #83
  • fix(ci): release chart with every app release by @zak905 in #84
  • deps(go): bump github.com/ulikunitz/xz from 0.5.12 to 0.5.14 by @dependabot[bot] in #73
  • deps(github-actions): bump the all-github-actions-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #76
  • fix(ci): fix release chart workflow call by @zak905 in #85

Full Changelog: v0.2.1...v0.2.2

Chart version 0.3.0 with app version v0.2.1

29 Sep 15:48
d0ebc17

Choose a tag to compare

0.3.0-chart+v0.2.1

feat(ci): use chart version when releasing chart (#81)

v0.2.1

19 Jun 12:55
20b0610

Choose a tag to compare

What's Changed

  • chore(deps): bump helm.sh/helm/v3 from 3.17.2 to 3.17.3 in /internal/tools by @dependabot in #31
  • update badges by @zak905 in #32
  • chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /internal/tools by @dependabot in #34
  • refactor(e2e): wrap tests into script [ICNS-2067] by @zak905 in #35
  • chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #33
  • chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in #37
  • chore(deps): bump k8s.io/api from 0.32.3 to 0.33.0 by @dependabot in #38
  • chore(deps): bump k8s.io/client-go from 0.32.3 to 0.33.0 by @dependabot in #41
  • chore(deps): bump github.com/cert-manager/cert-manager from 1.17.1 to 1.17.2 by @dependabot in #40
  • chore(dependabot-updates): update go dependencies with one PR [ICNS-2091] by @fyousfi-ionos in #44
  • build(go.mod): introduce golang v1.24 tool section by @nabil-ionos in #43
  • chore(deps): bump k8s.io/apimachinery from 0.33.0 to 0.33.1 by @dependabot in #46
  • chore(deps): bump helm.sh/helm/v3 from 3.15.2 to 3.17.3 by @dependabot in #45
  • chore(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1 by @dependabot in #48
  • chore(deps): bump github.com/cloudflare/circl from 1.3.8 to 1.6.1 by @dependabot in #50
  • fix(doc): Update doc link by @jsaenz-ionos in #54
  • chore(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot in #51
  • chore(deps): bump github.com/cert-manager/cert-manager from 1.17.2 to 1.18.0 by @dependabot in #52
  • doc(readme): update cert-manager version in readme to match the used version by @zak905 in #55

New Contributors

Full Changelog: v0.2.0...v0.2.1

chart-v0.2.1

19 Jun 13:32
2f5b75e

Choose a tag to compare

Helm chart version v0.2.1

chart-v0.1.1

15 Apr 12:41
0247fae

Choose a tag to compare

Helm chart version v0.1.1

v0.1.1

01 Apr 14:22
e6453e4

Choose a tag to compare

What's Changed

  • fix(gha): fix goreleaser failure with unexpected tag format [ICNS-2017] by @zak905 in #21
  • fix(deps): update github.com/golang-jwt/jwt/v4 and v5 [ICNS-2016] by @fyousfi-ionos in #20
  • chore: Add CODEOWNERS by @eivanovic-ionos in #22
  • chore: Resolve a leftover TODO in gh workflow by @eivanovic-ionos in #23
  • build(deps): bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.20.3 by @dependabot in #18
  • test(e2e): add github worflow for running end to end tests [ICNS-2026] by @zak905 in #24
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.3 to 0.20.4 by @dependabot in #26
  • test(e2e): test workflow is running [ICNS-2026] by @zak905 in #25
  • doc(readme): document the usage of certManager.namespace [ICNS-2033] by @zak905 in #28

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Mar 13:27
68360e6

Choose a tag to compare

What's Changed

  • feat(README): Add image, title and content adjustments [ICNS-1932] by @jsaenz-ionos in #1
  • feat(github-actions): define workflows [ICNS-1930] by @fyousfi-ionos in #2
  • feat(resolver): use sdk [ICNS-1928] by @akrieg-ionos in #5
  • feat(deployment): create helm chart [ICNS-1931] by @zak905 in #4
  • build(deps): bump sigstore/cosign-installer from 3.6.0 to 3.8.1 by @dependabot in #6
  • feat(chart): add workflow to deploy chart on repo [ICNS-1962] by @zak905 in #7
  • fix(workflow): fix typos in deploy chart action by @zak905 in #8
  • fix(workflow): set correct tag name on deploy helm chart workflow by @zak905 in #9
  • test(integration): add acme conformance tests [ICNS-1929] by @zak905 in #10
  • build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #11
  • build(deps): bump dorny/test-reporter from 1 to 2 by @dependabot in #12
  • build(deps): bump k8s.io/client-go from 0.32.2 to 0.32.3 by @dependabot in #13
  • refactor(readme): complete readme and make file [ICNS-1932][ICNS-1959] by @zak905 in #14
  • fix(chart): fix pod crashing due to unability to bind port by @zak905 in #15
  • fix(dns): fix dns resolution and helm chart by @zak905 in #19

New Contributors

Full Changelog: https://github.com/ionos-cloud/cert-manager-webhook-ionos-cloud/commits/v0.1.0

chart-v0.1.0

24 Mar 13:34
683d3ae

Choose a tag to compare

Helm chart version v0.1.0