Skip to content

[pull] main from fluxcd:main#34

Open
pull[bot] wants to merge 642 commits intoFoxAndDuckSoftware:mainfrom
fluxcd:main
Open

[pull] main from fluxcd:main#34
pull[bot] wants to merge 642 commits intoFoxAndDuckSoftware:mainfrom
fluxcd:main

Conversation

@pull
Copy link

@pull pull bot commented Sep 18, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Sep 18, 2023
stefanprodan and others added 29 commits August 15, 2024 12:31
Bumps the ci group with 3 updates in the / directory: [korthout/backport-action](https://github.com/korthout/backport-action), [anchore/sbom-action](https://github.com/anchore/sbom-action) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `korthout/backport-action` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/korthout/backport-action/releases)
- [Commits](korthout/backport-action@bd410d3...be567af)

Updates `anchore/sbom-action` from 0.17.1 to 0.17.2
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Commits](anchore/sbom-action@ab9d16d...61119d4)

Updates `github/codeql-action` from 3.26.2 to 3.26.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@429e197...f0f3afe)

---
updated-dependencies:
- dependency-name: korthout/backport-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
…6fd8e81

Bump the ci group across 1 directory with 3 updates
When using Helm with both a values file and --set, the set will always
have precedence over the values.yaml. This allows specifying the normal
config inside a yaml file and specifying a secret outside that yaml via
--set.

When using flux, this normally works too (using inline values to specify
most of the config and a reference with targetPath to get a secret), but
if you want to overwrite a secret key inside an array the inline values
will always overwrite the whole array and the referenced secret key will
not appear at all.

By making sure that when you specify a targetPath it has precedence over
inline values it will be merged properly.

Signed-off-by: Ströger Florian <florian@florianstroeger.com>
…rite

Allow overwriting inline values with targetPath
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Update Helm to v3.16.1 and enable the adoption of existing resources
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Closes #1021

Signed-off-by: Chris Werner Rau <cwrau@cwrau.info>
Signed-off-by: Sunny <github@darkowlzz.space>
Signed-off-by: Sunny <github@darkowlzz.space>
fix: remove digest check to never ignore helm errors
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Add `disableSchemaValidation` to Helm install/upgrade actions
Signed-off-by: Sunny <github@darkowlzz.space>
Signed-off-by: Sunny <github@darkowlzz.space>
Update flux deps and k8s deps to 1.31.1
Bumps the ci group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...d632683)

Updates `github/codeql-action` from 3.26.4 to 3.26.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f0f3afe...461ef6c)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
…3fc3a14

Bump the ci group across 1 directory with 2 updates
Signed-off-by: Sunny <github@darkowlzz.space>
Update source-controller to v1.4.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Allow cross-shard dependency check
Signed-off-by: Sunny <github@darkowlzz.space>
Signed-off-by: Sunny <github@darkowlzz.space>
cappyzawa and others added 30 commits January 22, 2026 16:22
Add end-to-end tests to verify the ServerSideApply field works correctly
for install, upgrade, and rollback operations.

The tests verify that when serverSideApply is set, the Helm release
uses the SSA apply method (apply_method: ssa in the release secret).

Signed-off-by: cappyzawa <cappyzawa@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This adds the `.status.inventory` field to HelmRelease, similar to
Kustomization, to expose managed Kubernetes objects.

The inventory includes:
- Objects from the release manifest (with namespace complement)
- CRDs from the chart's crds/ directory

Helm hooks are excluded as they are ephemeral resources deleted
after execution.

Signed-off-by: cappyzawa <cappyzawa@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Upgrade `controller-runtime` to v0.23.1
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Remove adoption of resources in old API versions
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Reduce the mean time to recovery (MTTR) in case of failed deployments
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Fix waiting and erroring out on garbage-collected Jobs
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Remove deprecated APIs in group `helm.toolkit.fluxcd.io/v2beta2`
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This feature gate enables fetching source objects directly from the API server using APIReader, bypassing the controller's cache. This can be useful when immediate consistency is required for source object reads.

When enabled via --feature-gates=DirectSourceFetch=true:

Source objects are fetched using r.APIReader instead of r.Client
A log message is emitted at startup indicating the feature is active
Changes:

Add DirectSourceFetch field to HelmReleaseReconciler struct
Update getSource() to use APIReader when feature is enabled
Register feature gate with default value false (opt-in)
Add unit tests
Update pkg/runtime dependency to v0.100.1
Downgrade pkg/ssa to v0.67.1

Signed-off-by: Dipti Pai <diptipai89@outlook.com>
[HC] Add DirectSourceFetch feature gate to bypass cache for source objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.