Update Helm release common to v5 #52

Open
renovate wants to merge 1 commit from renovate/common-5.x into main
Member

This PR contains the following updates:

Package Update Change
common (source) major 3.7.35.0.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bjw-s-labs/helm-charts (common)

v5.0.0

Compare Source

Changelog:

Added
  • NetworkPolicy now auto-detects and targets a single controller when no controller or podSelector is specified and exactly one controller exists.
  • Allow creating HorizontalPodAutoscaler objects for controllers.
  • Add support for creating PodMonitors in addition to ServiceMonitors
  • Add support for setting container resizePolicy in Kubernetes versions >= 1.35
  • Add support for setting Pod resizePolicy in Kubernetes versions >= 1.36
  • Add native support for generic ephemeral volumes via the new ephemeral persistence type.
Changed
  • Breaking: Restructured rawResources to use a manifest wrapper key for cleaner syntax. Previously the K8s manifest content was placed under a spec key which caused confusion. Global chart labels and annotations are automatically merged with user-provided ones.
  • Breaking: automountServiceAccountToken now defaults to false to improve security posture.
  • Breaking: Create an unprivileged serviceAccount by default. Can be disabled by setting global.createDefaultServiceAccount to false.
  • Breaking: ServiceMonitor and PodMonitor jobLabel fields now default to app.kubernetes.io/name.
  • Minimum required Kubernetes version has been increased to 1.31
  • Minimum required Helm version has been increased to 3.18
Fixed
  • Improve error messages
  • Fix edge case in volumeMounts where default persistence type was not properly set
  • Fix whitespace handling in Route backendRefs

v4.6.2

Compare Source

Changelog:

Fixed
  • Make port selection by identifier in backendRefs of HTTPRoute actually do something.
  • Route port was no longer optional while it should be.

v4.6.1

Compare Source

Changelog:

Fixed
  • Make port selection by identifier in backendRefs of HTTPRoute actually do something.

v4.6.0

Compare Source

Changelog:

Added
  • Add support for configuring supplementalGroupsPolicy in Pod SecurityContext.
  • Add support for configuring jobLabel in serviceMonitor.
Fixed
  • Fixed checksum annotation when templates are used in ConfigMaps and Secrets.

v4.5.0

Compare Source

Changelog:

Added
  • Add support for named route rules.
  • Allow creating PodDisruptionBudget Objects for controllers.
  • Allow defining experimental CORS and externalAuth filters in HTTPRoutes.

v4.4.0

Compare Source

Changelog:

Added
  • Add support for schedulingGates in pod specification.
  • Add support for explicit image digest. Enables use of digestReflectionPolicy in Flux CD.
  • Allow image specification object in persistence.image field.
  • Allow limiting configMap and Secret checksum annotations to specific controllers.
  • Updated file selection logic to allow files nested in subfolders for configMapsFromFolder and the new secretsFromFolder.
  • Add best-effort automatic detection of binary files for configMapsFromFolder and the new secretsFromFolder.
  • Allow specifying isEnvFile for files loaded via configMapsFromFolder.
  • Allow specifying secrets from files via secretsFromFolder.
Fixed
  • Fixed envFrom optional field being ignored.
  • Fixed merge strategy for defaultPodOptions and defaultContainerOptions.

v4.3.0

Compare Source

Changelog:

