k8s-home
k8s-home copied to clipboard
feat(github-release)!: Update dependency traefik-crd-source to v35
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| traefik-crd-source | major | 33.2.1 -> 35.0.0 |
Release Notes
traefik/traefik-helm-chart (traefik-crd-source)
v35.0.0
Upgrade Notes
This release has been marked as major as it might modify service and deployment port names (if they use uppercase characters or are longer than 15 characters). Nevertheless, even in these cases, it should not impact the availability of your endpoints.
:boom: BREAKING CHANGES
- feat!: add port name template functions #1363 by @jnoordsij
:rocket: Features
- feat(deps): update traefik docker tag to v3.3.5 #1372 by @renovate[bot]
- feat: ✨ Oracle Cloud marketplace integration #1371 by @mloiseleur
:bug: Bug fixes
- fix: do not quote protocol on pod ports #1362 by @jnoordsij
- fix(tracing): 🐛 multiple response or request headers #1373 by @mloiseleur
:package: Others
- chore(deps): update docker.io/helmunittest/helm-unittest docker tag to v0.8.0 #1356 by @renovate[bot]
- docs(EXAMPLES.md): improve port forwarding explanation #1342 by @GregRos
- chore(ci): :bug: avoid conflicting pushes on the same repo #1370 by @darkweaver87
- chore(helpers): :bookmark: update hub proxy corresponding versions #1376 by @darkweaver87
- chore(ci): :bug: should fail on test error #1379 by @darkweaver87
- chore(release): :rocket: publish traefik 35.0.0 #1377 by @darkweaver87
New Contributors
- @GregRos made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1342
Full Changelog: https://github.com/traefik/traefik-helm-chart/compare/v34.5.0...v35.0.0
v34.5.0
:rocket: Features
- feat: allow templating the additionalVolumeMounts configuration #1357 by @yairsimantov20
:bug: Bug fixes
- fix(gateway):
gateway.namespacevalue is ignored #1360 by @culpinnis
:package: Others
- chore(CRDs-release): 🔧 publish v1.5.0 #1355 by @mloiseleur
- chore(release): 🚀 publish crds 1.6.0 and traefik 34.5.0 #1369 by @youkoulayley
v34.4.1
:rocket: Features
- feat: :sparkles: add missing consulCatalogEnterprise provider for Hub #1324 by @darkweaver87
- feat(deps): update traefik docker tag to v3.3.4 #1347 by @renovate[bot]
:bug: Bug fixes
- fix: headerLabels does not exist for metrics.prometheus #1346 by @danilofalcao
- fix(chart): reorder source urls annotations #1354 by @viceice
:package: Others
- docs(Traefik Proxy): fix VALUES.md generation on prometheus values #1349 by @mloiseleur
- test(Traefik Proxy): fix metrics header labels #1352 by @ArlonAntonius
- chore(deps): upgrade helm-unittest to v0.7.2 #1350 by @mloiseleur
- chore(release): 🚀 publish v34.4.1 #1351 by @mloiseleur
v34.4.0
:warning: There is an update on CRDs in this version for Traefik Hub. See README for instructions on how to upgrade.
:rocket: Features
- feat(CRDs): update Traefik Hub CRDs to v1.17.0 #1343 by @traefiker
:package: Others
- docs: :memo: document CRDs technical choices #1321 by @darkweaver87
- chore(release): 🚀 publish v34.4.0 and CRDs v1.4.0 #1344 by @mloiseleur
v34.3.0
:warning: There is an update on CRDs in this version for both Traefik Proxy and Traefik Hub. See README for instructions on how to upgrade.
:rocket: Features
- feat: :sparkles: add missing microcks provider for Hub #1325 by @darkweaver87
- feat(deps): update traefik docker tag to v3.3.3 #1332 by @renovate[bot]
:bug: Bug fixes
- fix: :bug: fix and test changelog #1327 by @darkweaver87
- fix(Traefik Hub): :bug: handle main and latest build #1326 by @darkweaver87
- fix(Traefik Hub): AIServices are available in API Gateway #1333 by @juliens
:package: Others
- chore(deps): update louisbrunner/diff-action action to v2.2.0 #1331 by @renovate[bot]
- chore: update CRDs to v1.14.1 #1329 by @traefiker
- chore: release 34.3.0 and 1.3.0 #1335 by @youkoulayley
v34.2.0
:rocket: Features
- feat: :sparkles: add hub tracing capabilities #1322 by @darkweaver87
:bug: Bug fixes
- fix: :bug: permanent redirect should be disableable #1319 by @darkweaver87
:package: Others
- chore: update issue template #1316 by @mloiseleur
- docs: 📚️ fix typo in Guidelines.md #1320 by @lbarnkow
- chore(release): publish v34.2.0 #1323 by @darkweaver87
v34.1.0
:rocket: Features
- feat(Traefik Hub): add OAS validateRequestMethodAndPath - CRDs update #1299 by @traefiker
- feat(Traefik Proxy): update traefik docker tag to v3.3.2 #1310 by @renovate[bot]
:bug: Bug fixes
- fix(Traefik Proxy): support uppercase letters in entrypoint names #1286 by @uvNikita
:package: Others
- chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.12.0 #1306 by @renovate[bot]
- chore(release): publish v34.1.0 #1312 by @mloiseleur
v34.0.0
Upgrade Notes
There are multiple breaking changes in this release:
- When using namespaceOverride, the label selector will be changed. On a production environment, it's recommended to deploy a new instance with the new version, switch the traffic to it and delete the previous one. See PR #1290 for more information
ports.x.redirectTohas been refactored to be aligned with upstream syntax. See PR #1301 for a complete before / after example.
:information_source: A separate, optional, chart can be used to handle CRDs. See README for more information.
:boom: BREAKING CHANGES
- fix(Traefik Proxy)!: use namespaceOverride as expected #1290 by @mloiseleur
- fix(Traefik Proxy)!: move redirectTo => redirections #1301 by @mloiseleur
:rocket: Features
- feat(deps): update traefik docker tag to v3.2.3 #1285 by @renovate[bot]
- feat(Traefik Proxy): add support for experimental FastProxy #1297 by @mloiseleur
- feat(Traefik Proxy): apply migration guide to v3.3 #1296 by @mloiseleur
- feat(Chart): :package: add optional separated chart for CRDs #1223 by @darkweaver87
- feat(CRDs): update CRDs for Traefik Proxy v3.3.x #1303 by @mloiseleur
- feat(Traefik Hub): add support for AI Gateway #1304 by @mloiseleur
- feat(deps): update traefik docker tag to v3.3.1 #1294 by @renovate[bot]
:bug: Bug fixes
- fix(CRDs): :bug: bad regexp to generate CRDs release notes #1302 by @darkweaver87
- fix(Gateway API): status should not use default service when it's disabled #1300 by @mloiseleur
:package: Others
- chore(deps): update helm/kind-action action to v1.11.0 #1284 by @renovate[bot]
- chore(deps): update helm/kind-action action to v1.12.0 #1287 by @renovate[bot]
- chore(Gateway API): :recycle: remove template from values #1307 by @darkweaver87
- chore(release): publish v34.0.0 and CRDs v1.1.0 #1305 by @mloiseleur
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.