Fixed
  • defaultPodOptions no longer get accidentally overwritten when there are multiple controllers. (fixes #​476)
Added
  • Allow configuring Service trafficDistribution in Kubernetes >=v1.33.
  • Add better support for GRPCRoute and HTTPRoute matchers.
  • Allow templating in image.repository and image.tag.
  • Add support for pod.resourceClaims in Kubernetes >=v1.32.
  • Add support for using fileKeyRef in valueFrom in environment variables in Kubernetes >=v1.34.
  • Add support for configuring StatefulSet start ordinal in Kubernetes >=v1.31.

v4.2.0

Compare Source

Changelog:

Added
  • Allow Helm templating for existingClaim field in persistence items.
  • Allow Helm templating for subPath and Path fields in persistence items.
  • Allow mounting of container images as persistence items in Kubernetes >= 1.33.
  • Allow configuring a portRange instead of a single port in Services.
Fixed
  • Fixed advancedMounts validation to not fail when persistence item is disabled.
  • Allow probes to be configured when no services are enabled.

v4.1.2

Compare Source

Changelog:

Changed
  • Improved and standardized descriptions for JSONSchema properties.
Fixed
  • Fixed Route validation when relying on automatic Service detection when multiple services are present.
  • Fixed namespace validation when setting non-ServiceAccount subject in RoleBinding.

v4.1.1

Compare Source

Changelog:

Fixed
  • Fixed an edge-case bug where specifying a merge defaultPodOptionsStrategy could crash the chart.
  • Fixed Route automatic service detection if there are no rules defined.

v4.1.0

Compare Source

Changelog:

Fixed
  • Fixed a bug where probes were not being configured correctly for Services that autodetect their controller.
  • Fixed a bug where topologySpreadConstraints field did not properly render Helm templates.
Added
  • Added support for configuring the serviceName field for StatefulSets.
  • Added support for automatically selecting the ServiceAccount when only one is defined.
  • Added support for referencing target service for ServiceMonitors by identifier.
  • Added support for automatically determining the target service for ServiceMonitors if there is only one enabled Service.
  • Added support for always adding the identifier suffix even if there is only a single resource.

v4.0.1

Compare Source

Changelog:

Removed
  • Individual valuesToObject functions have been removed in favor of a centralized bjw-s.common.lib.valuesToObject function.
Fixed
  • Fixed empty backendRefs in HTTPRoute leading to invalid spec
Added
  • Added support for setting parentRefs[].port in HTTPRoute
  • Added support for setting sessionPersistence in HTTPRoute
  • Added support for setting resources on the Pod Level in Kubernetes >= 1.32
  • Added explicit JSON schema for rbac root key
  • Allow configuring the merge strategy for defaultPodOptions
  • Added support for setting subPathExpr on globalMounts and advancedMounts persistence items
  • Added support for automatically determining the target controller for Services if there is only one enabled controller
  • Added support for automatically determining the target service for Ingress paths if there is only one enabled Service
  • Added support for automatically determining the target service for Route backends if there is only one enabled Service
Changed
  • Breaking: Standardized resource name logic for all resources. This may cause changes in the generated resource names.
  • Breaking: Increased the minimum supported Kubernetes version to 1.28.0
  • Breaking: ServiceAccounts no longer create a static token by default. This is now controlled by the staticToken field in the serviceAccount object.
  • Breaking: Renamed the hardcoded app.kubernetes.io/component label to app.kubernetes.io/controller

v4.0.0

Compare Source

Changelog:

Removed
  • Individual valuesToObject functions have been removed in favor of a centralized bjw-s.common.lib.valuesToObject function.
Fixed
  • Fixed empty backendRefs in HTTPRoute leading to invalid spec
Added
  • Added support for setting parentRefs[].port in HTTPRoute
  • Added support for setting sessionPersistence in HTTPRoute
  • Added support for setting resources on the Pod Level in Kubernetes >= 1.32
  • Added explicit JSON schema for rbac root key
  • Allow configuring the merge strategy for defaultPodOptions
  • Added support for setting subPathExpr on globalMounts and advancedMounts persistence items
  • Added support for automatically determining the target controller for Services if there is only one enabled controller
  • Added support for automatically determining the target service for Ingress paths if there is only one enabled Service
Changed
  • Breaking: Standardized resource name logic for all resources. This may cause changes in the generated resource names.
  • Breaking: Increased the minimum supported Kubernetes version to 1.28.0
  • Breaking: ServiceAccounts no longer create a static token by default. This is now controlled by the staticToken field in the serviceAccount object.
  • Breaking: Renamed the hardcoded app.kubernetes.io/component label to app.kubernetes.io/controller

Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://github.com/bjw-s-labs/helm-charts/tree/main/charts/library/common) ([source](https://github.com/bjw-s-labs/helm-charts/tree/HEAD/charts/library/common)) | major | `3.7.3` → `5.0.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/1) for more information. --- ### Release Notes <details> <summary>bjw-s-labs/helm-charts (common)</summary> ### [`v5.0.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-5.0.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.6.2...common-5.0.0) #### Changelog: ##### Added - NetworkPolicy now auto-detects and targets a single controller when no `controller` or `podSelector` is specified and exactly one controller exists. - Allow creating HorizontalPodAutoscaler objects for controllers. - Add support for creating PodMonitors in addition to ServiceMonitors - Add support for setting container resizePolicy in Kubernetes versions >= 1.35 - Add support for setting Pod resizePolicy in Kubernetes versions >= 1.36 - Add native support for generic ephemeral volumes via the new `ephemeral` persistence type. ##### Changed - **Breaking**: Restructured rawResources to use a manifest wrapper key for cleaner syntax. Previously the K8s manifest content was placed under a `spec` key which caused confusion. Global chart labels and annotations are automatically merged with user-provided ones. - **Breaking**: automountServiceAccountToken now defaults to false to improve security posture. - **Breaking**: Create an unprivileged serviceAccount by default. Can be disabled by setting `global.createDefaultServiceAccount` to false. - **Breaking**: ServiceMonitor and PodMonitor `jobLabel` fields now default to `app.kubernetes.io/name`. - Minimum required Kubernetes version has been increased to 1.31 - Minimum required Helm version has been increased to 3.18 ##### Fixed - Improve error messages - Fix edge case in volumeMounts where default persistence type was not properly set - Fix whitespace handling in Route backendRefs ### [`v4.6.2`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.6.2) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.6.1...common-4.6.2) #### Changelog: ##### Fixed - Make port selection by identifier in backendRefs of HTTPRoute actually do something. - Route port was no longer optional while it should be. ### [`v4.6.1`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.6.1) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.6.0...common-4.6.1) #### Changelog: ##### Fixed - Make port selection by identifier in backendRefs of HTTPRoute actually do something. ### [`v4.6.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.6.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.5.0...common-4.6.0) #### Changelog: ##### Added - Add support for configuring supplementalGroupsPolicy in Pod SecurityContext. - Add support for configuring jobLabel in serviceMonitor. ##### Fixed - Fixed checksum annotation when templates are used in ConfigMaps and Secrets. ### [`v4.5.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.5.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.4.0...common-4.5.0) #### Changelog: ##### Added - Add support for named route rules. - Allow creating PodDisruptionBudget Objects for controllers. - Allow defining experimental CORS and externalAuth filters in HTTPRoutes. ### [`v4.4.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.4.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.3.0...common-4.4.0) #### Changelog: ##### Added - Add support for schedulingGates in pod specification. - Add support for explicit image digest. Enables use of `digestReflectionPolicy` in Flux CD. - Allow image specification object in persistence.image field. - Allow limiting configMap and Secret checksum annotations to specific controllers. - Updated file selection logic to allow files nested in subfolders for configMapsFromFolder and the new secretsFromFolder. - Add best-effort automatic detection of binary files for configMapsFromFolder and the new secretsFromFolder. - Allow specifying isEnvFile for files loaded via configMapsFromFolder. - Allow specifying secrets from files via secretsFromFolder. ##### Fixed - Fixed envFrom optional field being ignored. - Fixed merge strategy for defaultPodOptions and defaultContainerOptions. ### [`v4.3.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.3.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.2.0...common-4.3.0) #### Changelog: ##### Fixed - defaultPodOptions no longer get accidentally overwritten when there are multiple controllers. (fixes [#&#8203;476](https://github.com/bjw-s-labs/helm-charts/issues/476)) ##### Added - Allow configuring Service trafficDistribution in Kubernetes >=v1.33. - Add better support for GRPCRoute and HTTPRoute matchers. - Allow templating in `image.repository` and `image.tag`. - Add support for `pod.resourceClaims` in Kubernetes >=v1.32. - Add support for using `fileKeyRef` in `valueFrom` in environment variables in Kubernetes >=v1.34. - Add support for configuring StatefulSet start ordinal in Kubernetes >=v1.31. ### [`v4.2.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.2.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.1.2...common-4.2.0) #### Changelog: ##### Added - Allow Helm templating for existingClaim field in persistence items. - Allow Helm templating for subPath and Path fields in persistence items. - Allow mounting of container images as persistence items in Kubernetes >= 1.33. - [Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/volumes/#image) - Allow configuring a portRange instead of a single port in Services. ##### Fixed - Fixed advancedMounts validation to not fail when persistence item is disabled. - Allow probes to be configured when no services are enabled. ### [`v4.1.2`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.1.2) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.1.1...common-4.1.2) #### Changelog: ##### Changed - Improved and standardized descriptions for JSONSchema properties. ##### Fixed - Fixed Route validation when relying on automatic Service detection when multiple services are present. - Fixed namespace validation when setting non-ServiceAccount subject in RoleBinding. ### [`v4.1.1`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.1.1) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.1.0...common-4.1.1) #### Changelog: ##### Fixed - Fixed an edge-case bug where specifying a merge defaultPodOptionsStrategy could crash the chart. - Fixed Route automatic service detection if there are no rules defined. ### [`v4.1.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.1.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.0.1...common-4.1.0) #### Changelog: ##### Fixed - Fixed a bug where probes were not being configured correctly for Services that autodetect their controller. - Fixed a bug where topologySpreadConstraints field did not properly render Helm templates. ##### Added - Added support for configuring the `serviceName` field for StatefulSets. - Added support for automatically selecting the ServiceAccount when only one is defined. - Added support for referencing target service for ServiceMonitors by identifier. - Added support for automatically determining the target service for ServiceMonitors if there is only one enabled Service. - Added support for always adding the identifier suffix even if there is only a single resource. - [Updated documentation](https://bjw-s-labs.github.io/helm-charts/docs/common-library/resources/names/) ### [`v4.0.1`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.0.1) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-4.0.0...common-4.0.1) #### Changelog: ##### Removed - Individual `valuesToObject` functions have been removed in favor of a centralized `bjw-s.common.lib.valuesToObject` function. ##### Fixed - Fixed empty backendRefs in HTTPRoute leading to invalid spec ##### Added - Added support for setting `parentRefs[].port` in HTTPRoute - Added support for setting `sessionPersistence` in HTTPRoute - Added support for setting `resources` on the Pod Level in Kubernetes >= 1.32 - Added explicit JSON schema for `rbac` root key - Allow configuring the merge strategy for `defaultPodOptions` - Added support for setting `subPathExpr` on globalMounts and advancedMounts persistence items - Added support for automatically determining the target controller for Services if there is only one enabled controller - Added support for automatically determining the target service for Ingress paths if there is only one enabled Service - Added support for automatically determining the target service for Route backends if there is only one enabled Service ##### Changed - **Breaking**: Standardized resource name logic for all resources. This may cause changes in the generated resource names. - [Documentation](https://bjw-s-labs.github.io/helm-charts/docs/common-library/resources/names/) - **Breaking**: Increased the minimum supported Kubernetes version to 1.28.0 - **Breaking**: ServiceAccounts no longer create a static token by default. This is now controlled by the `staticToken` field in the `serviceAccount` object. - **Breaking**: Renamed the hardcoded app.kubernetes.io/component label to app.kubernetes.io/controller ### [`v4.0.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.0.0) [Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/common-3.7.3...common-4.0.0) #### Changelog: ##### Removed - Individual `valuesToObject` functions have been removed in favor of a centralized `bjw-s.common.lib.valuesToObject` function. ##### Fixed - Fixed empty backendRefs in HTTPRoute leading to invalid spec ##### Added - Added support for setting `parentRefs[].port` in HTTPRoute - Added support for setting `sessionPersistence` in HTTPRoute - Added support for setting `resources` on the Pod Level in Kubernetes >= 1.32 - Added explicit JSON schema for `rbac` root key - Allow configuring the merge strategy for `defaultPodOptions` - Added support for setting `subPathExpr` on globalMounts and advancedMounts persistence items - Added support for automatically determining the target controller for Services if there is only one enabled controller - Added support for automatically determining the target service for Ingress paths if there is only one enabled Service ##### Changed - **Breaking**: Standardized resource name logic for all resources. This may cause changes in the generated resource names. - [Documentation](https://bjw-s-labs.github.io/helm-charts/docs/common-library/resources/names/) - **Breaking**: Increased the minimum supported Kubernetes version to 1.28.0 - **Breaking**: ServiceAccounts no longer create a static token by default. This is now controlled by the `staticToken` field in the `serviceAccount` object. - **Breaking**: Renamed the hardcoded app.kubernetes.io/component label to app.kubernetes.io/controller </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Helm release common to v5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
aaf197634f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/common-5.x:renovate/common-5.x
git switch renovate/common-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/common-5.x
git switch renovate/common-5.x
git rebase main
git switch main
git merge --ff-only renovate/common-5.x
git switch renovate/common-5.x
git rebase main
git switch main
git merge --no-ff renovate/common-5.x
git switch main
git merge --squash renovate/common-5.x
git switch main
git merge --ff-only renovate/common-5.x
git switch main
git merge renovate/common-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
krautit-charts/pixelfed!52
No description provided.