Matheus Pimenta
6462b710f5
Add mention of e2e-tested proof of concept
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-02-05 18:19:24 +00:00
Matheus Pimenta
6fcba05e2b
[RFC-XXXX] Vendor-Agnostic Short-Lived Credentials
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-02-03 18:52:14 +00:00
Stefan Prodan
a4903a95be
Merge pull request #5690 from Aman-Cool/fix/resume-success-after-failure
...
Fix resume command logging success after reconciliation failure
2026-01-25 10:29:02 +02:00
Aman-Cool
8c041095ab
Fix resume command logging success after reconciliation failure
...
Signed-off-by: Aman-Cool <aman017102007@gmail.com >
2026-01-25 04:53:17 +05:30
Stefan Prodan
63dfdd133c
Merge pull request #5688 from fluxcd/k8s-1.35.0
...
Update dependencies to Kubernetes v1.35.0
2026-01-22 18:12:41 +02:00
Stefan Prodan
b2be6f96c9
Update dependencies to Kubernetes v1.35.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-01-22 17:01:34 +02:00
Matheus Pimenta
1dfc906802
Merge pull request #5682 from fluxcd/gh-app-owner
...
Introduce support for looking up GH app installation ID
2026-01-19 12:20:27 +00:00
Matheus Pimenta
d57313ae2c
Introduce support for looking up GH app installation ID
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-01-19 12:03:08 +00:00
Matheus Pimenta
c125bcb1ca
Merge pull request #5674 from sibasispadhi/fix-windows-path-issue-5673
...
fix: normalize path for Windows compatibility
2026-01-13 16:41:23 +00:00
Sibasis Padhi
7dd9fde7ce
fix: normalize paths to prevent concatenation on Windows
...
Fixes #5673
On Windows, when using absolute paths like C:\path\to\dir,
the path could be incorrectly concatenated, resulting in:
C:\working\dir\C:\path\to\dir\file
This fix applies filepath.Abs() and filepath.Clean() to normalize
the path before using it, ensuring absolute paths are handled
correctly on all platforms.
Changes:
- Apply filepath.Abs() to convert relative paths to absolute
- Apply filepath.Clean() to remove redundant separators and resolve ..
- Add tests for absolute paths, complex paths with .., and paths
with redundant separators to verify normalization works correctly
The tests use actual 'flux build kustomization' commands with:
1. Absolute paths (prevents concatenation bugs)
2. Paths with parent directory (..) references
3. Paths with redundant separators (//)
All tests verify the command produces correct output, ensuring
the path normalization fix works as expected.
Signed-off-by: Sibasis Padhi <sibasis.padhi@gmail.com >
2026-01-13 10:25:59 -06:00
Stefan Prodan
f2f7d59577
Merge pull request #5663 from fluxcd/conform-k8s-1.35
...
Run conformance tests for Kubernetes 1.35.0
2025-12-18 11:47:06 +02:00
Stefan Prodan
7459e457bf
Run conformance tests for Kubernetes 1.35.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-12-18 11:15:02 +02:00
Stefan Prodan
145f98b53a
ci: Move release to large runners
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-12-18 11:13:58 +02:00
Stefan Prodan
6c58ea576e
Merge pull request #5659 from ivan-munteanu/retry-pulling-the-binary
...
Added retry logic with delays to the Flux CLI download
2025-12-15 20:17:23 +02:00
ivan-munteanu
580ef30c8f
Added retry logic to install.sh
...
What Changed:
- Downloads now retry up to 5 times with 5-second delays between attempts
- Applied to both the Flux binary and checksums file downloads
- Clear feedback on retry attempts and failures
Why This Matters
- Improves Reliability: Network hiccups, rate limiting, or temporary outages no longer cause immediate failures. The action automatically recovers from transient issues.
Signed-off-by: ivan-munteanu <148127170+ivan-munteanu@users.noreply.github.com >
2025-12-15 09:14:27 -05:00
Matheus Pimenta
94e9af6b2a
Merge pull request #5656 from jaxels10/main
...
fix : #5654 by checking if both --chart and --chart-ref are set
2025-12-10 21:32:28 +00:00
Jesper Axelsen
3fb05a604f
fix : #5654 by check if both --chart and --chart-ref are set
...
Signed-off-by: Jesper Axelsen <jesperbaxelsen@gmail.com >
2025-12-10 22:08:31 +01:00
Matheus Pimenta
9b76ba19a8
Merge pull request #5648 from fluxcd/update-components
...
Update toolkit components
2025-11-27 10:08:05 +00:00
fluxcdbot
1e7dd5dfd8
Update toolkit components
...
- helm-controller to v1.4.5
https://github.com/fluxcd/helm-controller/blob/v1.4.5/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-11-27 09:53:28 +00:00
Stefan Prodan
d6dec730d8
Merge pull request #5597 from anshuishere/skip-tenant-ns-create
...
Allow option to skip tenant namespace creation
2025-11-21 17:16:29 +02:00
Anshuman Singh
0ba28f3f91
Allow option to skip tenant namespace creation
...
Add --skip-namespace flag to the 'create tenant' command to skip automatic
namespace creation when the namespace already exists.
Signed-off-by: Anshuman Singh <anshumanchauhan9@gmail.com >
2025-11-21 17:46:12 +05:30
Matheus Pimenta
55936e9366
Merge pull request #5639 from fluxcd/update-components
...
Update toolkit components
2025-11-20 07:17:19 +00:00
fluxcdbot
6ecad4783f
Update toolkit components
...
- helm-controller to v1.4.4
https://github.com/fluxcd/helm-controller/blob/v1.4.4/CHANGELOG.md
- kustomize-controller to v1.7.3
https://github.com/fluxcd/kustomize-controller/blob/v1.7.3/CHANGELOG.md
- source-controller to v1.7.4
https://github.com/fluxcd/source-controller/blob/v1.7.4/CHANGELOG.md
- notification-controller to v1.7.5
https://github.com/fluxcd/notification-controller/blob/v1.7.5/CHANGELOG.md
- image-reflector-controller to v1.0.4
https://github.com/fluxcd/image-reflector-controller/blob/v1.0.4/CHANGELOG.md
- image-automation-controller to v1.0.4
https://github.com/fluxcd/image-automation-controller/blob/v1.0.4/CHANGELOG.md
- source-watcher to v2.0.3
https://github.com/fluxcd/source-watcher/blob/v2.0.3/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-11-20 07:04:02 +00:00
Matheus Pimenta
5759d08473
Merge pull request #5625 from hown3d/report-diff-skip
...
diff: report if object is skipped
2025-11-19 08:31:43 +00:00
Lukas Hoehl
5048de80f0
diff: report if object is skipped
...
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.cloud >
2025-11-19 07:24:11 +01:00
Matheus Pimenta
97a437d059
Merge pull request #5633 from fluxcd/upgrade-deps
...
Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2
2025-11-18 15:02:24 +00:00
Matheus Pimenta
cfb28ffdc0
Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-11-18 14:34:27 +00:00
Matheus Pimenta
ae9ef62f39
Merge pull request #5630 from fluxcd/fix-5629
...
Fix panic on reconcile with source of ExternalArtifact kind
2025-11-17 14:32:37 +00:00
Matheus Pimenta
69feb7214a
Fix panic on reconcile with source of ExternalArtifact kind
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-11-17 13:31:13 +00:00
Matheus Pimenta
e95da82f5a
Merge pull request #5627 from fluxcd/fix-5626
...
Add source.extensions.fluxcd.io group to aggregated RBAC roles
2025-11-13 12:56:50 +01:00
Matheus Pimenta
7c5f9befb4
Add source.extensions.fluxcd.io group to aggregated RBAC roles
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-11-13 11:52:09 +00:00
Stefan Prodan
26a8d0c1c7
Merge pull request #5614 from fluxcd/conform-source-watcher
...
ci: Include source-watcher in the e2e test suite
2025-11-01 11:46:35 +02:00
Stefan Prodan
833815c71d
ci: Include source-watcher in the e2e test suite
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-11-01 10:34:07 +02:00
Matheus Pimenta
31287b9b27
Merge pull request #5602 from jaxels10/main
...
fix: return accepted values for flags when calling Values.Type()
2025-10-28 14:09:23 +00:00
Jesper Axelsen
28f5b553a2
fix: return supported values for flags when calling Values.Type()
...
Signed-off-by: Jesper Axelsen <jesperbaxelsen@gmail.com >
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-28 13:35:22 +00:00
Matheus Pimenta
b33f173670
Merge pull request #5603 from fluxcd/update-components
...
Update toolkit components
2025-10-28 13:17:06 +00:00
Matheus Pimenta
d8c6ee167c
Fix bootstrap e2e test for image policy
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-28 12:59:53 +00:00
fluxcdbot
e288cb2771
Update toolkit components
...
- helm-controller to v1.4.3
https://github.com/fluxcd/helm-controller/blob/v1.4.3/CHANGELOG.md
- kustomize-controller to v1.7.2
https://github.com/fluxcd/kustomize-controller/blob/v1.7.2/CHANGELOG.md
- source-controller to v1.7.3
https://github.com/fluxcd/source-controller/blob/v1.7.3/CHANGELOG.md
- notification-controller to v1.7.4
https://github.com/fluxcd/notification-controller/blob/v1.7.4/CHANGELOG.md
- image-reflector-controller to v1.0.3
https://github.com/fluxcd/image-reflector-controller/blob/v1.0.3/CHANGELOG.md
- image-automation-controller to v1.0.3
https://github.com/fluxcd/image-automation-controller/blob/v1.0.3/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-10-28 12:39:44 +00:00
Stefan Prodan
5f2a6ebc2b
Merge pull request #5583 from dgunzy/add-export-source-external
...
[RFC-0012] Add command `flux export source external`
2025-10-28 09:33:06 +02:00
Daniel Guns
cdc37c304a
Adding export source external
...
Signed-off-by: Daniel Guns <danbguns@gmail.com >
2025-10-24 14:52:36 -03:00
Matheus Pimenta
60e4d99b57
Merge pull request #5594 from fluxcd/pin-cosign-v2.6.1
...
Pin cosign to v2.6.1
2025-10-20 15:54:43 +01:00
Matheus Pimenta
8229ffb674
Pin cosign to v2.6.1
...
xref: https://github.com/fluxcd/source-controller/issues/1923
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-20 15:34:46 +01:00
Stefan Prodan
9b944da896
Merge pull request #5589 from akshatsinha0/fix/check-prompt-write-error
...
fix: handle error when writing password prompt to stdout
2025-10-13 22:30:18 +03:00
Akshat Sinha
5b37a6b04b
fix(cli): handle error when writing password prompt and correct spelling (i) Add error handling for fmt.Fprint when writing password prompt to stdout (ii) Fixed : initalization to initialization in the commented region
...
Signed-off-by: Akshat Sinha <akshatsinhasramhardy@gmail.com >
2025-10-13 20:21:49 +05:30
Stefan Prodan
9f18062d43
Merge pull request #5555 from dgunzy/add-get-source-external-artifact
...
[RFC-0012] Add command `flux get source external`
2025-10-10 15:56:18 +03:00
Daniel Guns
1055f28524
Adding get source external-artifact
...
Signed-off-by: Daniel Guns <danbguns@gmail.com >
2025-10-09 08:45:01 -03:00
Matheus Pimenta
7b0021c1a8
Merge pull request #5581 from fluxcd/restore-github-pat-for-backports
...
Restore GitHub PAT for backports
2025-10-09 11:54:20 +01:00
Matheus Pimenta
ba997449aa
Restore GitHub PAT for backports
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-09 11:48:57 +01:00
Matheus Pimenta
ca2f0205c4
Merge pull request #5578 from fluxcd/update-components
...
Update toolkit components
2025-10-08 18:53:00 +01:00
fluxcdbot
058525fe37
Update toolkit components
...
- helm-controller to v1.4.2
https://github.com/fluxcd/helm-controller/blob/v1.4.2/CHANGELOG.md
- kustomize-controller to v1.7.1
https://github.com/fluxcd/kustomize-controller/blob/v1.7.1/CHANGELOG.md
- source-controller to v1.7.2
https://github.com/fluxcd/source-controller/blob/v1.7.2/CHANGELOG.md
- notification-controller to v1.7.3
https://github.com/fluxcd/notification-controller/blob/v1.7.3/CHANGELOG.md
- image-reflector-controller to v1.0.2
https://github.com/fluxcd/image-reflector-controller/blob/v1.0.2/CHANGELOG.md
- image-automation-controller to v1.0.2
https://github.com/fluxcd/image-automation-controller/blob/v1.0.2/CHANGELOG.md
- source-watcher to v2.0.2
https://github.com/fluxcd/source-watcher/blob/v2.0.2/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-10-08 17:36:49 +00:00
Stefan Prodan
686ee31f8a
Merge pull request #5576 from fluxcd/k8s-1.34.1
...
Update dependencies to Kubernetes v1.34.1 and Go 1.25.2
2025-10-08 19:26:14 +03:00
Stefan Prodan
767f235f94
Update dependencies to Kubernetes v1.34.1 and Go 1.25.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-08 18:42:48 +03:00
Stefan Prodan
d5a2c66746
Merge pull request #5574 from fluxcd/fix-manifestgen
...
Fix manifest generation for `--storage-adv-addr` and `--events-addr` flags
2025-10-08 10:59:43 +03:00
Stefan Prodan
f2ff083b8e
Use RUNTIME_NAMESPACE when setting --events-addr
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-07 20:47:37 +03:00
Stefan Prodan
8c45f25f33
Fix --storage-adv-addr for source-watcher
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-07 20:46:31 +03:00
Stefan Prodan
f85cbfa9c8
Merge pull request #5570 from fluxcd/remove-aur-pkgs
...
Disable AUR publishing
2025-10-06 18:46:03 +03:00
Stefan Prodan
71a3dad213
Disable AUR publishing
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-06 18:43:27 +03:00
Matheus Pimenta
72e0535958
Merge pull request #5568 from fluxcd/update-components
...
Update toolkit components
2025-10-06 12:55:14 +01:00
fluxcdbot
4f2d1c3a2a
Update toolkit components
...
- helm-controller to v1.4.1
https://github.com/fluxcd/helm-controller/blob/v1.4.1/CHANGELOG.md
- source-controller to v1.7.1
https://github.com/fluxcd/source-controller/blob/v1.7.1/CHANGELOG.md
- notification-controller to v1.7.2
https://github.com/fluxcd/notification-controller/blob/v1.7.2/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-10-06 11:38:19 +00:00
Stefan Prodan
8e99cf7c93
Merge pull request #5566 from ramasai1/refactor-variable-sub
...
refactor: convert `Kustomization` resource into unstructured map only once during variable substitution
2025-10-06 12:25:16 +03:00
Ramasai Venkatsitarambhaskar Tadepalli
2bb7f38603
refactor: convert Kustomization resource into unstructured map only once during variable substitution
...
Signed-off-by: Ramasai Venkatsitarambhaskar Tadepalli <ramasai.tadepalli@mongodb.com >
2025-10-04 21:56:20 -04:00
Matheus Pimenta
0fe4449870
Merge pull request #5563 from fluxcd/fix-migrate-f
...
Fix `flux migrate -f` not considering kind comments
2025-10-04 16:33:35 +01:00
Matheus Pimenta
7c5fb2297c
Fix flux migrate -f not considering kind comments
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-04 14:26:54 +01:00
Stefan Prodan
f4a811fbd3
Merge pull request #5562 from fluxcd/source-watcher-links
...
Add source-watcher to docs
2025-10-04 09:50:09 +03:00
Stefan Prodan
bb3726bb87
Add source-watcher to docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-03 19:45:13 +03:00
Matheus Pimenta
333c8fe704
Merge pull request #5560 from fluxcd/fix-migrate-files
...
Fix `flux migrate -f` command to work with comments
2025-10-03 15:45:13 +01:00
Matheus Pimenta
83213ce83f
Fix migrate -f command to work with comments
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-03 14:54:41 +01:00
Stefan Prodan
69718599ac
Merge pull request #5558 from fluxcd/improve-flux-migrate
...
Improve `flux migrate` for live cluster migrations
2025-10-03 16:52:44 +03:00
Stefan Prodan
0255957dd7
Improve flux migrate for live cluster migrations
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-10-03 15:24:44 +03:00
Stefan Prodan
69b4b85cd9
Merge pull request #5554 from fluxcd/migrate-dir
...
Extend `flux migrate` to work with local files
2025-10-03 11:49:51 +03:00
Matheus Pimenta
a9b5be7ff4
Extend flux migrate to work with local files
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-02 15:35:02 +01:00
Matheus Pimenta
1b46056e7d
Merge pull request #5551 from fluxcd/fix-5549
...
Fix `flux push artifact` not working with `--provider`
2025-10-01 10:39:42 +01:00
Matheus Pimenta
039d79b3c2
Fix flux push artifact not working with --provider
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-01 09:37:35 +01:00
Stefan Prodan
66b8aca399
Merge pull request #5548 from fluxcd/dependabot/github_actions/ci-b5b9679c22
...
build(deps): bump the ci group across 1 directory with 3 updates
2025-10-01 11:03:14 +03:00
dependabot[bot]
41c413e178
build(deps): bump the ci group across 1 directory with 3 updates
...
Bumps the ci group with 3 updates in the / directory: [docker/login-action](https://github.com/docker/login-action ), [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `docker/login-action` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](184bdaa072...5e57cd1181 )
Updates `ossf/scorecard-action` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](05b42c6244...4eaacf0543 )
Updates `github/codeql-action` from 3.30.3 to 3.30.5
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](192325c861...3599b3baa1 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: github/codeql-action
dependency-version: 3.30.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-01 07:52:39 +00:00
Matheus Pimenta
d5f8720c4d
Merge pull request #5550 from fluxcd/update-labels
...
Add backport label for Flux 2.7
2025-10-01 08:08:08 +01:00
Matheus Pimenta
e6eb9d79e3
Add backport label for Flux 2.7
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-10-01 08:07:01 +01:00
Stefan Prodan
b90d1738a9
Merge pull request #5547 from fluxcd/ci-fix-release-flux-manifests
...
ci: Set `GITHUB_TOKEN` in the `release-flux-manifests` workflow
2025-10-01 00:11:33 +03:00
Stefan Prodan
f9e66dee9e
ci: Set GITHUB_TOKEN in the release-flux-manifests workflow
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-30 23:44:54 +03:00
Matheus Pimenta
f251e8e8a9
Merge pull request #5509 from RussellAult/action-without-api
...
`fluxcd/flux2/action`: Determine latest version without using GitHub API
2025-09-30 07:23:03 +01:00
RussellAult
44f0d50dbf
fluxcd/flux2/action: Determine latest version without using GitHub API
...
Signed-off-by: RussellAult <RussellAult@users.noreply.github.com >
Co-authored-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-30 07:19:32 +01:00
Matheus Pimenta
4664d49e29
Merge pull request #5542 from fluxcd/update-components
...
Update image-automation-controller to v1.0.1
2025-09-28 21:12:32 +01:00
fluxcdbot
2997645ea3
Update toolkit components
...
- image-automation-controller to v1.0.1
https://github.com/fluxcd/image-automation-controller/blob/v1.0.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-09-28 19:59:27 +00:00
Matheus Pimenta
3247a46654
Merge pull request #5541 from fluxcd/debug-ks-history
...
Add `--show-history` flag to `debug kustomization`
2025-09-26 11:04:46 +01:00
Matheus Pimenta
b5ecb9bc56
Add --show-history flag to debug kustomization
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-26 10:01:31 +01:00
Stefan Prodan
550260638d
Merge pull request #5540 from fluxcd/update-components
...
Update source-watcher to v2.0.1
2025-09-26 11:16:34 +03:00
fluxcdbot
b52d76d6e6
Update toolkit components
...
- source-watcher to v2.0.1
https://github.com/fluxcd/source-watcher/blob/v2.0.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-09-26 07:56:24 +00:00
Matheus Pimenta
95b2d855cb
Merge pull request #5539 from fluxcd/no-cron-for-update
...
ci: remove cron schedule from update
2025-09-25 16:59:54 +01:00
Matheus Pimenta
52e0c9815b
ci: remove cron schedule from update
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-25 16:48:33 +01:00
Stefan Prodan
154069893b
Merge pull request #5537 from fluxcd/update-components
...
Update toolkit components
2025-09-25 18:45:37 +03:00
Stefan Prodan
6185366b8a
Migrate create commands to DependencyReference type
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-25 18:22:08 +03:00
fluxcdbot
f7665f4b47
Update toolkit components
...
- helm-controller to v1.4.0
https://github.com/fluxcd/helm-controller/blob/v1.4.0/CHANGELOG.md
- kustomize-controller to v1.7.0
https://github.com/fluxcd/kustomize-controller/blob/v1.7.0/CHANGELOG.md
- notification-controller to v1.7.1
https://github.com/fluxcd/notification-controller/blob/v1.7.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-09-25 15:06:43 +00:00
Stefan Prodan
b20eb0ca22
Merge pull request #5534 from prasad89/issue#5526
...
Add support for custom storage namespace in HelmRelease creation
2025-09-24 21:45:08 +03:00
prasad89
8000a41015
Add support for custom storage namespace in HelmRelease creation
...
Signed-off-by: prasad89 <vdbhaleraovb@gmail.com >
2025-09-24 21:46:06 +05:30
Stefan Prodan
4601a304dd
Merge pull request #5535 from fluxcd/dependabot/github_actions/ci-57db20d2cc
...
build(deps): bump the ci group with 6 updates
2025-09-24 12:49:56 +03:00
dependabot[bot]
2fc09963e8
build(deps): bump the ci group with 6 updates
...
Bumps the ci group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [fluxcd/gha-workflows](https://github.com/fluxcd/gha-workflows ) | `0.3.0` | `0.4.0` |
| [actions/setup-go](https://github.com/actions/setup-go ) | `5.5.0` | `6.0.0` |
| [fluxcd/pkg](https://github.com/fluxcd/pkg ) | `1.20.0` | `1.22.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.29.11` | `3.30.3` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.20.5` | `0.20.6` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.9.2` | `3.10.0` |
Updates `fluxcd/gha-workflows` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/fluxcd/gha-workflows/releases )
- [Commits](https://github.com/fluxcd/gha-workflows/compare/v0.3.0...v0.4.0 )
Updates `actions/setup-go` from 5.5.0 to 6.0.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](d35c59abb0...4469467582 )
Updates `fluxcd/pkg` from 1.20.0 to 1.22.0
- [Commits](7f090e9313...bf02f0a2d6 )
Updates `github/codeql-action` from 3.29.11 to 3.30.3
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](3c3833e0f8...192325c861 )
Updates `anchore/sbom-action` from 0.20.5 to 0.20.6
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](da167eac91...f8bdd1d8ac )
Updates `sigstore/cosign-installer` from 3.9.2 to 3.10.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](d58896d6a1...d7543c93d8 )
---
updated-dependencies:
- dependency-name: fluxcd/gha-workflows
dependency-version: 0.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/setup-go
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: fluxcd/pkg
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: github/codeql-action
dependency-version: 3.30.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-version: 0.20.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-version: 3.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-24 09:37:59 +00:00
Stefan Prodan
a2b4edc2f3
Merge pull request #5533 from fluxcd/conform-k8s-1.34.1
...
Set Kubernetes 1.32 as min supported version
2025-09-24 11:11:25 +03:00
Stefan Prodan
55bb3fe643
Set Kubernetes 1.32 as min supported version
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-24 10:39:53 +03:00
Stefan Prodan
7060770258
Merge pull request #5532 from fluxcd/trace-external-artifact
...
Add support for `ExternalArtifact` to `flux trace`
2025-09-23 16:18:20 +03:00
Stefan Prodan
c3eadad983
Add support for ExternalArtifact to flux trace
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-23 15:49:19 +03:00
Stefan Prodan
e56dfcacf2
Merge pull request #5531 from fluxcd/uninstall-artifact-generator
...
Remove `ArtifactGenerators` during uninstall
2025-09-23 15:10:44 +03:00
Stefan Prodan
56e73ae03c
Remove ArtifactGenerators during uninstall
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-23 14:41:50 +03:00
Stefan Prodan
7a2f77ffe0
Merge pull request #5529 from fluxcd/fluxcd/gha-workflows
...
ci: Refactor CI with `fluxcd/gha-workflows`
2025-09-22 13:50:04 +02:00
Stefan Prodan
c1b2c7cae8
ci: Refactor CI with fluxcd/gha-workflows
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-22 14:01:38 +03:00
Stefan Prodan
79186a0055
Merge pull request #5528 from fluxcd/diff-force
...
Handle `force: enabled` annotation in `flux diff ks` command
2025-09-22 12:55:04 +02:00
Stefan Prodan
e7f1faea01
Handle force: enabled annotation in flux diff ks command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-22 13:11:43 +03:00
Matheus Pimenta
74edb12bd1
Merge pull request #5492 from lukas8219/5411-reconcile-suspend-resume-img-policy
...
Implement `flux [reconcile|suspend|resume] image policy` commands
2025-09-20 04:24:31 +01:00
lukas8219
48d509d838
Implement flux [reconcile|suspend|resume] image policy commands
...
Signed-off-by: lukas8219 <lucas.c4d@gmail.com >
2025-09-20 00:00:10 -03:00
Matheus Pimenta
948ed45f10
Merge pull request #5525 from fluxcd/update-components
...
Update image-reflector-controller to v1.0.1
2025-09-20 03:31:45 +01:00
fluxcdbot
6f47ae0f2f
Update toolkit components
...
- image-reflector-controller to v1.0.1
https://github.com/fluxcd/image-reflector-controller/blob/v1.0.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-09-20 02:18:40 +00:00
Matheus Pimenta
a1f366933b
Merge pull request #5522 from fluxcd/update-components
...
Update image-automation-controller to v1.0.0
2025-09-16 13:29:55 +01:00
fluxcdbot
99b51ad525
Update toolkit components
...
- image-automation-controller to v1.0.0
https://github.com/fluxcd/image-automation-controller/blob/v1.0.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-16 12:08:15 +01:00
Stefan Prodan
b6e0e8fd63
Merge pull request #5521 from fluxcd/update-source-watcher
...
ci: Add source-watcher to the update workflow
2025-09-16 12:08:36 +03:00
Stefan Prodan
9056ec029c
ci: Add source-watcher to the update workflow
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-16 11:57:01 +03:00
Stefan Prodan
9caea521ea
Merge pull request #5520 from fluxcd/artifact-generator
...
Add read-only commands for `ArtifactGenerator` kind
2025-09-16 11:28:34 +03:00
Stefan Prodan
a317f7c445
Add support for events --for ArtifactGenerator/<name>
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-16 11:17:27 +03:00
Stefan Prodan
698a68424f
Add tree artifact generator command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-16 11:00:17 +03:00
Stefan Prodan
5556a5cc9a
Add get artifact generator command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-16 11:00:12 +03:00
Stefan Prodan
c416671ec4
Add export artifact generator command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-16 11:00:12 +03:00
Stefan Prodan
f719d2bf76
Use stdout when exporting objects
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-16 11:00:12 +03:00
Stefan Prodan
46aa068fda
Merge pull request #5519 from fluxcd/source-watcher
...
Add the source-watcher controller to the Flux distribution
2025-09-16 00:28:02 +03:00
Stefan Prodan
3542d61afd
Add source-watcher to the install and bootstrap commands
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-15 23:59:03 +03:00
Stefan Prodan
0a87ed5a42
Add source-watcher to manifests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-15 21:22:04 +03:00
Matheus Pimenta
e4dcc4bd5f
Merge pull request #5518 from fluxcd/update-components
...
Update source-controller to v1.7.0
2025-09-15 18:04:28 +01:00
fluxcdbot
b4bc0d4932
Update toolkit components
...
- source-controller to v1.7.0
https://github.com/fluxcd/source-controller/blob/v1.7.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-15 17:33:20 +01:00
Stefan Prodan
6cc446af00
Merge pull request #5517 from fluxcd/update-components
...
Update image-reflector-controller to v1.0.0
2025-09-15 15:57:50 +03:00
Matheus Pimenta
8db628cc90
Update image-reflector-controller to v1 in integration tests
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-15 13:34:36 +01:00
Matheus Pimenta
e765897df7
Update image-reflector-controller API imports to v1
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-15 13:34:32 +01:00
fluxcdbot
210b2aa458
Update toolkit components
...
- image-reflector-controller to v1.0.0
https://github.com/fluxcd/image-reflector-controller/blob/v1.0.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-09-15 11:34:09 +00:00
Matheus Pimenta
a8e0ea495d
Merge pull request #5508 from fluxcd/azure-e2e
...
ci: Align azure e2e tests secret names with fluxcd/pkg
2025-09-08 20:31:07 +01:00
Matheus Pimenta
8fb1ccebfa
ci: Align azure e2e tests secret names with fluxcd/pkg
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-08 19:58:51 +01:00
Matheus Pimenta
664423230d
Merge pull request #5507 from fluxcd/skip-rc-upd
...
Skip release candidates on updates
2025-09-04 19:58:11 +01:00
Matheus Pimenta
0c8cfcdc85
Skip release candidates on updates
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-09-04 19:54:33 +01:00
Matheus Pimenta
89d4467a50
Merge pull request #5505 from hawkaii/history
...
Add `--show-history` flag to `debug helmrelease`
2025-09-04 14:44:37 +01:00
Parthib Mukherjee
bef6f36755
Add --show-history flag to debug helmrelease
...
Signed-off-by: Parthib Mukherjee <parthibmukherjee@gmail.com >
2025-09-04 12:44:28 +00:00
Stefan Prodan
6125991b78
Merge pull request #5292 from fluxcd/rfc-external-artifact
...
[RFC-0012] External Artifact API
2025-09-03 18:40:04 +03:00
Stefan Prodan
64bfa02db4
Add Artifact access restrictions to recommendations
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-03 13:57:38 +03:00
Stefan Prodan
1e662e5ed9
Assign 0012 to RFC
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-03 01:04:08 +03:00
Stefan Prodan
df57392f48
Add Feature Gate
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-03 01:00:47 +03:00
Stefan Prodan
19cd02e548
Add SDK for packaging and exposing artifacts
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-03 01:00:35 +03:00
Stefan Prodan
8bc7822fe5
Add security considerations and recommendations
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-03 01:00:34 +03:00
Stefan Prodan
e97da26435
Add design details to ExternalArtifact RFC
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-03 01:00:34 +03:00
Stefan Prodan
1a89fa419e
RFC External Artifact API
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-03 01:00:33 +03:00
Stefan Prodan
7c0e70b9cc
Merge pull request #5321 from adri1197/rfcs-opentelemetry
...
[RFC-0011] OpenTelemetry Tracing
2025-09-03 00:58:36 +03:00
Adrian Fernandez De La Torre
ed9ee95dbe
[RFC-0011] - OpenTelemetry Tracing
...
Signed-off-by: Adrian Fernandez De La Torre <adri1197@gmail.com >
2025-09-01 20:37:10 +02:00
Matheus Pimenta
63a38ab228
Merge pull request #5414 from mohiuddin-khan-shiam/main
...
fix(events): respect `--all-namespaces` flag
2025-09-01 09:09:53 +01:00
S. M. Mohiuddin Khan Shiam
c2a883e25a
fix(events): respect --all-namespaces flag
...
The `flux events` command always applied a namespace filter, even when `--all-namespaces` was set.
This produced incomplete results and confused users expecting cluster-wide events.
Changes made:
* Build `clientListOpts` dynamically.
* Omit `client.InNamespace(...)` when `eventArgs.allNamespaces` is true, ensuring no namespace constraint.
Impact:
`flux events --all-namespaces` now returns events from every namespace, restoring expected functionality without affecting other options.
Signed-off-by: S. M. Mohiuddin Khan Shiam <147746955+mohiuddin-khan-shiam@users.noreply.github.com >
2025-09-01 08:55:15 +01:00
Stefan Prodan
24ae50cfd5
Merge pull request #5501 from fluxcd/auto-gomaxprocs
...
Allow the Go runtime to dynamically set `GOMAXPROCS`
2025-09-01 10:46:29 +03:00
Stefan Prodan
0573138e38
Allow the Go runtime to dynamically set GOMAXPROCS
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-08-31 22:07:38 +03:00
Stefan Prodan
2f14313646
Merge pull request #5500 from fluxcd/dependabot/github_actions/ci-fe119e88f8
...
build(deps): bump the ci group across 1 directory with 10 updates
2025-08-30 16:55:04 +03:00
dependabot[bot]
e135336aae
build(deps): bump the ci group across 1 directory with 10 updates
...
Bumps the ci group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.2.2` | `5.0.0` |
| [korthout/backport-action](https://github.com/korthout/backport-action ) | `3.2.1` | `3.3.0` |
| [fluxcd/pkg](https://github.com/fluxcd/pkg ) | `1.19.0` | `1.20.0` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.1.10` | `3.0.0` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) | `2.1.4` | `3.0.1` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.4.0` | `3.5.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.29.2` | `3.29.11` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.20.2` | `0.20.5` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.9.1` | `3.9.2` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) | `6.3.0` | `6.4.0` |
Updates `actions/checkout` from 4.2.2 to 5.0.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](11bd71901b...08c6903cd8 )
Updates `korthout/backport-action` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](0193454f0c...ca4972adce )
Updates `fluxcd/pkg` from 1.19.0 to 1.20.0
- [Commits](9e79277372...7f090e9313 )
Updates `google-github-actions/auth` from 2.1.10 to 3.0.0
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](ba79af0395...7c6bc770da )
Updates `google-github-actions/setup-gcloud` from 2.1.4 to 3.0.1
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](77e7a554d4...aa5489c893 )
Updates `docker/login-action` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](74a5d14239...184bdaa072 )
Updates `github/codeql-action` from 3.29.2 to 3.29.11
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](181d5eefc2...3c3833e0f8 )
Updates `anchore/sbom-action` from 0.20.2 to 0.20.5
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](cee1b8e05a...da167eac91 )
Updates `sigstore/cosign-installer` from 3.9.1 to 3.9.2
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](398d4b0eee...d58896d6a1 )
Updates `goreleaser/goreleaser-action` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](9c156ee8a1...e435ccd777 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: korthout/backport-action
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: fluxcd/pkg
dependency-version: 1.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: google-github-actions/setup-gcloud
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: docker/login-action
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: github/codeql-action
dependency-version: 3.29.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-version: 0.20.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-version: 3.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-version: 6.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-30 13:29:00 +00:00
Stefan Prodan
64eeda58e6
Merge pull request #5499 from fluxcd/k8s-1.34
...
Update to Kubernetes v1.34.0 and Go 1.25.0
2025-08-30 16:24:22 +03:00
Stefan Prodan
acdf523c54
Build with Go 1.25
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-08-30 15:35:53 +03:00
Stefan Prodan
e2abf8e358
Update flux-cli image to Alpine 3.22 and kubectl 1.34
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-08-30 15:11:43 +03:00
Stefan Prodan
d340f80d75
Update dependencies to Kubernetes v1.34.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-08-30 15:11:43 +03:00
Stefan Prodan
76d36cb429
Merge pull request #5497 from fluxcd/conform-k8s-1.34
...
Run conformance tests for Kubernetes 1.34.0
2025-08-29 13:10:58 +02:00
Stefan Prodan
a7fadcd344
Run conformance tests for Kubernetes 1.34.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-08-29 12:32:31 +02:00
Stefan Prodan
f19f8611f4
Merge pull request #5480 from fluxcd/rfc-0007-history
...
[RFC-0007] Implementation history update
2025-08-13 14:13:23 +03:00
Stefan Prodan
8cccb90f90
[RFC-0007] Implementation history update
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-08-13 13:25:41 +03:00
Stefan Prodan
1408bb8294
Merge pull request #5473 from fluxcd/cmd-migrate
...
Implement `flux migrate` command
2025-08-11 17:56:05 +03:00
Stefan Prodan
45837d2d1b
Implement flux migrate command
...
The migrate command must be run before a Flux minor version upgrade.
The command migrates the Flux custom resources stored in Kubernetes etcd to their latest API version, ensuring the Flux components can continue to function correctly after the upgrade.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-08-08 13:23:00 +03:00
Matheus Pimenta
ccb9d12927
Merge pull request #5462 from cappyzawa/feat/runtime-secrets-migration
...
Migrate sourcesecret package to runtime/secrets APIs
2025-07-29 14:59:44 +01:00
cappyzawa
8b95a09319
Migrate sourcesecret package to runtime/secrets APIs
...
The sourcesecret package now uses pkg/runtime/secrets factory
functions instead of the previous monolithic approach. This
provides standardized secret generation with consistent
validation and error handling across all authentication types.
Signed-off-by: cappyzawa <cappyzawa@gmail.com >
2025-07-29 22:50:56 +09:00
Stefan Prodan
8176d88801
Merge pull request #5440 from pinkavaj/pi-labels
...
manifests: Add `app.kubernetes.io/part-of: flux` label to controller pods
2025-07-28 11:37:24 +03:00
Jiří Pinkava
2f850743fa
Add labels to Pod templates
...
Ensure also pods contain the relevant labels inherited from pared
Deployment object, this makes it easier to select and filter the pods
using the labels eg. when scraping for metrics.
Signed-off-by: Jiří Pinkava <j-pi@seznam.cz >
2025-07-28 10:09:12 +02:00
Stefan Prodan
4e53b6cb8d
Merge pull request #5460 from fluxcd/ci-token-update
...
ci: Use GITHUB_TOKEN for API calls in update workflow
2025-07-18 14:16:08 +03:00
Stefan Prodan
0bb2e3929f
ci: Use GITHUB_TOKEN for API calls in update workflow
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-07-18 13:33:10 +03:00
Matheus Pimenta
82b38dfa68
Merge pull request #5455 from fluxcd/upgrade-deps
...
Upgrade fluxcd/pkg dependencies
2025-07-15 10:51:36 +01:00
Matheus Pimenta
b3b404ed30
Upgrade fluxcd/pkg dependencies
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-07-15 10:32:35 +01:00
Stefan Prodan
45990633e6
Merge pull request #5435 from fluxcd/dependabot/github_actions/ci-641206964f
...
build(deps): bump the ci group across 1 directory with 7 updates
2025-07-15 10:31:53 +03:00
dependabot[bot]
97937c55bf
build(deps): bump the ci group across 1 directory with 7 updates
...
Bumps the ci group with 7 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [korthout/backport-action](https://github.com/korthout/backport-action ) | `3.2.0` | `3.2.1` |
| [fluxcd/pkg](https://github.com/fluxcd/pkg ) | `1.17.0` | `1.18.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.10.0` | `3.11.1` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) | `2.4.1` | `2.4.2` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.28.17` | `3.29.2` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.19.0` | `0.20.1` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.8.2` | `3.9.1` |
Updates `korthout/backport-action` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](436145e922...0193454f0c )
Updates `fluxcd/pkg` from 1.17.0 to 1.18.0
- [Commits](7e9c75bbb6...3d6f759b76 )
Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](b5ca514318...e468171a9d )
Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](f49aabe0b5...05b42c6244 )
Updates `github/codeql-action` from 3.28.17 to 3.29.2
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](60168efe1c...181d5eefc2 )
Updates `anchore/sbom-action` from 0.19.0 to 0.20.1
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](9f73021414...9246b90769 )
Updates `sigstore/cosign-installer` from 3.8.2 to 3.9.1
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](3454372f43...398d4b0eee )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-version: 3.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: fluxcd/pkg
dependency-version: 1.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: github/codeql-action
dependency-version: 3.29.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-version: 0.20.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-version: 3.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-15 06:30:36 +00:00
Stefan Prodan
f79c44ee0a
Merge pull request #5453 from fluxcd/k8s-1.33.2
...
Update dependencies to Kubernetes 1.33.2
2025-07-11 19:31:37 +03:00
Stefan Prodan
16eb212609
Update dependencies to Kubernetes 1.33.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-07-11 18:31:11 +03:00
Stefan Prodan
5da5186b3b
Merge pull request #5451 from dgunzy/bump-kustomize-1.18.1
...
Fix `flux diff kustomization` ignore patterns
2025-07-11 18:05:29 +03:00
Daniel Guns
158618e632
Bump pkg/kustomize 1.18.1
...
Fixes #4921
Signed-off-by: Daniel Guns <danbguns@gmail.com >
2025-07-11 11:53:42 -03:00
Matheus Pimenta
81bd619abd
Merge pull request #5452 from fluxcd/rfc-0010-kubeconfig
...
[RFC-0010] Add workload identity support for remote generic clusters
2025-07-11 11:42:10 +01:00
Matheus Pimenta
d2aa9fb996
[RFC-0010] Add workload identity support for remote generic clusters
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-07-11 11:40:45 +01:00
Stefan Prodan
315dad8682
Merge pull request #5449 from fluxcd/fix-push-insecure
...
Fix `flux push artifact` for insecure registries
2025-07-10 13:07:11 +03:00
Stefan Prodan
600ec37524
Fix flux push artifact for insecure registries
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-07-10 12:38:53 +03:00
Matheus Pimenta
1af7e08f07
Merge pull request #5443 from fluxcd/update-components
...
Update toolkit components
2025-07-08 10:23:45 +01:00
fluxcdbot
61a19cac84
Update toolkit components
...
- kustomize-controller to v1.6.1
https://github.com/fluxcd/kustomize-controller/blob/v1.6.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-07-08 09:07:31 +00:00
Matheus Pimenta
fa8ef5b9d1
Merge pull request #5434 from fluxcd/rfc-0010-kubeconfig
...
[RFC-0010] Add workload identity support for remote clusters
2025-07-07 16:14:35 +01:00
Matheus Pimenta
eb5904fb9d
[RFC-0010] Add workload identity support for remote clusters
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-06-30 17:02:53 +01:00
Matheus Pimenta
fda72a014c
Merge pull request #5431 from dgunzy/bump-ssa-v0.49.0
...
Bump pkg/ssa to v0.49.0 for CABundle validation fix
2025-06-29 16:48:37 +01:00
Daniel Guns
f4d6934a6f
Bump pkg/ssa to v0.49.0 for CABundle validation fix
...
Includes fix for #800 : Remove CABundle from CRDs if cert is invalid
Signed-off-by: Daniel Guns <danbguns@gmail.com >
2025-06-29 12:38:45 -03:00
Stefan Prodan
545b338004
Merge pull request #5426 from fluxcd/update-components
...
Update toolkit components
2025-06-27 13:39:38 +03:00
Matheus Pimenta
a8425f50bd
Fix: Prioritize sha2-512 and sha2-256 for ssh-rsa host keys
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-06-27 11:26:31 +01:00
fluxcdbot
24bf751d4d
Update toolkit components
...
- source-controller to v1.6.2
https://github.com/fluxcd/source-controller/blob/v1.6.2/CHANGELOG.md
- image-automation-controller to v0.41.2
https://github.com/fluxcd/image-automation-controller/blob/v0.41.2/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-06-27 10:21:22 +00:00
Matheus Pimenta
cf157ad8a3
Merge pull request #5421 from dgunzy/promote-image-commands-stable
...
Promote image CLI commands to stable
2025-06-26 10:08:21 +01:00
Daniel Guns
5a4bc9410b
Promote image CLI commands to stable
...
Remove experimental status from flux image commands in preparation
for GA release of image automation APIs.
Partial fix for #5411
Signed-off-by: Daniel Guns <danbguns@gmail.com >
2025-06-25 20:52:11 -03:00
Matheus Pimenta
de594183bd
Merge pull request #5418 from cappyzawa/cleanup-auth-error-handling
...
refactor: cleanup GetArtifactRegistryCredentials error handling
2025-06-21 08:47:13 +01:00
cappyzawa
4c343893c5
refactor: cleanup GetArtifactRegistryCredentials error handling
...
Update fluxcd/pkg/auth to v0.18.0 and simplify error handling for
GetArtifactRegistryCredentials() following the improvements made in
the library.
Similar to fluxcd/image-reflector-controller#786 , this removes
unnecessary nil checks as the function now returns errors directly
for unsupported providers.
- Replace authentication code in push_artifact.go with loginWithProvider()
- Remove unnecessary authenticator nil check in oci.go
- Remove unused imports (errors, auth packages)
Signed-off-by: cappyzawa <cappyzawa@gmail.com >
2025-06-21 14:11:18 +09:00
Matheus Pimenta
8ae0aaa46c
Merge pull request #5409 from fluxcd/update-components
...
Update toolkit components
2025-06-13 18:13:38 +01:00
fluxcdbot
6b3a1134bd
Update toolkit components
...
- source-controller to v1.6.1
https://github.com/fluxcd/source-controller/blob/v1.6.1/CHANGELOG.md
- image-reflector-controller to v0.35.2
https://github.com/fluxcd/image-reflector-controller/blob/v0.35.2/CHANGELOG.md
- image-automation-controller to v0.41.1
https://github.com/fluxcd/image-automation-controller/blob/v0.41.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-06-13 16:59:37 +00:00
Stefan Prodan
40a9b495b2
Merge pull request #5402 from reiSh6phoo9o/feat/configurable_serviceaccountname
...
Make service-account name configurable in `flux create tenant`
2025-06-13 15:30:11 +03:00
Stefan Bickel
1d34e5355b
Make golden tests pass
...
Signed-off-by: Stefan Bickel <stefan.bickel@cornelsen.de >
2025-06-13 13:25:26 +02:00
Stefan Bickel
00d0e1af25
Add tests and golden files for create tenant
...
Signed-off-by: Stefan Bickel <stefan.bickel@cornelsen.de >
2025-06-13 13:25:26 +02:00
Stefan Bickel
9f29702f54
Add cli arg --with-service-account
...
Signed-off-by: Stefan Bickel <stefan.bickel@cornelsen.de >
2025-06-13 13:25:26 +02:00
Stefan Prodan
7626cd0c86
Merge pull request #5407 from cappyzawa/refactor-deprecated-ssa-func
...
refactor: Use `normalize.UnstructuredList` instead of `ssa.SetNativeKindsDefaults`
2025-06-13 14:07:43 +03:00
cappyzawa
5291902fd7
Use normalize.UnstructuredList instead of ssa.SetNativeKindsDefaults
...
Signed-off-by: cappyzawa <cappyzawa@gmail.com >
2025-06-13 15:15:47 +09:00
Matheus Pimenta
1757d964c0
Merge pull request #5404 from fluxcd/fix-host-keys
...
Fix `knownhosts key mismatch` regression bug
2025-06-12 18:54:43 +01:00
Matheus Pimenta
999f61c02e
Upgrade dependencies
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-06-12 18:12:50 +01:00
Matheus Pimenta
5eb43e4566
Merge pull request #5390 from fluxcd/azure-cli-auth
...
fix: Allow Azure CLI calls in `flux push artifact --provider azure` on DevOps runners
2025-06-09 15:59:31 +01:00
Matheus Pimenta
ec3804cc6f
Introduce support for shelling out to Azure binaries in authentication
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-06-09 14:07:51 +01:00
Matheus Pimenta
4c3aed9faf
Merge pull request #5389 from ba-work/add-sparse-checkout
...
Add sparse checkout to cli
2025-06-04 18:10:30 +01:00
Brock Alberry
06e3047a2f
add sparse checkout to cli
...
Signed-off-by: Brock Alberry <brock.alberry@cse-cst.gc.ca >
2025-06-04 12:04:41 -04:00
Matheus Pimenta
99e6791f4b
Merge pull request #5347 from fluxcd/remove-manifests
...
Remove credentials sync manifests
2025-06-04 15:57:59 +01:00
Matheus Pimenta
9cad95dda5
Remove credentials sync manifests
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-06-04 15:35:47 +01:00
Matheus Pimenta
76c584e751
Merge pull request #5388 from JIbald/typo
...
correct small typo
2025-06-04 11:43:07 +01:00
Johannes Ibald
cd4244ae65
correct small typo
...
Signed-off-by: Johannes Ibald <johannes.ibald@etes.de >
2025-06-04 11:21:11 +02:00
Stefan Prodan
1d6137d39d
Merge pull request #5383 from fluxcd/test-image-automation-digest
...
Add digest pinning to image automation testing
2025-06-01 22:11:27 +03:00
Stefan Prodan
be8acc0cfb
Add digest pinning to image automation testing
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-06-01 21:36:13 +03:00
Stefan Prodan
2f5f40d593
Merge pull request #5381 from fluxcd/update-components
...
Update image-reflector-controller to v0.35.1
2025-06-01 21:19:12 +03:00
fluxcdbot
4172a8a7f9
Update toolkit components
...
- image-reflector-controller to v0.35.1
https://github.com/fluxcd/image-reflector-controller/blob/v0.35.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-06-01 18:05:34 +00:00
Stefan Prodan
4addf8a528
Merge pull request #5379 from fluxcd/backport-2.6-label
...
Add backport label for `v2.6.x`
2025-06-01 19:59:14 +03:00
Stefan Prodan
1df7697811
Add backport label for v2.6/x
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-06-01 15:36:59 +03:00
Matheus Pimenta
4c66d37545
Merge pull request #5370 from fluxcd/update-components
...
Update toolkit components
2025-05-28 15:02:14 +01:00
fluxcdbot
481c3c6e1e
Update toolkit components
...
- helm-controller to v1.3.0
https://github.com/fluxcd/helm-controller/blob/v1.3.0/CHANGELOG.md
- kustomize-controller to v1.6.0
https://github.com/fluxcd/kustomize-controller/blob/v1.6.0/CHANGELOG.md
- image-automation-controller to v0.41.0
https://github.com/fluxcd/image-automation-controller/blob/v0.41.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-05-28 13:47:47 +00:00
Stefan Prodan
1d1d96b489
Merge pull request #5373 from fluxcd/dependabot-up
...
Update dependabot config
2025-05-28 16:31:16 +03:00
Stefan Prodan
0b972771fd
Update dependabot config
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-28 15:52:42 +03:00
Stefan Prodan
650732109e
Merge pull request #5371 from fluxcd/oci-ga
...
Update CLI to OCIRepository v1 (GA)
2025-05-28 15:32:54 +03:00
Stefan Prodan
79fed691ca
Update CLI to OCIRepository v1 (GA)
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-28 15:12:17 +03:00
Matheus Pimenta
b37ba736fa
Merge pull request #5345 from fluxcd/store-digests
...
Add --interval and --reflect-digest flags to flux create image policy
2025-05-28 08:47:26 +01:00
Matheus Pimenta
65766ff4fc
Add --interval and --reflect-digest flags to flux create image policy
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-28 08:25:10 +01:00
Matheus Pimenta
19d9b87c62
Merge pull request #5369 from fluxcd/oci-commands
...
Promote artifact commands to stable
2025-05-27 17:32:25 +01:00
Matheus Pimenta
d82ec5a211
Promote artifact commands to stable
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-27 16:53:47 +01:00
Matheus Pimenta
5e5ffdbcc3
Merge pull request #5368 from fluxcd/update-components
...
Update toolkit components
2025-05-27 16:11:13 +01:00
Matheus Pimenta
13ec11da58
Fix image-reflector-controller tests after output change
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-27 15:57:45 +01:00
fluxcdbot
2948d5e70f
Update toolkit components
...
- source-controller to v1.6.0
https://github.com/fluxcd/source-controller/blob/v1.6.0/CHANGELOG.md
- notification-controller to v1.6.0
https://github.com/fluxcd/notification-controller/blob/v1.6.0/CHANGELOG.md
- image-reflector-controller to v0.35.0
https://github.com/fluxcd/image-reflector-controller/blob/v0.35.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-05-27 14:49:04 +00:00
Matheus Pimenta
bb9a119456
Merge pull request #5366 from fluxcd/upgrade-deps
...
Update dependencies
2025-05-25 14:49:37 +01:00
Matheus Pimenta
22ac16f3a1
Update dependencies
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-25 14:30:10 +01:00
Stefan Prodan
79a654d605
Merge pull request #5364 from fluxcd/conform-4.18.0-okd
...
Set Kubernetes 1.31 as min supported version
2025-05-23 14:32:45 +02:00
Stefan Prodan
a421ce4266
Set Kubernetes 1.31 as min supported version
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-23 15:15:13 +03:00
Stefan Prodan
4b42c9e746
Update conformance tests to supported versions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-05-23 14:16:29 +03:00
Stefan Prodan
5ffca1b157
Merge pull request #5357 from fluxcd/upgrade-deps
...
Upgrade fluxcd/pkg packages
2025-05-23 08:46:12 +02:00
Matheus Pimenta
0951061b5e
Upgrade fluxcd/pkg packages
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-19 14:08:33 +01:00
leigh capili
ad9d63ac52
Merge pull request #5356 from fluxcd/upgrade-deps
...
Upgrade fluxcd/pkg packages
2025-05-16 20:39:34 -04:00
Matheus Pimenta
dccc658273
Upgrade fluxcd/pkg packages
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-16 14:07:09 +01:00
Matheus Pimenta
ef5389cd56
Merge pull request #5355 from fluxcd/rfc-0010-feature-gate
...
[RFC-0010] Update RFC feature gate behavior
2025-05-15 17:42:26 +01:00
Matheus Pimenta
3f63b3e864
[RFC-0010] Update RFC feature gate behavior
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-15 17:38:33 +01:00
Matheus Pimenta
656d9d892d
Merge pull request #5354 from fluxcd/rfc-0010-feature-gate
...
[RFC-0010] Update RFC to include opt-in feature gate
2025-05-15 17:14:59 +01:00
Matheus Pimenta
e979df122a
[RFC-0010] Update RFC to include opt-in feature gate
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-15 17:02:55 +01:00
Stefan Prodan
8804b856ea
Merge pull request #5351 from fluxcd/fix-ci
...
Fix e2e workflow
2025-05-15 18:48:40 +03:00
Max Jonas Werner
3ba170e4d4
Fix e2e workflow
...
The `--short` flag has been removed from kubectl with 1.28.0
(49945dbfab/CHANGELOG/CHANGELOG-1.28.md (deprecation) ).
Signed-off-by: Max Jonas Werner <max@coppersoft.com >
2025-05-14 18:28:08 +02:00
Max Jonas Werner
6150fe9942
Merge pull request #5349 from fluxcd/trace-hr-oci
...
Fix `flux trace` for HRs from `OCIRepository`s
2025-05-14 18:12:54 +02:00
Max Jonas Werner
3e80c5809e
Fix flux trace for HRs from OCIRepositorys
...
Before:
```
$ flux -n default trace pod default-podinfo-585856f49c-4jl4m
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x40 pc=0x10618da70]
goroutine 1 [running]:
main.traceHelm({0x106dd7b28, 0x14000201490}, {0x12f34c0d8, 0x14000783100}, {{0x1400071e130?, 0x1061e7795?}, {0x1400071e109?, 0x1000d9c84?}}, 0x140006a6030)
/home/runner/work/flux2/flux2/cmd/flux/trace.go:404 +0x2f0
main.traceObject({0x106dd7b28, 0x14000201490}, {0x12f34c0d8, 0x14000783100}, 0x140006a6030)
/home/runner/work/flux2/flux2/cmd/flux/trace.go:134 +0x11c
main.traceObjects({0x106dd7b28, 0x14000201490}, {0x12f34c0d8, 0x14000783100}, {0x140006a6040, 0x1, 0x0?})
/home/runner/work/flux2/flux2/cmd/flux/trace.go:112 +0x74
main.traceCmdRun(0x14000592800?, {0x140003aea80, 0x2, 0x4})
/home/runner/work/flux2/flux2/cmd/flux/trace.go:107 +0x180
github.com/spf13/cobra.(*Command).execute(0x108341980, {0x140003aea40, 0x4, 0x4})
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:985 +0x834
github.com/spf13/cobra.(*Command).ExecuteC(0x108329280)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1117 +0x344
github.com/spf13/cobra.(*Command).Execute(...)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.8.1/command.go:1041
main.main()
/home/runner/work/flux2/flux2/cmd/flux/main.go:189 +0x78
```
After:
```
$ ~/dev/flux/flux2/bin/flux -n default trace pod default-podinfo-585856f49c-4jl4m
Object: Pod/default-podinfo-585856f49c-4jl4m
Namespace: default
Status: Managed by Flux
---
HelmRelease: podinfo
Namespace: flux-system
Target: default
Revision: 6.8.0+2360bdf32ddc
Status: Last reconciled at 2025-05-14 16:10:37 +0200 CEST
Message: Helm install succeeded for release default/default-podinfo.v1 with chart podinfo@6.8.0+2360bdf32ddc
---
OCIRepository: podinfo
Namespace: flux-system
URL: oci://ghcr.io/stefanprodan/charts/podinfo
Tag: 6.8.0
Revision: 6.8.0@sha256:2360bdf32ddc50c05f8e128118173343b0a012a338daf145b16e0da9c80081a4
Status: Last reconciled at 2025-05-14 16:09:17 +0200 CEST
Message: stored artifact for digest '6.8.0@sha256:2360bdf32ddc50c05f8e128118173343b0a012a338daf145b16e0da9c80081a4'
```
Signed-off-by: Max Jonas Werner <max@coppersoft.com >
2025-05-14 18:02:18 +02:00
Stefan Prodan
8928ac7d39
Merge pull request #5325 from fluxcd/dependabot/github_actions/ci-2efaba0903
...
build(deps): bump the ci group across 1 directory with 18 updates
2025-05-12 09:38:50 +03:00
dependabot[bot]
289645f142
build(deps): bump the ci group across 1 directory with 18 updates
...
Bumps the ci group with 18 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [korthout/backport-action](https://github.com/korthout/backport-action ) | `3.1.0` | `3.2.0` |
| [actions/setup-go](https://github.com/actions/setup-go ) | `5.3.0` | `5.4.0` |
| [fluxcd/pkg](https://github.com/fluxcd/pkg ) | `1.2.0` | `1.3.0` |
| [replicatedhq/replicated-actions](https://github.com/replicatedhq/replicated-actions ) | `1.17.0` | `1.19.0` |
| [Azure/login](https://github.com/azure/login ) | `2.2.0` | `2.3.0` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.1.8` | `2.1.10` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) | `3.4.0` | `3.6.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.9.0` | `3.10.0` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.3.0` | `3.4.0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) | `2.4.0` | `2.4.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.6.0` | `4.6.2` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.28.9` | `3.28.16` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.18.0` | `0.19.0` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.8.0` | `3.8.2` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) | `6.1.0` | `6.3.0` |
| [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator ) | `2.0.0` | `2.1.0` |
| [fossa-contrib/fossa-action](https://github.com/fossa-contrib/fossa-action ) | `3.0.0` | `3.0.1` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) | `7.0.6` | `7.0.8` |
Updates `korthout/backport-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](be567af183...436145e922 )
Updates `actions/setup-go` from 5.3.0 to 5.4.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](f111f3307d...0aaccfd150 )
Updates `fluxcd/pkg` from 1.2.0 to 1.3.0
- [Commits](c964ce7b91...7e9c75bbb6 )
Updates `replicatedhq/replicated-actions` from 1.17.0 to 1.19.0
- [Release notes](https://github.com/replicatedhq/replicated-actions/releases )
- [Commits](c98ab3b979...49b440dabd )
Updates `Azure/login` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/azure/login/releases )
- [Commits](a65d910e8a...a457da9ea1 )
Updates `google-github-actions/auth` from 2.1.8 to 2.1.10
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](71f986410d...ba79af0395 )
Updates `docker/setup-qemu-action` from 3.4.0 to 3.6.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](4574d27a47...29109295f8 )
Updates `docker/setup-buildx-action` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](f7ce87c1d6...b5ca514318 )
Updates `docker/login-action` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](9780b0c442...74a5d14239 )
Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](62b2cac7ed...f49aabe0b5 )
Updates `actions/upload-artifact` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65c4c4a1dd...ea165f8d65 )
Updates `github/codeql-action` from 3.28.9 to 3.28.16
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](9e8d0789d4...28deaeda66 )
Updates `anchore/sbom-action` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](f325610c9f...9f73021414 )
Updates `sigstore/cosign-installer` from 3.8.0 to 3.8.2
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](c56c2d3e59...3454372f43 )
Updates `goreleaser/goreleaser-action` from 6.1.0 to 6.3.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](9ed2f89a66...9c156ee8a1 )
Updates `slsa-framework/slsa-github-generator` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases )
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v2.0.0...v2.1.0 )
Updates `fossa-contrib/fossa-action` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/fossa-contrib/fossa-action/releases )
- [Changelog](https://github.com/fossa-contrib/fossa-action/blob/master/CHANGELOG.md )
- [Commits](cdc5065bcd...3d2ef181b1 )
Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.8
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](67ccf781d6...271a8d0340 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/setup-go
dependency-version: 5.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: fluxcd/pkg
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: replicatedhq/replicated-actions
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: Azure/login
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-version: 2.1.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/setup-qemu-action
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-version: 3.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/login-action
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/upload-artifact
dependency-version: 4.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: github/codeql-action
dependency-version: 3.28.16
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-version: 0.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-version: 3.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: slsa-framework/slsa-github-generator
dependency-version: 2.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: fossa-contrib/fossa-action
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-version: 7.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-12 00:46:46 +00:00
Stefan Prodan
8d9cbe7693
Merge pull request #5338 from dgunzy/fix/get-command-error-formatting
...
Fix exit code handling in get command
2025-05-08 08:37:02 +03:00
Daniel Guns
392a33d425
Change error reporting in get.go from logger.Failure to fmt.Errorf to give non 0 exit code
...
Signed-off-by: Daniel Guns <danbguns@gmail.com >
2025-05-07 19:11:16 -03:00
Matheus Pimenta
6af448e037
Merge pull request #5333 from fluxcd/upgrade-deps
...
Upgrade fluxcd/pkg auth, oci, git and git/gogit
2025-05-07 18:01:48 +01:00
Matheus Pimenta
ac66adc24c
Upgrade fluxcd/pkg auth, oci, git and git/gogit
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-07 17:49:36 +01:00
Stefan Prodan
0a64800784
Merge pull request #5332 from fluxcd/rfc-0010
...
[RFC-0010] Add RBAC for creating service account tokens
2025-05-03 08:59:24 +03:00
Matheus Pimenta
941af6a648
[RFC-0010] Add RBAC for creating service account tokens
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-05-03 02:07:03 +01:00
Matheus Pimenta
a6b5013649
Merge pull request #5309 from fluxcd/update-rfc-0010
...
[RFC-0010] Remove EKS Pod Identity from the proposal
2025-04-29 17:29:13 +01:00
Matheus Pimenta
c18ab38877
[RFC-0010] Remove EKS Pod Identity from the proposal
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-04-29 17:24:50 +01:00
Stefan Prodan
8738712cfa
Merge pull request #5323 from fluxcd/k8s-1.33
...
Update to Kubernetes 1.33.0 and Go 1.24.0
2025-04-28 16:07:25 +03:00
Stefan Prodan
8816c5f7de
Update to Kubernetes 1.33.0 and Go 1.24.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-04-28 15:02:33 +03:00
Stefan Prodan
e9e15c5f7a
Merge pull request #5318 from fluxcd/conform-k8s-1.33.0
...
Run conformance tests for Kubernetes 1.33.0
2025-04-24 12:29:57 +03:00
Stefan Prodan
5b582917ec
Run conformance tests for Kubernetes 1.33.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-04-23 22:35:48 +03:00
Stefan Prodan
d9b66f6959
Merge pull request #5219 from niveau0/allow-recursive-dry-run
...
fix: allow recursive dry-run over local sources
2025-04-16 11:30:10 +03:00
niveau0
1b98e16940
fix: allow recursive dry-run over local sources
...
Signed-off-by: niveau0 <plingplong@t-online.de >
2025-04-16 09:27:26 +02:00
Stefan Prodan
0c73420ccf
Merge pull request #5302 from maboehm/fix-multiple-kustomizations
...
flux diff: Reset target struct before decoding
2025-04-15 15:03:04 +03:00
Marcel Boehm
8cb7188919
Reset target struct before decoding
...
Signed-off-by: Marcel Boehm <marcel.boehm@inovex.de >
2025-04-15 11:39:33 +02:00
Marcel Boehm
72a2866508
Add test for reading multiple Kustomizations in a single file
...
Signed-off-by: Marcel Boehm <marcel.boehm@inovex.de >
2025-04-15 11:39:33 +02:00
Matheus Pimenta
912718103c
Merge pull request #5209 from fluxcd/rfc-multi-tenant-workload-identity
...
[RFC-0010] Multi-Tenant Workload Identity
2025-04-14 11:44:54 +01:00
Matheus Pimenta
a7e41df1e3
[RFC-0010] Multi-Tenant Workload Identity
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-04-14 11:33:49 +01:00
Stefan Prodan
c436708a13
Allow to pull/push artifacts to insecure registries without TLS
...
Allow to pull/push artifacts to insecure registries without TLS
2025-04-12 01:37:12 +03:00
Matthieu Mottet
3f4743037b
Allow to pull/push artifacts without TLS
...
If applied, this commit will introduce a new `--insecure-repository`
flag to the following commands: `push artifacts`, `pull artifact`,
`diff artifact` and `list artifacts`. When used the flag will lead to
the option `crane.Insecure` being passed to the `crane` client allowing
the use of insecure repositories.
Signed-off-by: Matthieu Mottet <m.mottet@outlook.com >
2025-04-11 20:12:55 +02:00
Stefan Prodan
7b551b0d35
Merge pull request #5295 from fluxcd/dependabot/go_modules/helm.sh/helm/v3-3.17.3
...
build(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.3
2025-04-10 18:15:06 +03:00
dependabot[bot]
bb8a10bab8
build(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.3
...
Bumps [helm.sh/helm/v3](https://github.com/helm/helm ) from 3.17.0 to 3.17.3.
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.17.0...v3.17.3 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-version: 3.17.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-10 13:51:34 +00:00
Matheus Pimenta
09af0becc5
Merge pull request #5287 from piontec/ignore-scorecard-for-backports
...
add: OSSF scorecard configuration file - ignore false-positive
2025-04-04 11:06:29 +01:00
Matheus Pimenta
d84bff7d1b
Merge branch 'main' into ignore-scorecard-for-backports
2025-04-04 10:53:35 +01:00
Stefan Prodan
a4c513487e
Merge pull request #5282 from piontec/use-gh-token
...
change: use the default ephemeral GITHUB_TOKEN instead of the static one
2025-04-04 10:45:57 +01:00
piontec
2046003714
Merge branch 'main' into use-gh-token
2025-04-04 10:35:38 +02:00
piontec
f07ee355ea
Merge branch 'main' into ignore-scorecard-for-backports
2025-04-03 17:14:13 +02:00
Łukasz Piątkowski
5e02724e49
add: OSSF scorecard configuration file - ignore false-positive
...
Signed-off-by: Łukasz Piątkowski <piontec@gmail.com >
2025-04-03 17:11:26 +02:00
Matheus Pimenta
e5926bcaad
Merge pull request #5284 from y-eight/main
...
ci: switch to goreleaser changelog generation
2025-04-03 16:08:28 +01:00
maximilian.schubert@telekom.de
355f2bc5f3
ci: sw to goreleaser changlog gen; rm dep
...
Signed-off-by: Maximilian Schubert <maximilian.schubert@telekom.de >
2025-04-03 13:15:03 +02:00
Łukasz Piątkowski
7e8e0ab772
change: use the default ephemeral GITHUB_TOKEN instead of the static GHCR_TOKEN
...
Signed-off-by: Łukasz Piątkowski <piontec@gmail.com >
2025-04-03 12:56:01 +02:00
Matheus Pimenta
f0fecf7399
Merge pull request #5038 from laiminhtrung1997/remove-redundant-space
...
Remove redundant space.
2025-03-24 09:11:31 +00:00
laiminhtrung1997
54db4ffc8b
Remove redundant space.
...
Signed-off-by: laiminhtrung1997 <68812829+laiminhtrung1997@users.noreply.github.com >
2025-03-24 15:07:48 +07:00
Matheus Pimenta
73fff7404f
Merge pull request #5227 from fluxcd/fix-debug-hr
...
Fix command debug hr not taking targetPath into account
2025-03-03 11:28:14 +00:00
Matheus Pimenta
24057743bb
Fix command debug hr not taking targetPath into account
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-03-03 10:56:16 +00:00
Matheus Pimenta
04d87be082
Merge pull request #5215 from fluxcd/update-labels
...
Update backport labels for 2.5
2025-02-25 15:36:05 +00:00
Matheus Pimenta
e7c6ebccc3
Update backport labels for 2.5
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-02-25 15:32:26 +00:00
Matheus Pimenta
48382f885b
Merge pull request #5214 from fluxcd/update-components
...
Update kustomize-controller to v1.5.1
2025-02-25 15:31:53 +00:00
fluxcdbot
511d8346f2
Update toolkit components
...
- kustomize-controller to v1.5.1
https://github.com/fluxcd/kustomize-controller/blob/v1.5.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-02-25 15:05:00 +00:00
Matheus Pimenta
f0e8e84ee0
Merge pull request #5141 from fluxcd/rfc-0008-implemented
...
Update RFC 0008 and RFC 0009 milestones
2025-02-22 22:38:10 +00:00
Matheus Pimenta
c277fbf14e
Update RFC 0008 and RFC 0009 milestones
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-02-22 17:24:41 +00:00
Matheus Pimenta
28570296a9
Merge pull request #5202 from NotAwar/patch-1
...
fix: correct name on github app secret
2025-02-20 15:03:45 +00:00
Awar Abdulkarim
39ec0cb594
fix: correct name on github app secret
...
Signed-off-by: Awar Abdulkarim <48431495+NotAwar@users.noreply.github.com >
2025-02-20 14:40:33 +00:00
Stefan Prodan
af67405ee4
Merge pull request #5204 from fluxcd/kubectl-1.32.2
...
Update kubectl in flux-cli image
2025-02-20 16:18:51 +02:00
Stefan Prodan
6f65c92fe7
Update kubectl in flux-cli image
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-02-20 16:17:54 +02:00
Stefan Prodan
c84d312289
Merge pull request #5203 from fluxcd/fix-cli-build
...
Update flux-cli image
2025-02-20 16:03:46 +02:00
Stefan Prodan
d37473ff44
Update flux-cli image
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-02-20 16:00:20 +02:00
Stefan Prodan
712b03727a
Merge pull request #5200 from fluxcd/update-k8s-check
...
Update Kubernetes min supported version to 1.30
2025-02-20 15:05:28 +02:00
Stefan Prodan
14da7d58be
Update Kubernetes min supported version to 1.30
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-02-20 14:54:41 +02:00
Matheus Pimenta
45da6a86f8
Merge pull request #5199 from fluxcd/tests-2.5
...
Update integration tests dependencies for Flux 2.5
2025-02-19 10:26:48 +00:00
Matheus Pimenta
3053a0b840
Update integration tests dependencies for Flux 2.5
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-02-19 10:08:07 +00:00
Stefan Prodan
96f95b6b4c
Merge pull request #5195 from fluxcd/update-components
...
Update toolkit components
2025-02-19 11:55:12 +02:00
fluxcdbot
cf92e02f53
Update toolkit components
...
- helm-controller to v1.2.0
https://github.com/fluxcd/helm-controller/blob/v1.2.0/CHANGELOG.md
- kustomize-controller to v1.5.0
https://github.com/fluxcd/kustomize-controller/blob/v1.5.0/CHANGELOG.md
- image-automation-controller to v0.40.0
https://github.com/fluxcd/image-automation-controller/blob/v0.40.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-02-19 09:01:39 +00:00
Matheus Pimenta
ce50286a92
Merge pull request #5103 from dipti-pai/github-app-auth
...
[RFC-007] Flux cli support for GitHub app authentication
2025-02-13 22:26:32 +00:00
Dipti Pai
c15eb30b0d
[RFC-007] Flux cmd support for GitHub provider: This commit includes the following changes -
...
- Add flux create secret githubapp command that accepts and validates the inputs to create a github app secret with options to export the secret yaml or create the secret directly in the Kubernetes cluster
- Add tests for flux create secret githubapp command
- Add flux create source git command that accepts and validates the inputs to create a gitrepository source with for github provider with options to export the source yaml or create the github gitrepository source directly in the Kubernetes cluster.
- Add tests for flux create source git command for github provider.
Signed-off-by: Dipti Pai <diptipai89@outlook.com >
2025-02-13 11:36:24 -08:00
Stefan Prodan
8bedcc46d4
Merge pull request #5192 from fluxcd/update-components
...
Update toolkit components
2025-02-13 18:16:32 +02:00
fluxcdbot
5d64a9fc76
Update toolkit components
...
- source-controller to v1.5.0
https://github.com/fluxcd/source-controller/blob/v1.5.0/CHANGELOG.md
- notification-controller to v1.5.0
https://github.com/fluxcd/notification-controller/blob/v1.5.0/CHANGELOG.md
- image-reflector-controller to v0.34.0
https://github.com/fluxcd/image-reflector-controller/blob/v0.34.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2025-02-13 16:01:56 +00:00
Stefan Prodan
035afd9533
Merge pull request #5190 from fluxcd/dependabot/go_modules/github.com/distribution/distribution/v3-3.0.0-rc.3
...
build(deps): bump github.com/distribution/distribution/v3 from 3.0.0-rc.2 to 3.0.0-rc.3
2025-02-11 23:06:20 +02:00
dependabot[bot]
c859688b37
build(deps): bump github.com/distribution/distribution/v3
...
Bumps [github.com/distribution/distribution/v3](https://github.com/distribution/distribution ) from 3.0.0-rc.2 to 3.0.0-rc.3.
- [Release notes](https://github.com/distribution/distribution/releases )
- [Commits](https://github.com/distribution/distribution/compare/v3.0.0-rc.2...v3.0.0-rc.3 )
---
updated-dependencies:
- dependency-name: github.com/distribution/distribution/v3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-11 17:59:05 +00:00
Matheus Pimenta
13b1d199ee
Merge pull request #5188 from fluxcd/upgrade-deps
...
Upgrade pkg/runtime
2025-02-11 12:15:13 +00:00
Matheus Pimenta
5f9108c53f
Upgrade pkg/runtime
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-02-11 11:56:34 +00:00
Stefan Prodan
abf52ff866
Merge pull request #5187 from fluxcd/conform-flux-2.5
...
Update conformance test suite
2025-02-11 12:18:34 +02:00
Stefan Prodan
b319ee1ddf
Update conformance test suite
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-02-11 11:50:49 +02:00
Stefan Prodan
b564d2fb3b
Merge pull request #5181 from fluxcd/dependabot/github_actions/ci-bbc5a3e0d5
...
build(deps): bump the ci group across 1 directory with 13 updates
2025-02-09 11:57:11 +02:00
dependabot[bot]
d9e25d86aa
build(deps): bump the ci group across 1 directory with 13 updates
...
Bumps the ci group with 13 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/setup-go](https://github.com/actions/setup-go ) | `5.1.0` | `5.3.0` |
| [helm/kind-action](https://github.com/helm/kind-action ) | `1.10.0` | `1.12.0` |
| [fluxcd/pkg](https://github.com/fluxcd/pkg ) | `1.0.0` | `1.2.0` |
| [replicatedhq/replicated-actions](https://github.com/replicatedhq/replicated-actions ) | `1.16.2` | `1.17.0` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.1.7` | `2.1.8` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) | `2.1.2` | `2.1.4` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) | `3.2.0` | `3.4.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.7.1` | `3.9.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.4.3` | `4.6.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.27.6` | `3.28.9` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.17.8` | `0.18.0` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.7.0` | `3.8.0` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) | `7.0.5` | `7.0.6` |
Updates `actions/setup-go` from 5.1.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](41dfa10bad...f111f3307d )
Updates `helm/kind-action` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](0025e74a8c...a1b0e39133 )
Updates `fluxcd/pkg` from 1.0.0 to 1.2.0
- [Commits](5bf9095331...c964ce7b91 )
Updates `replicatedhq/replicated-actions` from 1.16.2 to 1.17.0
- [Release notes](https://github.com/replicatedhq/replicated-actions/releases )
- [Commits](7712178595...c98ab3b979 )
Updates `google-github-actions/auth` from 2.1.7 to 2.1.8
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](6fc4af4b14...71f986410d )
Updates `google-github-actions/setup-gcloud` from 2.1.2 to 2.1.4
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](6189d56e40...77e7a554d4 )
Updates `docker/setup-qemu-action` from 3.2.0 to 3.4.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](49b3bc8e6b...4574d27a47 )
Updates `docker/setup-buildx-action` from 3.7.1 to 3.9.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](c47758b77c...f7ce87c1d6 )
Updates `actions/upload-artifact` from 4.4.3 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](b4b15b8c7c...65c4c4a1dd )
Updates `github/codeql-action` from 3.27.6 to 3.28.9
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](aa57810251...9e8d0789d4 )
Updates `anchore/sbom-action` from 0.17.8 to 0.18.0
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](55dc4ee224...f325610c9f )
Updates `sigstore/cosign-installer` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](dc72c7d5c4...c56c2d3e59 )
Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](5e914681df...67ccf781d6 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: fluxcd/pkg
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: replicatedhq/replicated-actions
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
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-minor
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-09 09:44:20 +00:00
Stefan Prodan
dcc4251a2a
Merge pull request #5176 from YvanGuidoin/diff-dry-run-skipping
...
fix: align `flux diff` skipping with kustomize-controller
2025-02-09 11:35:49 +02:00
Yvan
960f72fe6a
Align skipping of resources in flux diff to kustomize-controller
...
Signed-off-by: Yvan <y.guidoin@meteocontrol.com >
2025-02-06 12:43:15 +00:00
Stefan Prodan
6f815a36fe
Merge pull request #5175 from fluxcd/controller-runtime-v0.20.1
...
Update dependencies
2025-02-06 11:46:38 +00:00
Stefan Prodan
1d08cace4f
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-02-06 11:22:15 +00:00
Stefan Prodan
cfd369df47
Merge pull request #5151 from fluxcd/rfc-custom-health-checks
...
[RFC-0009] Custom Health Checks using CEL expressions
2025-01-31 11:24:44 +02:00
Matheus Pimenta
9e6f723436
Clarify expression evaluation logic
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-01-31 09:14:33 +00:00
Stefan Prodan
e4325961af
Apply suggestions from code review
...
Co-authored-by: Matheus Pimenta <matheuscscp@gmail.com >
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-01-22 09:27:35 +02:00
Stefan Prodan
74d748f547
Explain the evaluation logic based on conditions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-01-17 16:49:48 +02:00
Stefan Prodan
6f6d3fb269
Add ClusterAPI example to RFC
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-01-17 12:40:20 +02:00
Stefan Prodan
e51e5df9da
Add SealedSecret example to RFC
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-01-17 12:09:10 +02:00
Stefan Prodan
f604d7f342
Add Custom Health Check Library to RFC
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-01-17 11:49:07 +02:00
Stefan Prodan
3346542917
Rework the custom health check spec
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-01-17 11:18:12 +02:00
Soule BA
f0e7f92ef1
Add RFC - Custom Health Checks for Kustomization using Common Expression Language(CEL)
...
Signed-off-by: Soule BA <bah.soule@gmail.com >
2025-01-17 11:15:04 +02:00
Matheus Pimenta
e09ba7a8e6
Merge pull request #5146 from sjorsholtrop-ritense/improve-resume-error-msg
...
Improve "flux resume" error message on non-existent object
2025-01-14 15:05:02 +00:00
Sjors Holtrop
f29bcfb108
handle len(args) < 1 case
...
Signed-off-by: Sjors Holtrop <sjors.holtrop@ritense.com >
2025-01-14 14:45:49 +01:00
Sjors Holtrop
2e9e8e2690
pass args to enable more detailed error message
...
Signed-off-by: Sjors Holtrop <sjors.holtrop@ritense.com >
2025-01-14 14:29:40 +01:00
Sjors Holtrop
3478fe343d
fix golden file
...
Signed-off-by: Sjors Holtrop <sjors.holtrop@ritense.com >
2025-01-14 13:53:24 +01:00
Sjors Holtrop
8b10a32088
Improve "flux resume" error message on non-existent object
...
Signed-off-by: Sjors Holtrop <sjors.holtrop@ritense.com >
2025-01-14 13:15:57 +01:00
Matheus Pimenta
16ae23a3a6
Merge pull request #5142 from fluxcd/fix-create-cmd
...
Fix create command always using imageRepositoryType
2025-01-13 11:15:57 +00:00
Matheus Pimenta
055958d533
Fix create command always using imageRepositoryType
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-01-12 14:09:24 +00:00
Stefan Prodan
0cc68e0521
Merge pull request #5137 from scottrigby/conformance-openshift-add-4.16-and-4.17
...
Add OpenShift 4.16 & 4.17 to conformance testing
2025-01-09 19:31:20 +02:00
Scott Rigby
fae5d62b07
Add OpenShift 4.16 & 4.17 to conformance testing
...
Signed-off-by: Scott Rigby <scott@r6by.com >
2025-01-08 13:53:44 -05:00
Matheus Pimenta
16f55bbf22
Merge pull request #4809 from matheuscscp/rfc-7-custom-event-metadata
...
[RFC-0008] Custom Event Metadata from Annotations
2025-01-07 11:08:10 +00:00
Matheus Pimenta
83c16f9c4a
Add RFC 0008 - Custom Event Metadata from Annotations
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2025-01-07 10:44:20 +00:00
Stefan Prodan
b232bbe004
Merge pull request #5117 from fluxcd/debug-kc
...
Implement `flux debug kustomization` command
2025-01-06 12:09:49 +02:00
Stefan Prodan
5208515604
Make flux debug hr single flag selection required
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-23 17:44:33 +02:00
Stefan Prodan
928ea24bcb
Add links to status docs in flux debug commands
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-18 00:50:02 +02:00
Stefan Prodan
9b1b5e8a51
Add name completion to debug commands
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-13 18:40:02 +02:00
Stefan Prodan
5b740c45d1
Implement flux debug kustomization command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-13 12:21:41 +02:00
Stefan Prodan
19568eb94e
Add missing copyright headers
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-13 10:54:07 +02:00
Stefan Prodan
5cf0dcc77d
Add preview note to debug hr
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-13 10:53:39 +02:00
Stefan Prodan
b45a8b5c1f
Merge pull request #5114 from fluxcd/k8s-1.32
...
Update dependencies to Kubernetes 1.32.0 and Go 1.23.0
2024-12-12 16:39:53 +02:00
Stefan Prodan
2b68c8c664
Update dependencies to Kubernetes 1.32.0 and Go 1.23.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-12 16:21:42 +02:00
Stefan Prodan
939cffa561
Merge pull request #5111 from fluxcd/conform-k8s-1.32.0
...
Run conformance tests for Kubernetes 1.32.0
2024-12-12 11:12:43 +02:00
Stefan Prodan
30ed414938
Run conformance tests for Kubernetes 1.32.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-12 01:38:32 +02:00
Stefan Prodan
d51a2f8bce
Merge pull request #5106 from fluxcd/debug-cmd
...
Implement `flux debug helmrelease` command
2024-12-11 15:57:30 +02:00
Stefan Prodan
120ec049f9
Implement flux debug helmrelease command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-11 11:41:27 +02:00
Stefan Prodan
aa9de2c6bc
Merge pull request #5107 from fluxcd/workflows-tf-setup
...
workflows: Use setup-terraform to install latest
2024-12-10 20:37:30 +02:00
Sunny
226cb462c2
workflows: Use setup-terraform to install latest
...
Signed-off-by: Sunny <github@darkowlzz.space >
2024-12-10 15:06:12 +00:00
Stefan Prodan
b1bdab4e6a
Merge pull request #5105 from fluxcd/kustomize-v5.5.0
...
Update `fluxcd/pkg` dependencies
2024-12-10 13:19:52 +02:00
Stefan Prodan
8110d2f05d
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-12-10 12:59:21 +02:00
Stefan Prodan
13c56f3e4e
Merge pull request #5104 from fluxcd/dependabot/github_actions/ci-c2db65349b
...
build(deps): bump the ci group across 1 directory with 11 updates
2024-12-10 12:42:22 +02:00
dependabot[bot]
1013e98c0f
build(deps): bump the ci group across 1 directory with 11 updates
...
Bumps the ci group with 11 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.2.0` | `4.2.2` |
| [actions/setup-go](https://github.com/actions/setup-go ) | `5.0.2` | `5.1.0` |
| [fluxcd/pkg](https://github.com/fluxcd/pkg ) | `30c101fc7c9fac4d84937ff4890a3da46a9db2dd` | `5bf9095331052934ae6b4585b8632c0e5b0a2106` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.1.5` | `2.1.7` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) | `2.1.1` | `2.1.2` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.6.1` | `3.7.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.4.0` | `4.4.3` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.26.9` | `3.27.6` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.17.2` | `0.17.8` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.6.0` | `3.7.0` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) | `6.0.0` | `6.1.0` |
Updates `actions/checkout` from 4.2.0 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](d632683dd7...11bd71901b )
Updates `actions/setup-go` from 5.0.2 to 5.1.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](0a12ed9d6a...41dfa10bad )
Updates `fluxcd/pkg` from 30c101fc7c9fac4d84937ff4890a3da46a9db2dd to 5bf9095331052934ae6b4585b8632c0e5b0a2106
- [Commits](30c101fc7c...5bf9095331 )
Updates `google-github-actions/auth` from 2.1.5 to 2.1.7
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](62cf5bd3e4...6fc4af4b14 )
Updates `google-github-actions/setup-gcloud` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](f0990588f1...6189d56e40 )
Updates `docker/setup-buildx-action` from 3.6.1 to 3.7.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](988b5a0280...c47758b77c )
Updates `actions/upload-artifact` from 4.4.0 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](50769540e7...b4b15b8c7c )
Updates `github/codeql-action` from 3.26.9 to 3.27.6
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](461ef6c76d...aa57810251 )
Updates `anchore/sbom-action` from 0.17.2 to 0.17.8
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md )
- [Commits](61119d458a...55dc4ee224 )
Updates `sigstore/cosign-installer` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](4959ce089c...dc72c7d5c4 )
Updates `goreleaser/goreleaser-action` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](286f3b13b1...9ed2f89a66 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: fluxcd/pkg
dependency-type: direct:production
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
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-minor
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-10 10:29:57 +00:00
Stefan Prodan
85405928a7
Merge pull request #5099 from bkreitch/fix-misplaced-quotes
...
fix misplaced quotes
2024-12-09 12:58:05 +02:00
Boris Kreitchman
570bc81278
fix misplaced quotes
...
Signed-off-by: Boris Kreitchman <bkreitch@gmail.com >
2024-12-09 12:21:52 +02:00
Stefan Prodan
f42a17de54
Merge pull request #5071 from milas/diff-kustomization-recursive-remote
...
fix: skip remote Kustomizations on recursive diff
2024-11-14 16:58:20 +02:00
Milas Bowman
7697699e65
fix: skip remote Kustomizations on recursive diff
...
When recursively diffing Kustomization objects on a cluster, each
Kustomization is built and then a server-side dry-run apply is
performed. This isn't practical to perform if the Kustomization
references a remote cluster via `kubeConfig.secretRef`.
Currently, because it's not skipped, it's treated as though it's
being applied to the context cluster, not the remote cluter, which
results in an incorrect diff.
Instead, write out special message / warnings indicating that it
has been skipped:
```
► Kustomization/my-ns/my-kst skipped: diff not supported for remote clusters
```
Signed-off-by: Milas Bowman <devnull@milas.dev >
2024-11-14 08:33:29 -05:00
Stefan Prodan
9f854cb7e2
Merge pull request #5073 from mloskot/patch-1
...
docs: Mention Flux upgrade guide in release notes
2024-11-14 11:42:28 +02:00
Mateusz Łoskot
995e1dcc32
docs: Mention Flux upgrade guide in release notes
...
See https://github.com/fluxcd/flux2/discussions/5072
Signed-off-by: Mateusz Łoskot <mateusz@loskot.net >
2024-11-13 14:39:41 +01:00
Max Jonas Werner
5b83111dc6
Merge pull request #5068 from h3nryc0ding/fix/cli-invalid-error-message
...
fix(cli): confusing error message for missing kind
2024-11-11 12:30:52 +01:00
h3nryc0ding
9abc802f15
fix: error message for missing kind
...
Signed-off-by: h3nryc0ding <101796272+h3nryc0ding@users.noreply.github.com >
Signed-off-by: h3nryc0ding <hr.richterhenry@gmail.com >
2024-11-10 03:33:45 +00:00
Stefan Prodan
2a5948fe42
Merge pull request #5060 from jdewinne/patch-1
...
Use replicated-actions in conformance tests
2024-11-06 15:40:47 +00:00
Josh De Winne
af765388d2
Update conformance.yaml
...
Signed-off-by: Josh De Winne <joris.dewinne@gmail.com >
2024-11-04 08:51:30 -08:00
Stefan Prodan
5350425cdc
Merge pull request #5014 from fluxcd/k8s-v0.31.1
...
Update Kubernetes dependencies to v1.31.1
2024-09-30 12:29:31 +03:00
Stefan Prodan
6611a4fba6
Update Kubernetes dependencies to v1.31.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-09-30 10:29:50 +03:00
Stefan Prodan
297b15b82b
Merge pull request #5005 from fluxcd/update-components
...
Update toolkit components
2024-09-30 10:00:07 +03:00
fluxcdbot
56a3d08bf8
Update toolkit components
...
- helm-controller to v1.1.0
https://github.com/fluxcd/helm-controller/blob/v1.1.0/CHANGELOG.md
- kustomize-controller to v1.4.0
https://github.com/fluxcd/kustomize-controller/blob/v1.4.0/CHANGELOG.md
- notification-controller to v1.4.0
https://github.com/fluxcd/notification-controller/blob/v1.4.0/CHANGELOG.md
- image-reflector-controller to v0.33.0
https://github.com/fluxcd/image-reflector-controller/blob/v0.33.0/CHANGELOG.md
- image-automation-controller to v0.39.0
https://github.com/fluxcd/image-automation-controller/blob/v0.39.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2024-09-27 17:09:36 +00:00
Stefan Prodan
cf26cf25f1
Merge pull request #5011 from fluxcd/remove-deprecated-tls-flags
...
Remove TLS deprecated flags from `flux create secret`
2024-09-27 20:08:51 +03:00
Stefan Prodan
a3dbf31e87
Remove TLS deprecated flags from flux create secret
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-09-27 19:54:11 +03:00
Stefan Prodan
3e4524b987
Merge pull request #5010 from fluxcd/create-secret-proxy
...
Add `flux create secret proxy` command
2024-09-27 19:37:22 +03:00
Stefan Prodan
8470f23ad2
Add flux create secret proxy command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-09-27 19:11:10 +03:00
Stefan Prodan
e17f3f0168
Merge pull request #5009 from fluxcd/proxy-secret-ref
...
Add `--proxy-secret-ref` to `flux create source` commands
2024-09-27 18:44:44 +03:00
Stefan Prodan
e0b8464a6c
Add --proxy-secret-ref to flux create source commands
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-09-27 18:08:46 +03:00
Stefan Prodan
2c7d781ec5
Merge pull request #5008 from fluxcd/bucket-ga
...
Promote `bucket` commands to GA
2024-09-27 17:53:30 +03:00
Stefan Prodan
c7daf6466f
Promote bucket commands to GA
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-09-27 17:01:21 +03:00
Stefan Prodan
0d101e0e36
Merge pull request #5007 from fluxcd/conform-k8s-1.31.1
...
Run conformance tests for Kubernetes 1.29-1.31
2024-09-27 15:51:16 +03:00
Stefan Prodan
0a5d263f77
Update Kubernetes Kind to v0.24.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-09-27 12:06:56 +03:00
Stefan Prodan
7d7a8f81f4
Run conformance tests for Kubernetes 1.29-1.31
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-09-27 11:11:05 +03:00
Stefan Prodan
cbda2be6b8
Merge pull request #5006 from fluxcd/dependabot/github_actions/ci-34f3b07ea7
...
build(deps): bump the ci group across 1 directory with 6 updates
2024-09-27 10:41:00 +03:00
dependabot[bot]
d5427d12cf
build(deps): bump the ci group across 1 directory with 6 updates
...
Bumps the ci group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.1.7` | `4.2.0` |
| [fluxcd/pkg](https://github.com/fluxcd/pkg ) | `e40e7ed2bc31c6b6e36d263b6299e5082d9fef12` | `30c101fc7c9fac4d84937ff4890a3da46a9db2dd` |
| [Azure/login](https://github.com/azure/login ) | `2.1.1` | `2.2.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.3.6` | `4.4.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.26.5` | `3.26.9` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) | `6.1.0` | `7.0.5` |
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](692973e3d9...d632683dd7 )
Updates `fluxcd/pkg` from e40e7ed2bc31c6b6e36d263b6299e5082d9fef12 to 30c101fc7c9fac4d84937ff4890a3da46a9db2dd
- [Commits](e40e7ed2bc...30c101fc7c )
Updates `Azure/login` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/azure/login/releases )
- [Commits](6c251865b4...a65d910e8a )
Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](834a144ee9...50769540e7 )
Updates `github/codeql-action` from 3.26.5 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](2c779ab0d0...461ef6c76d )
Updates `peter-evans/create-pull-request` from 6.1.0 to 7.0.5
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](c5a7806660...5e914681df )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: fluxcd/pkg
dependency-type: direct:production
dependency-group: ci
- dependency-name: Azure/login
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
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
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-27 07:30:23 +00:00
Stefan Prodan
e970a2d6a7
Merge pull request #4986 from dipti-pai/git-azure-oidc
...
[RFC-0007] Add `--provider` flag to `flux create source git`
2024-09-27 10:25:51 +03:00
Dipti Pai
a4ef1f6992
Flux CLI change to add provider field to GitRepository spec.
...
- Add provider flag to `flux create source git` command with supported values: azure, generic.
- Unit tests validating the generated yaml and error conditions.
Signed-off-by: Dipti Pai <diptipai89@outlook.com >
2024-09-26 23:50:12 +05:30
Stefan Prodan
055d85fc18
Merge pull request #5004 from fluxcd/update-components
...
Update source-controller to v1.4.1
2024-09-26 21:08:39 +03:00
fluxcdbot
927f3e50f6
Update toolkit components
...
- source-controller to v1.4.1
https://github.com/fluxcd/source-controller/blob/v1.4.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2024-09-26 16:35:21 +00:00
Stefan Prodan
d13dec297a
Merge pull request #4939 from bkreitch/resursive-diff
...
Recursively diff Kustomizations
2024-09-09 19:12:31 +03:00
Boris Kreitchman
2d37544b06
Recursively build and diff Kustomizations
...
Signed-off-by: Boris Kreitchman <bkreitch@gmail.com >
2024-09-06 21:24:38 +03:00
Stefan Prodan
1b4de026dd
Merge pull request #4970 from JasonTheDeveloper/notation-go-1.2.1
...
Update notaryproject/notation-go to 1.2.1
2024-09-05 15:31:38 +03:00
Jason
9af1e85b93
build(deps): bump notation-go to v1.2.1
...
Signed-off-by: Jason <jagoodse@microsoft.com >
2024-09-05 22:22:47 +10:00
Stefan Prodan
cb327a793e
Merge pull request #4967 from mxtw/use-tempdir
...
tests: use tempdir to avoid manual gc
2024-09-05 15:07:02 +03:00
Max Tantow
82671cfd24
tests: use tempdir to avoid manual gc
...
Signed-off-by: Max Tantow <max@macks.cloud >
2024-09-03 17:40:13 +02:00
Stefan Prodan
69964519e7
Merge pull request #4959 from fluxcd/fix-github-bootstrap
...
Fix GitHub bootstrap for repositories with custom properties
2024-09-03 12:19:06 +03:00
Stefan Prodan
1ac06fd859
Update go-git-providers to v0.21.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-08-28 12:42:31 +03:00
Stefan Prodan
1563d2b81b
Merge pull request #4952 from fluxcd/dependabot/github_actions/ci-bba31507db
...
build(deps): bump the ci group with 2 updates
2024-08-28 12:30:57 +03:00
dependabot[bot]
285495a0e7
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [fluxcd/pkg](https://github.com/fluxcd/pkg ) and [github/codeql-action](https://github.com/github/codeql-action ).
Updates `fluxcd/pkg` from 11195c91e5e1898cfa5840267a7fd0aa462cd040 to e40e7ed2bc31c6b6e36d263b6299e5082d9fef12
- [Commits](11195c91e5...e40e7ed2bc )
Updates `github/codeql-action` from 3.26.4 to 3.26.5
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f0f3afee80...2c779ab0d0 )
---
updated-dependencies:
- dependency-name: fluxcd/pkg
dependency-type: direct:production
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 >
2024-08-26 00:50:14 +00:00
Stefan Prodan
16e30439b7
Merge pull request #4950 from fluxcd/dependabot/github_actions/ci-d30b57bcb7
...
build(deps): bump the ci group across 1 directory with 4 updates
2024-08-24 11:45:49 +03:00
dependabot[bot]
36dec31fd7
build(deps): bump the ci group across 1 directory with 4 updates
...
Bumps the ci group with 4 updates in the / directory: [korthout/backport-action](https://github.com/korthout/backport-action ), [google-github-actions/auth](https://github.com/google-github-actions/auth ), [github/codeql-action](https://github.com/github/codeql-action ) and [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `korthout/backport-action` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](bd410d37cd...be567af183 )
Updates `google-github-actions/auth` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](f112390a2d...62cf5bd3e4 )
Updates `github/codeql-action` from 3.26.1 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](29d86d22a3...f0f3afee80 )
Updates `anchore/sbom-action` from 0.17.1 to 0.17.2
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](ab9d16d4b4...61119d458a )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
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
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-23 15:23:16 +00:00
Stefan Prodan
bd1ff8f771
Merge pull request #4948 from harshitasao/scorecard-checks-fix
...
fix: fixed GHA token-permission and pinned dependencies issue
2024-08-23 18:19:27 +03:00
harshitasao
83402e8834
fix: fixed the token-permission and pinned dependencies issue
...
Signed-off-by: harshitasao <harshitasao@gmail.com >
2024-08-23 01:11:22 +05:30
Stefan Prodan
cc87ffd66e
Merge pull request #4936 from fluxcd/go-1.23
...
Build with Go 1.23
2024-08-15 14:37:29 +03:00
Stefan Prodan
c39af08b47
Update alpine to 3.20 for flux-cli
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-08-15 14:19:31 +03:00
Stefan Prodan
18e0087439
Build with Go 1.23
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-08-15 14:10:21 +03:00
Stefan Prodan
1b0eecd145
Merge pull request #4934 from fluxcd/k8s-1.31
...
Update dependencies to Kubernetes v1.31.0
2024-08-15 14:05:28 +03:00
Stefan Prodan
2694dfd489
Update dependencies to Kubernetes v1.31.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-08-15 13:45:28 +03:00
Stefan Prodan
466d30047a
Merge pull request #4930 from fluxcd/dependabot/github_actions/ci-289148a3ce
...
build(deps): bump the ci group across 1 directory with 13 updates
2024-08-15 12:45:57 +03:00
dependabot[bot]
2281013050
build(deps): bump the ci group across 1 directory with 13 updates
...
Bumps the ci group with 13 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.1.6` | `4.1.7` |
| [actions/setup-go](https://github.com/actions/setup-go ) | `5.0.1` | `5.0.2` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.1.3` | `2.1.4` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) | `2.1.0` | `2.1.1` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) | `3.0.0` | `3.2.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.3.0` | `3.6.1` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.2.0` | `3.3.0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) | `2.3.3` | `2.4.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.3.3` | `4.3.6` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `3.25.8` | `3.26.1` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.16.0` | `0.17.1` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) | `3.5.0` | `3.6.0` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) | `6.0.5` | `6.1.0` |
Updates `actions/checkout` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](a5ac7e51b4...692973e3d9 )
Updates `actions/setup-go` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](cdcb360436...0a12ed9d6a )
Updates `google-github-actions/auth` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](71fee32a0b...f112390a2d )
Updates `google-github-actions/setup-gcloud` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](98ddc00a17...f0990588f1 )
Updates `docker/setup-qemu-action` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](68827325e0...49b3bc8e6b )
Updates `docker/setup-buildx-action` from 3.3.0 to 3.6.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](d70bba72b1...988b5a0280 )
Updates `docker/login-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](0d4c9c5ea7...9780b0c442 )
Updates `ossf/scorecard-action` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](dc50aa9510...62b2cac7ed )
Updates `actions/upload-artifact` from 4.3.3 to 4.3.6
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65462800fd...834a144ee9 )
Updates `github/codeql-action` from 3.25.8 to 3.26.1
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2e230e8fe0...29d86d22a3 )
Updates `anchore/sbom-action` from 0.16.0 to 0.17.1
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](e8d2a6937e...ab9d16d4b4 )
Updates `sigstore/cosign-installer` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](59acb6260d...4959ce089c )
Updates `peter-evans/create-pull-request` from 6.0.5 to 6.1.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](6d6857d369...c5a7806660 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
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-minor
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-14 10:03:42 +00:00
Stefan Prodan
e06e561150
Merge pull request #4892 from fluxcd/conformance-tests-k8s-1.31
...
Run conformance tests for Kubernetes v1.31
2024-08-14 12:58:47 +03:00
Stefan Prodan
41bdb88be2
Run conformance tests for Kubernetes v1.31
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-08-14 09:19:18 +03:00
Stefan Prodan
52512a94a8
Merge pull request #4922 from bkreitch/stop-spinner-on-cancel
...
Stop spinner on cancel of flux diff kustomization
2024-08-09 17:24:00 +03:00
Boris Kreitchman
170e4f6f57
Stop spinner on cancel
...
Signed-off-by: Boris Kreitchman <bkreitch@gmail.com >
2024-08-09 16:23:29 +03:00
Stefan Prodan
b8bf44e0ae
Merge pull request #4918 from matheuscscp/fix-copy-paste-mistake
...
Fix reconcile helmrelease command description
2024-08-08 10:00:37 +03:00
Matheus Pimenta
f6a0250712
Fix reconcile helmrelease command description
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2024-08-08 00:30:38 +01:00
Stefan Prodan
31d160b309
Merge pull request #4866 from nagyv/Introduce-visibility-flag-for-bootstrap-gitlab
...
Introduce visibility flag for bootstrap gitlab
2024-07-18 09:20:57 +03:00
Viktor Nagy
fabdbaaf92
Introduce visibility flag for bootstrap gitlab
...
Signed-off-by: Viktor Nagy <vnagy@gitlab.com >
2024-07-17 20:22:25 +02:00
Stefan Prodan
a9017239b7
Merge pull request #4871 from harshitasao/scorecard-badge-link
...
changed the scorecard badge link to the standard format
2024-07-04 14:20:34 +03:00
harshitasao
9f873c0a07
changed the scorecard badge link to the standard format
...
Signed-off-by: harshitasao <harshitasao@gmail.com >
2024-07-04 02:07:46 +05:30
Stefan Prodan
0720935fb4
Merge pull request #4863 from fluxcd/conform-e2e-k8s-update
...
Update conformance tests to Kubernetes v1.30.2
2024-06-28 19:39:51 +03:00
Stefan Prodan
298e28b63e
Update conformance tests to Kubernetes v1.30.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-28 13:46:32 +03:00
Stefan Prodan
ec141c63c4
Merge pull request #4845 from fluxcd/conformance-arm64-gh
...
Run ARM64 e2e tests on GitHub runners
2024-06-14 09:27:40 +03:00
Stefan Prodan
b45cd59b7c
Run ARM64 e2e tests on GitHub runners
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-14 00:32:21 +03:00
Stefan Prodan
e42aa8e448
Merge pull request #4842 from fluxcd/base-part-of-flux
...
Add `part-of` label to controllers base
2024-06-14 00:24:46 +03:00
Stefan Prodan
a5447e4c77
Add part-of label to controllers base
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-13 22:16:17 +03:00
souleb
638e537b40
Merge pull request #4806 from dipti-pai/rfc-git-passwordless-auth
...
[RFC] Passwordless authentication for Git repositories
2024-06-12 23:01:00 +02:00
Sanskar Jaiswal
d95e8b63e0
RFC: Add passswordless auth for git repos
...
Signed-off-by: Dipti Pai <diptipai89@outlook.com >
Signed-off-by: Soule BA <bah.soule@gmail.com >
Signed-off-by: Sunny <github@darkowlzz.space >
Co-authored-by: Dipti Pai <diptipai89@outlook.com >
Co-authored-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
Co-authored-by: Soule BA <bah.soule@gmail.com >
Co-authored-by: Sunny <github@darkowlzz.space >
Co-authored-by: Viktor Nagy <126671+nagyv@users.noreply.github.com >
2024-06-12 13:33:07 -07:00
souleb
f5f799b5fc
Merge pull request #4660 from avoidalone/main
...
chore: remove repetitive word
2024-06-12 09:15:13 +02:00
avoidalone
f42c91448d
chore: remove repetitive word
...
Signed-off-by: avoidalone <wuguangdong@outlook.com >
2024-06-11 23:56:04 +02:00
Stefan Prodan
bde7489e45
Merge pull request #4835 from fluxcd/goreleaser-v2
...
ci: Adapt config to GoRelease v2
2024-06-11 10:11:21 +03:00
Stefan Prodan
dcca1328a3
Adapt config to GoRelease v2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-06-11 09:58:22 +03:00
Stefan Prodan
ffc1f721ac
Merge pull request #4833 from fluxcd/dependabot/github_actions/ci-38c577afb2
...
build(deps): bump the ci group across 1 directory with 8 updates
2024-06-11 09:43:45 +03:00
dependabot[bot]
6b062fb82f
build(deps): bump the ci group across 1 directory with 8 updates
...
Bumps the ci group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.1.5` | `4.1.6` |
| [korthout/backport-action](https://github.com/korthout/backport-action ) | `2.5.0` | `3.0.2` |
| [Azure/login](https://github.com/azure/login ) | `2.1.0` | `2.1.1` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.1.2` | `2.1.3` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.1.0` | `3.2.0` |
| [github/codeql-action](https://github.com/github/codeql-action ) | `2.13.4` | `3.25.8` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.15.11` | `0.16.0` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) | `5.1.0` | `6.0.0` |
Updates `actions/checkout` from 4.1.5 to 4.1.6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](44c2b7a8a4...a5ac7e51b4 )
Updates `korthout/backport-action` from 2.5.0 to 3.0.2
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](ef20d86abc...bd410d37cd )
Updates `Azure/login` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/azure/login/releases )
- [Commits](6b2456866f...6c251865b4 )
Updates `google-github-actions/auth` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](55bd3a7c6e...71fee32a0b )
Updates `docker/login-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](e92390c5fb...0d4c9c5ea7 )
Updates `github/codeql-action` from 2.13.4 to 3.25.8
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](cdcdbb5797...2e230e8fe0 )
Updates `anchore/sbom-action` from 0.15.11 to 0.16.0
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](7ccf588e3c...e8d2a6937e )
Updates `goreleaser/goreleaser-action` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](5742e2a039...286f3b13b1 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: Azure/login
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/login-action
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-major
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-10 01:02:22 +00:00
Stefan Prodan
896e0fa46d
Merge pull request #4785 from fluxcd/dependabot/github_actions/ci-f6abfb4cf0
...
build(deps): bump the ci group with 3 updates
2024-05-13 10:18:12 +03:00
dependabot[bot]
8d75df8fc3
build(deps): bump the ci group with 3 updates
...
Bumps the ci group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `actions/checkout` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](0ad4b8fada...44c2b7a8a4 )
Updates `ossf/scorecard-action` from 2.3.1 to 2.3.3
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](0864cf1902...dc50aa9510 )
Updates `goreleaser/goreleaser-action` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](7ec5c2b0c6...5742e2a039 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-13 00:48:35 +00:00
souleb
dd7ef7d0c1
Merge pull request #4766 from fluxcd/reconcile-hr-with-chartref
...
Add support for HelmRelease v2 in `flux reconcile` and `flux create`
2024-05-12 15:40:37 +02:00
Soule BA
5feee5c73d
Add support for creating HR with .spec.ChartRef
...
Signed-off-by: Soule BA <bah.soule@gmail.com >
2024-05-11 22:49:52 +02:00
Soule BA
0d0285ad09
Enable reconciling HelmReleases with ChartRef
...
If implemented HR with ChartRef can be reconciled with
`--with-source`set.
Signed-off-by: Soule BA <bah.soule@gmail.com >
2024-05-11 20:55:55 +02:00
Stefan Prodan
86b3581f5e
Merge pull request #4783 from fluxcd/conformance-tests
...
ci: Consolidate conformance tests
2024-05-11 20:19:20 +03:00
Stefan Prodan
32804f6518
ci: Consolidate conformance tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-11 20:06:00 +03:00
Stefan Prodan
070fa0ff8e
Merge pull request #4781 from fluxcd/drop-kubernetes-eol
...
Set Kubernetes 1.28 as min required version
2024-05-10 19:34:52 +03:00
Stefan Prodan
9ef9464e77
Update kubectl to 1.30.0 in flux-cli image
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-10 18:53:07 +03:00
Stefan Prodan
d8e6199b2a
Set Kubernetes 1.28 as min required version
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-10 18:52:15 +03:00
Stefan Prodan
6552ced272
Merge pull request #4780 from fluxcd/helm-controller-v1.0.1
...
Update helm-controller to v1.0.1
2024-05-10 18:47:33 +03:00
Stefan Prodan
6edf2bc5a2
Update helm-controller/api to v1.0.1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-10 18:29:37 +03:00
fluxcdbot
0948d1440d
Update toolkit components
...
- helm-controller to v1.0.1
https://github.com/fluxcd/helm-controller/blob/v1.0.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2024-05-10 15:20:11 +00:00
Stefan Prodan
55728ce6d7
Merge pull request #4778 from fluxcd/int-run-check
...
tests/integration: Run flux check after installation
2024-05-10 18:15:17 +03:00
Sunny
b87d04e629
tests/int: Run flux check after installation
...
Run flux check after installation to show the relevant cluster and
resource configurations in the environment.
Signed-off-by: Sunny <github@darkowlzz.space >
2024-05-10 14:45:31 +00:00
Stefan Prodan
6b1f0fedd9
Merge pull request #4777 from fluxcd/k3s-conformance-test
...
Add k3s to the conformance test suite
2024-05-10 12:12:36 +03:00
Stefan Prodan
299a5423ef
Add k3s to the conformance test suite
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-10 11:29:52 +03:00
Stefan Prodan
6981683dcc
Merge pull request #4775 from fluxcd/helmrelease-ga
...
Update `HelmRelease` API to v2 (GA)
2024-05-09 19:21:12 +03:00
Stefan Prodan
d5aedaca7d
Update tests to GA APIs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-09 19:05:45 +03:00
Stefan Prodan
83b7b17f11
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-09 17:29:38 +03:00
Stefan Prodan
52f1ae2df7
Mark HelmRelease commands as GA
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-09 17:18:11 +03:00
Stefan Prodan
8856de1478
Update HelmRelease API to v2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-09 17:10:00 +03:00
Stefan Prodan
472396728b
Adapt HelmRelease revision to API v2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-09 16:52:23 +03:00
fluxcdbot
b85d34644b
Update toolkit components
...
- helm-controller to v1.0.0
https://github.com/fluxcd/helm-controller/blob/v1.0.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2024-05-09 12:57:02 +00:00
Stefan Prodan
54f33ece2a
Merge pull request #4773 from fluxcd/source-chart-cmds
...
Add `(create|delete|export) source chart` commands
2024-05-09 13:13:44 +03:00
Max Jonas Werner
18d5ec4ecd
Add (create|delete|export) source chart commands
...
The `create source chart` command supports all HelmChart.spec fields
except `.valuesFiles` and `ignoreMissingValuesFiles` as these are
assumingly rarely used fields and the CLI usually only supports
commonly used ones.
closes #4760
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com >
Signed-off-by: Max Jonas Werner <mail@makk.es >
2024-05-09 11:57:38 +02:00
Stefan Prodan
9325eac0d3
Merge pull request #4771 from matheuscscp/new-release-label
...
Add 2.3.x release label
2024-05-08 17:07:00 +03:00
Matheus Pimenta
227b124f02
Add 2.3.x release label
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2024-05-08 14:32:26 +01:00
Stefan Prodan
c1ff78c68e
Merge pull request #4769 from frekw/feat/reproducible-push
...
Add `--reproducible` flag to `flux push artifact`
2024-05-08 14:55:15 +03:00
frekw
26109ee821
Add --reproducible flag to flux push artifact
...
This makes the pushed artifact have the exact same hash if the contents
are the same.
E.g
```
flux push artifact oci://repo/image:tag1 --source deploy --revision="test" --path=deploy --reproducible
flux push artifact oci://repo/image:tag2 --source deploy --revision="test" --path=deploy --reproducible
```
will both result in the same sha hash, tagged with `tag1` and `tag2`.
This is useful when producing flux artifacts in a monorepo setup where
you don't want to unnecessarily push new artifacts unless something has
actually changed.
Signed-off-by: frekw <fredrik@warnsberg.se >
2024-05-08 13:30:22 +02:00
Stefan Prodan
eaf1c0fab6
Merge pull request #4770 from fluxcd/update-diagram
...
Update Flux architecture diagram
2024-05-08 13:23:25 +03:00
Stefan Prodan
8006c3ddc8
Update Flux architecture diagram
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-08 11:12:25 +03:00
Stefan Prodan
7640afc852
Merge pull request #4768 from fluxcd/update-tests
...
Improve end-to-end test workflow
2024-05-07 16:22:15 +03:00
Stefan Prodan
ff3ca3a355
ci: Add events test to e2e
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-07 16:03:12 +03:00
Stefan Prodan
3322b52786
ci: Run e2e tests on ubuntu-latest-16-cores
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-07 15:15:55 +03:00
Stefan Prodan
008326ec22
ci: Update Calico to v3.27 in e2e tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-07 14:57:58 +03:00
Stefan Prodan
d413503244
ci: Use ghcr.io/fluxcd/kindest/node in e2e tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-07 14:45:03 +03:00
Stefan Prodan
d86838902d
Merge pull request #4678 from fluxcd/iac-v1beta2
...
Update `ImageUpdateAutomation` API to v1beta2
2024-05-07 14:02:48 +03:00
Sunny
4edc640d0c
Update image-automation-controller API to v1beta2
...
Signed-off-by: Sunny <github@darkowlzz.space >
2024-05-07 08:34:10 +00:00
Stefan Prodan
7b8906fe41
Merge pull request #4764 from fluxcd/iac-update-e2e-test
...
ci: Adapt image automation test to v1beta2
2024-05-06 20:43:32 +03:00
Stefan Prodan
47e30e2e5f
ci: Run bootstrap e2e using Kubernetes 1.30
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 20:21:41 +03:00
Stefan Prodan
de46bae6fe
Address kustomize version cmd deprecation
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 20:02:16 +03:00
Stefan Prodan
7eba0aedde
ci: Adapt image automation test to v1beta2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 19:57:41 +03:00
Stefan Prodan
46bb1a0b47
Merge pull request #4701 from fluxcd/update-components
...
Update toolkit components
2024-05-06 19:13:07 +03:00
fluxcdbot
2ab0a7506b
Update toolkit components
...
- notification-controller to v1.3.0
https://github.com/fluxcd/notification-controller/blob/v1.3.0/CHANGELOG.md
- image-reflector-controller to v0.32.0
https://github.com/fluxcd/image-reflector-controller/blob/v0.32.0/CHANGELOG.md
- image-automation-controller to v0.38.0
https://github.com/fluxcd/image-automation-controller/blob/v0.38.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2024-05-06 15:53:43 +00:00
Stefan Prodan
214a273f66
Merge pull request #4759 from fluxcd/source-helm-api-ga
...
Update Helm Source APIs to v1 (GA)
2024-05-06 16:00:21 +03:00
Stefan Prodan
aae086c508
Migrate flux uninstall to Helm Source API v1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 15:43:10 +03:00
Stefan Prodan
e40961c6d0
Migrate flux trace to Helm Source API v1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 15:23:30 +03:00
Stefan Prodan
315c53a717
Migrate flux events to Helm Source API v1
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 15:15:38 +03:00
Stefan Prodan
6baefa2586
Mark source helm commands as GA
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 12:50:22 +03:00
Stefan Prodan
1aaa48fa09
Update Helm Source APIs to v1 (GA)
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-06 12:28:34 +03:00
fluxcdbot
89038b7300
Update toolkit components
...
- kustomize-controller to v1.3.0
https://github.com/fluxcd/kustomize-controller/blob/v1.3.0/CHANGELOG.md
- source-controller to v1.3.0
https://github.com/fluxcd/source-controller/blob/v1.3.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2024-05-06 09:12:31 +00:00
Stefan Prodan
e25823ab28
Merge pull request #4758 from fluxcd/dependabot/github_actions/ci-b23e0286c6
...
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
2024-05-06 12:12:01 +03:00
dependabot[bot]
856ff67f34
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1 in the ci group
...
Bumps the ci group with 1 update: [actions/setup-go](https://github.com/actions/setup-go ).
Updates `actions/setup-go` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](0c52d547c9...cdcb360436 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-06 00:14:03 +00:00
Stefan Prodan
2338cc24a6
Merge pull request #4754 from fluxcd/ssh-hostkey-algos
...
Add `--ssh-hostkey-algos` flag to bootstrap command
2024-05-02 08:53:53 +03:00
Stefan Prodan
7027e823d8
Add --ssh-hostkey-algos flag to bootstrap command
...
Allow configuring the list of host key algorithms to use for
SSH connections initialized by the CLI during bootstrap.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-05-01 13:02:50 +03:00
Stefan Prodan
ad1d33262d
Merge pull request #4750 from fluxcd/dependabot/github_actions/ci-b0e940dd59
...
build(deps): bump the ci group with 6 updates
2024-04-29 09:05:53 +03:00
dependabot[bot]
86b3075535
build(deps): bump the ci group with 6 updates
...
Bumps the ci group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.1.3` | `4.1.4` |
| [helm/kind-action](https://github.com/helm/kind-action ) | `1.9.0` | `1.10.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.3.2` | `4.3.3` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.15.10` | `0.15.11` |
| [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator ) | `1.10.0` | `2.0.0` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) | `6.0.4` | `6.0.5` |
Updates `actions/checkout` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](1d96c772d1...0ad4b8fada )
Updates `helm/kind-action` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](99576bfa6d...0025e74a8c )
Updates `actions/upload-artifact` from 4.3.2 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](1746f4ab65...65462800fd )
Updates `anchore/sbom-action` from 0.15.10 to 0.15.11
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](ab5d7b5f48...7ccf588e3c )
Updates `slsa-framework/slsa-github-generator` from 1.10.0 to 2.0.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases )
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.10.0...v2.0.0 )
Updates `peter-evans/create-pull-request` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](9153d834b6...6d6857d369 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: slsa-framework/slsa-github-generator
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-29 01:14:17 +00:00
Stefan Prodan
88b028fd50
Merge pull request #4747 from fluxcd/kubernetes-1.30
...
Update dependencies to Kubernetes 1.30
2024-04-26 12:25:58 +03:00
Stefan Prodan
37d139c462
Update dependencies to Kubernetes 1.30
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-26 11:58:21 +03:00
Stefan Prodan
01ebcf864d
Merge pull request #4746 from swade1987/remove-go-cache
...
Specifying go version in setup-go github action.
2024-04-26 08:59:01 +03:00
Steven Wade
d97221423f
Specifying go version in setup-go github action.
...
Signed-off-by: Steven Wade <steven@stevenwade.co.uk >
2024-04-25 14:40:34 +01:00
Stefan Prodan
acad6ca73f
Merge pull request #4735 from JasonTheDeveloper/feat/4692
...
feat(secret): add create notation secret handler
2024-04-23 15:57:26 +03:00
Jason
c49ba9d310
Add command for creating notation configuration secrets
...
Signed-off-by: Jason <jagoodse@microsoft.com >
2024-04-23 22:29:23 +10:00
Stefan Prodan
0cb24f9c6a
Merge pull request #4736 from fluxcd/dependabot/github_actions/ci-b33de11f99
...
build(deps): bump the ci group with 4 updates
2024-04-22 12:20:44 +03:00
dependabot[bot]
e17d429df2
build(deps): bump the ci group with 4 updates
...
Bumps the ci group with 4 updates: [actions/checkout](https://github.com/actions/checkout ), [Azure/login](https://github.com/azure/login ), [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ).
Updates `actions/checkout` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](9bb56186c3...1d96c772d1 )
Updates `Azure/login` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/azure/login/releases )
- [Commits](8c334a195c...6b2456866f )
Updates `actions/upload-artifact` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](5d5d22a312...1746f4ab65 )
Updates `peter-evans/create-pull-request` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](c55203cfde...9153d834b6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: Azure/login
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-22 07:50:46 +00:00
Stefan Prodan
6b7a93961c
Merge pull request #4734 from fluxcd/e2e-kubernetes-1.30
...
Run conformance tests for Kubernetes 1.30.0
2024-04-22 10:46:36 +03:00
Stefan Prodan
8d4454d0c1
Run conformance tests for Kubernetes 1.30.0
...
Drop support for Kubernetes 1.26 and 1.27
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-21 13:39:38 +03:00
Stefan Prodan
cc6b170c4b
e2e: Use KinD images from ghcr.io/fluxcd/kindest/node
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-21 13:33:15 +03:00
Stefan Prodan
d0f558c7ab
Merge pull request #4729 from fluxcd/openshift-e2e-testing
...
Add OpenShift to the conformance test suite
2024-04-17 23:10:19 +03:00
Stefan Prodan
1299387408
e2e: Run tests for OpenShift v4.14 and v4.15
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-17 17:49:06 +03:00
Stefan Prodan
cbe41a6bf9
e2e: Run integration test suite on OpenShift
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-17 13:00:56 +03:00
Stefan Prodan
b3a29b56bb
e2e: Install Flux on OpenShift
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-17 13:00:55 +03:00
Stefan Prodan
2dfb536600
e2e: Run OpenShift from Replicated
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-17 13:00:55 +03:00
Max Jonas Werner
ec62b84c5d
Merge pull request #4727 from fluxcd/verify-issuer-subject
...
Add flags for issuer/subject OCI signature verification
2024-04-17 11:28:48 +02:00
Max Jonas Werner
1bb92548e4
Add flags for issuer/subject OCI signature verification
...
This change introduces two new flags to `create source oci` for
providing the values to the
`OCIRepository.spec.verify.matchOIDCIdentity.(issuer,subject)` fields.
Signed-off-by: Max Jonas Werner <mail@makk.es >
2024-04-17 09:45:33 +02:00
Stefan Prodan
90f3c5a5cb
Merge pull request #4728 from toomaj/support-git-authorization-header
...
bootstrap: Add support for Git HTTP/S authorization header
2024-04-17 10:03:00 +03:00
toomaj
9ff9f2beba
add support for bearer token as header to bootstrap git
...
Signed-off-by: toomaj <toomaj@tuta.io >
Set tokenAuth to true with withBearerToken
Signed-off-by: toomaj <toomaj@tuta.io >
Set breaderToken if tokenAuth & withBearerToken were set
Signed-off-by: toomaj <toomaj@tuta.io >
2024-04-17 16:47:31 +10:00
Stefan Prodan
5456635ee7
Merge pull request #4723 from fluxcd/dependabot/github_actions/ci-d80e277903
...
build(deps): bump the ci group with 3 updates
2024-04-15 12:07:25 +03:00
dependabot[bot]
5b619d8001
build(deps): bump the ci group with 3 updates
...
Bumps the ci group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ).
Updates `docker/setup-buildx-action` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](2b51285047...d70bba72b1 )
Updates `sigstore/cosign-installer` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](e1523de757...59acb6260d )
Updates `peter-evans/create-pull-request` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](70a41aba78...c55203cfde )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-15 01:11:46 +00:00
Stefan Prodan
e573800c1b
Merge pull request #4717 from hawwwdi/main
...
Set `GOMAXPROCS` and `GOMEMLIMIT` to all Flux controllers
2024-04-12 13:43:30 +03:00
Stefan Prodan
26168b1241
Set GOMAXPROCS and GOMEMLIMIT for bootstrap
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-12 13:32:06 +03:00
Hadi Abbasi
205314e363
set GOMAXPROCS and GOMEMLIMIT vars
...
if applied, set GOMAXPROCS and GOMEMLIMIT for all controllers based on container resources which leads to reduce throttling and better performance
Signed-off-by: Hadi Abbasi <hawwwdi@gmail.com >
2024-04-11 18:45:52 +03:30
Stefan Prodan
f93da6fa76
Merge pull request #4710 from fluxcd/envsubst-cmd
...
Add `flux envsubst` command
2024-04-09 10:21:15 +03:00
Stefan Prodan
493c1fbdf9
Add flux envsubst command
...
This command can be used to replicate the behavior of the
Flux Kustomization post-build substitutions.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-08 17:54:38 +03:00
Stefan Prodan
4d86311c11
Merge pull request #4709 from fluxcd/build-diff-strict-substitute
...
Add `--strict-substitute` flag to `flux build ks` and `flux diff ks`
2024-04-08 16:56:43 +03:00
Stefan Prodan
7d52267fc4
Add --strict-substitute flag to flux build and flux diff ks commands
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-08 16:05:10 +03:00
Stefan Prodan
9e52b3ff41
Merge pull request #4706 from fluxcd/bootstrap-registry-creds
...
Add `--registry-creds` flag to bootstrap and install commands
2024-04-08 11:02:34 +03:00
Stefan Prodan
0672c8add2
Generate image pull secret at install
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-06 11:39:51 +03:00
Stefan Prodan
05903e2171
Generate image pull secret at bootstrap
...
Add an optional flag called `--registry-creds` to the bootstrap
command for generating an image pull secret for container images
stored in private registries.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-05 16:42:15 +03:00
Stefan Prodan
afa648933b
Merge pull request #4705 from fluxcd/kustomize-v5.4.0
...
Update dependencies to Kustomize v5.4.0
2024-04-05 16:30:40 +03:00
Stefan Prodan
8d11b2742f
Update dependencies to Kustomize v5.4.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-05 11:03:08 +03:00
Stefan Prodan
80c886c0cf
Merge pull request #4696 from fluxcd/dependabot/github_actions/ci-5a961a13fe
...
build(deps): bump the ci group with 12 updates
2024-04-03 11:31:40 +03:00
dependabot[bot]
f63385a43f
build(deps): bump the ci group with 12 updates
...
Bumps the ci group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout ) | `4.1.1` | `4.1.2` |
| [korthout/backport-action](https://github.com/korthout/backport-action ) | `2.4.1` | `2.5.0` |
| [Azure/login](https://github.com/azure/login ) | `1.6.1` | `2.0.0` |
| [helm/kind-action](https://github.com/helm/kind-action ) | `1.8.0` | `1.9.0` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.1.0` | `2.1.2` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) | `3.0.0` | `3.2.0` |
| [docker/login-action](https://github.com/docker/login-action ) | `3.0.0` | `3.1.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.3.0` | `4.3.1` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.15.8` | `0.15.10` |
| [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator ) | `1.9.0` | `1.10.0` |
| [EndBug/label-sync](https://github.com/endbug/label-sync ) | `2.3.2` | `2.3.3` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) | `6.0.0` | `6.0.2` |
Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](b4ffde65f4...9bb56186c3 )
Updates `korthout/backport-action` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](e8161d6a0d...ef20d86abc )
Updates `Azure/login` from 1.6.1 to 2.0.0
- [Release notes](https://github.com/azure/login/releases )
- [Commits](cb79c773a3...8c334a195c )
Updates `helm/kind-action` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](dda0770415...99576bfa6d )
Updates `google-github-actions/auth` from 2.1.0 to 2.1.2
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](5a50e58116...55bd3a7c6e )
Updates `docker/setup-buildx-action` from 3.0.0 to 3.2.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](f95db51fdd...2b51285047 )
Updates `docker/login-action` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](343f7c4344...e92390c5fb )
Updates `actions/upload-artifact` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](26f96dfa69...5d5d22a312 )
Updates `anchore/sbom-action` from 0.15.8 to 0.15.10
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](b6a39da807...ab5d7b5f48 )
Updates `slsa-framework/slsa-github-generator` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases )
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.9.0...v1.10.0 )
Updates `EndBug/label-sync` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/endbug/label-sync/releases )
- [Commits](da00f2c11f...5207415819 )
Updates `peter-evans/create-pull-request` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](b1ddad2c99...70a41aba78 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: Azure/login
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: slsa-framework/slsa-github-generator
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: EndBug/label-sync
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-03 06:31:11 +00:00
Stefan Prodan
45faebb6b3
Merge pull request #4699 from fluxcd/go1.22
...
Update dependencies to Go 1.22 and Kubernetes 1.29.3
2024-04-03 09:27:56 +03:00
Stefan Prodan
0dda09408c
Update dependencies to Go 1.22 and Kubernetes 1.29.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-04-02 19:15:44 +03:00
Stefan Prodan
c7db0c6b9f
Merge pull request #4689 from fluxcd/pin-envtest
...
Pin envtest version
2024-03-25 16:23:21 +02:00
Max Jonas Werner
f03a1d19c1
Pin envtest version
...
[This
commit](4c2442e4d7 )
causes failures to install envtest, see
https://github.com/kubernetes-sigs/controller-runtime/issues/2720 for
details.
This change pins envtest to the latest version that still works.
Signed-off-by: Max Jonas Werner <mail@makk.es >
2024-03-25 14:12:18 +01:00
Stefan Prodan
60bb4ff983
Merge pull request #4687 from carlpett/patch-1
...
Add permissions required for flow control
2024-03-25 14:55:07 +02:00
Calle Pettersson
539dfa0942
Add permissions required for flow control
...
Signed-off-by: Calle Pettersson <carlpett@users.noreply.github.com >
2024-03-25 13:03:08 +01:00
Stefan Prodan
d9e435c041
Merge pull request #4657 from fluxcd/snyk-test-all-projects
...
ci: Include all go modules in snyk testing
2024-03-14 11:57:08 +02:00
Stefan Prodan
bb4f27a070
ci: Include all go modules in snyk testing
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-03-14 11:16:20 +02:00
Stefan Prodan
35e0ba6eda
Merge pull request #4666 from fluxcd/rfc-0006-implementable
...
Mark RFC-0006 as implementable
2024-03-14 10:33:10 +02:00
Stefan Prodan
af44bae621
Mark RFC-0006 as implementable
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-03-13 20:15:10 +02:00
Stefan Prodan
30dbfa399a
Improve the RFC specifications
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-03-13 20:14:40 +02:00
Stefan Prodan
54a7132f14
Merge pull request #4534 from Nordix/RFC
...
[RFC-0006] Flux-CDEvent Receiver
2024-03-13 15:03:51 +02:00
adamkenihan
d48cbe3fcb
Create CDEvents RFC
...
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Create CDEvents RFC
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Update README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Add files via upload
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Edits to diagrams
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Update README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Add files via upload
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Update README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Improvements to rfcs/NNNN-cdevents/README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Add CDEvents Receiver RFC
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Add CDEvents Receiver RFC
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Add CDEvents Receiver RFC
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Small tweaks to cdevents RFC
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
change cdevents RFC yaml example format
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Add CDEvents Receiver RFC
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Create CDEvents RFC
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Change RFC number
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Update rfcs/0006-cdevents/README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Update README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Update rfcs/0006-cdevents/README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Update rfcs/0006-cdevents/README.md
Signed-off-by: adamkenihan <adam.kenihan@est.tech >
Co-Authored-By: Sunny <github@darkowlzz.space >
Co-Authored-By: souleb <bah.soule@gmail.com >
2024-03-13 11:24:17 +00:00
Stefan Prodan
03ee7a3c26
Merge pull request #4654 from fluxcd/cleanup-e2e
...
Remove deprecated e2e tests
2024-03-07 23:28:27 +02:00
Stefan Prodan
51b0cbfe28
Remove deprecated e2e tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-03-07 22:28:24 +02:00
Stefan Prodan
229d40cc93
Merge pull request #4629 from rishinair11/main
...
Fix a typo in `--force` flag description
2024-02-26 17:56:10 +02:00
Rishikesh Nair
1e7dc1b392
Fix a typo in --force flag description
...
Signed-off-by: Rishikesh Nair <alienware505@gmail.com >
2024-02-26 20:15:30 +05:30
Stefan Prodan
127a742db0
Merge pull request #4620 from fluxcd/arm-runners-update
...
Update Equinix ARM64 GitHub runners
2024-02-21 12:32:08 +02:00
Stefan Prodan
43437bf2d5
Update equinix runners
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-02-21 11:45:21 +02:00
Stefan Prodan
a3038865be
Merge pull request #4610 from takp/fix-typo
...
Fix typo in build.go
2024-02-19 09:38:27 +02:00
Taka Nishida
8fdfbcd251
Fix typo
...
Signed-off-by: Taka Nishida <takpme@gmail.com >
2024-02-16 16:59:48 +09:00
Stefan Prodan
2460a79026
Merge pull request #4589 from fluxcd/update-api-deps
...
Update dependencies
2024-02-05 15:17:48 +02:00
Stefan Prodan
9c06883ccf
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-02-05 14:10:09 +02:00
Stefan Prodan
b326e5616b
Merge pull request #4583 from fluxcd/update-components
...
Update toolkit components
2024-02-05 13:42:36 +02:00
fluxcdbot
a30020a6d6
Update toolkit components
...
- helm-controller to v0.37.4
https://github.com/fluxcd/helm-controller/blob/v0.37.4/CHANGELOG.md
- kustomize-controller to v1.2.2
https://github.com/fluxcd/kustomize-controller/blob/v1.2.2/CHANGELOG.md
- source-controller to v1.2.4
https://github.com/fluxcd/source-controller/blob/v1.2.4/CHANGELOG.md
- notification-controller to v1.2.4
https://github.com/fluxcd/notification-controller/blob/v1.2.4/CHANGELOG.md
- image-reflector-controller to v0.31.2
https://github.com/fluxcd/image-reflector-controller/blob/v0.31.2/CHANGELOG.md
- image-automation-controller to v0.37.1
https://github.com/fluxcd/image-automation-controller/blob/v0.37.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2024-02-05 09:19:05 +00:00
Stefan Prodan
dfdfe45b5b
Merge pull request #4585 from fluxcd/dependabot/github_actions/ci-2e27c022f1
...
build(deps): bump the ci group with 3 updates
2024-02-05 11:18:26 +02:00
dependabot[bot]
976f40b642
build(deps): bump the ci group with 3 updates
...
Bumps the ci group with 3 updates: [anchore/sbom-action](https://github.com/anchore/sbom-action ), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ).
Updates `anchore/sbom-action` from 0.15.5 to 0.15.8
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](24b0d52385...b6a39da807 )
Updates `sigstore/cosign-installer` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](9614fae9e5...e1523de757 )
Updates `peter-evans/create-pull-request` from 5.0.2 to 6.0.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](153407881e...b1ddad2c99 )
---
updated-dependencies:
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-05 00:56:55 +00:00
Stefan Prodan
adb77740b5
Merge pull request #4575 from fluxcd/k8s-v1.28.6
...
Update dependencies to Kubernetes v1.28.6
2024-01-30 14:33:56 +02:00
Stefan Prodan
5e14014e37
Update dependencies to Kubernetes v1.28.6
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2024-01-30 14:07:35 +02:00
Stefan Prodan
475bcb63b5
Merge pull request #4573 from fluxcd/dependabot/github_actions/ci-6b7665cf80
...
build(deps): bump the ci group with 5 updates
2024-01-29 09:26:15 +02:00
dependabot[bot]
cccb044dd1
build(deps): bump the ci group with 5 updates
...
Bumps the ci group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [korthout/backport-action](https://github.com/korthout/backport-action ) | `2.3.0` | `2.4.1` |
| [google-github-actions/auth](https://github.com/google-github-actions/auth ) | `2.0.1` | `2.1.0` |
| [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) | `2.0.1` | `2.1.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.2.0` | `4.3.0` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action ) | `0.15.4` | `0.15.5` |
Updates `korthout/backport-action` from 2.3.0 to 2.4.1
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](addffea45a...e8161d6a0d )
Updates `google-github-actions/auth` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](f6de81663f...5a50e58116 )
Updates `google-github-actions/setup-gcloud` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](5a5f7b85fc...98ddc00a17 )
Updates `actions/upload-artifact` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](694cdabd8b...26f96dfa69 )
Updates `anchore/sbom-action` from 0.15.4 to 0.15.5
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](41f7a6c033...24b0d52385 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
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
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-29 00:32:12 +00:00
Stefan Prodan
cdbad4d946
Merge pull request #4558 from twinguy/detect-bad-args-check-command
...
`flux check` should error on unrecognised args
2024-01-26 08:24:13 +02:00
Kenny Meador
933cf9db02
detect unexpected args on flux check command
...
Signed-off-by: Kenny Meador <kenny.meador@outlook.com >
2024-01-26 00:25:40 +02:00
Stefan Prodan
40bf47f41a
Merge pull request #4557 from twinguy/main
...
`flux stats` should error on unrecognised args
2024-01-23 09:01:00 +02:00
Kenny Meador
1a0d931ab5
detect unexpected args in flux stats command
...
Signed-off-by: Kenny Meador <kenny.meador@outlook.com >
2024-01-22 19:50:51 -06:00
Stefan Prodan
779156cf9a
Merge pull request #4554 from fluxcd/dependabot/github_actions/ci-e03874c51b
...
build(deps): bump the ci group with 3 updates
2024-01-22 10:12:47 +02:00
dependabot[bot]
2726da5b85
build(deps): bump the ci group with 3 updates
...
Bumps the ci group with 3 updates: [Azure/login](https://github.com/azure/login ), [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `Azure/login` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/azure/login/releases )
- [Commits](e15b166166...cb79c773a3 )
Updates `actions/upload-artifact` from 4.1.0 to 4.2.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](1eb3cb2b3e...694cdabd8b )
Updates `anchore/sbom-action` from 0.15.3 to 0.15.4
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](c7f031d924...41f7a6c033 )
---
updated-dependencies:
- dependency-name: Azure/login
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/upload-artifact
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
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-22 08:01:30 +00:00
Stefan Prodan
09b157d74c
Merge pull request #4553 from twinguy/main
...
Properly detect unexpected arguments during uninstall
2024-01-22 09:22:58 +02:00
Kenny Meador
145fd1c2f2
Properly detect unexpected arguments
...
Signed-off-by: Kenny Meador <kenny.meador@outlook.com >
2024-01-21 13:06:59 -06:00
Max Jonas Werner
33e9a89305
Merge pull request #4537 from fluxcd/dependabot/go_modules/tests/integration/github.com/cloudflare/circl-1.3.7
...
build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 in /tests/integration
2024-01-17 15:07:28 +01:00
dependabot[bot]
417e3d02d1
build(deps): bump github.com/cloudflare/circl in /tests/integration
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.6...v1.3.7 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-17 11:08:38 +00:00
Stefan Prodan
ba555de7da
Merge pull request #4536 from fluxcd/dependabot/go_modules/tests/azure/github.com/cloudflare/circl-1.3.7
...
build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 in /tests/azure
2024-01-17 13:06:57 +02:00
dependabot[bot]
83450ab1d2
build(deps): bump github.com/cloudflare/circl in /tests/azure
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.6...v1.3.7 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-17 09:56:13 +00:00
Stefan Prodan
1296b4d16b
Merge pull request #4545 from fluxcd/dependabot/github_actions/ci-bab66fc3c5
...
build(deps): bump the ci group with 4 updates
2024-01-15 09:33:03 +02:00
dependabot[bot]
2924af5074
build(deps): bump the ci group with 4 updates
...
Bumps the ci group with 4 updates: [Azure/login](https://github.com/azure/login ), [google-github-actions/auth](https://github.com/google-github-actions/auth ), [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `Azure/login` from 1.5.1 to 1.6.0
- [Release notes](https://github.com/azure/login/releases )
- [Commits](de95379fe4...e15b166166 )
Updates `google-github-actions/auth` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](67e9c72af6...f6de81663f )
Updates `actions/upload-artifact` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](c7d193f32e...1eb3cb2b3e )
Updates `anchore/sbom-action` from 0.15.2 to 0.15.3
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](719133684c...c7f031d924 )
---
updated-dependencies:
- dependency-name: Azure/login
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: actions/upload-artifact
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
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-15 01:25:22 +00:00
Sunny
2a8492a053
Merge pull request #4533 from fluxcd/int-test-destroy-only
...
tests/int: Add separate resource cleanup step
2024-01-10 19:38:07 +05:30
Sunny
94c9b13fbd
tests/int: Add separate resource cleanup step
...
Introduce a destroy-only mode in the test runner to run terraform
destroy for the respective cloud provider configurations. This can be
used to destroy cloud resources without going through the whole
provision-test process.
Add a new step in github actions workflow to run the test binary in
destoy-only mode at the very end irrespective of the result of the
previous steps. This ensures that the infrastructure is always
destroyed, even if the CI job is cancelled.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2024-01-09 03:22:13 +05:30
Stefan Prodan
1532687191
Merge pull request #4535 from fluxcd/dependabot/go_modules/github.com/cloudflare/circl-1.3.7
...
build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7
2024-01-08 19:08:58 +02:00
dependabot[bot]
128301199d
build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7
...
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl ) from 1.3.6 to 1.3.7.
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.3.6...v1.3.7 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 16:54:04 +00:00
Max Jonas Werner
fbce734ab6
Merge pull request #4531 from fluxcd/dependabot/github_actions/ci-c6e395c8d6
...
build(deps): bump the ci group with 2 updates
2024-01-08 08:44:32 +01:00
dependabot[bot]
3294c7c008
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) and [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `google-github-actions/setup-gcloud` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](825196879a...5a5f7b85fc )
Updates `anchore/sbom-action` from 0.15.1 to 0.15.2
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](5ecf649a41...719133684c )
---
updated-dependencies:
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 00:57:55 +00:00
Hidde Beydals
20fbcfadac
Merge pull request #4505 from fluxcd/update-hc-tests
...
Update helm-controller to v0.37.2 in tests
2023-12-19 18:26:43 +01:00
Hidde Beydals
4b0cda68b1
Update helm-controller to v0.37.2 in tests
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-12-19 18:10:05 +01:00
Hidde Beydals
b91a185641
Merge pull request #4501 from fluxcd/update-components
...
Update toolkit components
2023-12-19 18:03:28 +01:00
fluxcdbot
954e682da8
Update toolkit components
...
- helm-controller to v0.37.2
https://github.com/fluxcd/helm-controller/blob/v0.37.2/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-12-19 16:47:53 +00:00
Hidde Beydals
3f3009e507
Merge pull request #4499 from stuebingerb/stuebingerb-patch-1
...
Fix typo in Git bootstrap
2023-12-19 17:47:14 +01:00
Stuebinger, Bernd
b93d4a4a17
Fix typo in bootstrap_plain_git.go
...
Signed-off-by: Bernd Stübinger <41049452+stuebingerb@users.noreply.github.com >
2023-12-19 17:34:12 +01:00
Hidde Beydals
d321644e30
Merge pull request #4491 from fluxcd/dependabot/github_actions/ci-d8391f5813
...
build(deps): bump the ci group with 3 updates
2023-12-19 17:33:43 +01:00
dependabot[bot]
4f20be427e
build(deps): bump the ci group with 3 updates
...
Bumps the ci group with 3 updates: [korthout/backport-action](https://github.com/korthout/backport-action ), [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ).
Updates `korthout/backport-action` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](b982d297e3...addffea45a )
Updates `actions/upload-artifact` from 3.1.3 to 4.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](a8a3f3ad30...c7d193f32e )
Updates `sigstore/cosign-installer` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](1fc5bd396d...9614fae9e5 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-19 08:52:20 +00:00
Hidde Beydals
b4b0eee142
Merge pull request #4494 from fluxcd/dependabot/go_modules/golang.org/x/crypto-0.17.0
...
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
2023-12-19 09:48:18 +01:00
dependabot[bot]
2935bea6a2
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-19 08:43:01 +00:00
Hidde Beydals
2bf80d8644
Merge pull request #4495 from fluxcd/dependabot/go_modules/tests/integration/golang.org/x/crypto-0.17.0
...
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /tests/integration
2023-12-19 09:41:33 +01:00
dependabot[bot]
284dfc05c6
build(deps): bump golang.org/x/crypto in /tests/integration
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-19 08:40:35 +00:00
Hidde Beydals
4a97a13300
Merge pull request #4493 from fluxcd/dependabot/go_modules/tests/azure/golang.org/x/crypto-0.17.0
...
build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 in /tests/azure
2023-12-19 09:37:55 +01:00
dependabot[bot]
9db8c4a990
build(deps): bump golang.org/x/crypto in /tests/azure
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-19 00:08:30 +00:00
Hidde Beydals
eafbb753da
Merge pull request #4488 from fluxcd/update-test-deps
...
tests: update API dependencies
2023-12-15 11:07:22 +01:00
Hidde Beydals
0e75d96911
tests: update API dependencies
...
- github.com/fluxcd/helm-controller/api to v0.37.1
- github.com/fluxcd/kustomize-controller/api to v1.2.1
- github.com/fluxcd/notification-controller/api to v1.2.3
- github.com/fluxcd/source-controller/api to v1.2.3
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-12-15 10:47:02 +01:00
Hidde Beydals
3ae3327a13
Merge pull request #4483 from fluxcd/update-components
...
Update toolkit components
2023-12-15 10:18:20 +01:00
fluxcdbot
9ec8e717ae
Update toolkit components
...
- helm-controller to v0.37.1
https://github.com/fluxcd/helm-controller/blob/v0.37.1/CHANGELOG.md
- kustomize-controller to v1.2.1
https://github.com/fluxcd/kustomize-controller/blob/v1.2.1/CHANGELOG.md
- source-controller to v1.2.3
https://github.com/fluxcd/source-controller/blob/v1.2.3/CHANGELOG.md
- notification-controller to v1.2.3
https://github.com/fluxcd/notification-controller/blob/v1.2.3/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-12-15 09:07:50 +00:00
Stefan Prodan
a995989961
Merge pull request #4484 from fluxcd/e2e-k8s-1.29.0
...
Run conformance tests for Kubernetes v1.29.0
2023-12-14 22:18:18 +02:00
Stefan Prodan
0cf855f16f
Run conformance tests for Kubernetes v1.29.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-14 21:49:26 +02:00
Stefan Prodan
88f973fc56
Merge pull request #4481 from hoexter/reconcile-reset-help-update
...
Remove duplicate part of the reconcile hr --reset help message
2023-12-14 12:29:39 +02:00
Sven Hoexter
59e5f4c887
Remove duplicate part of the reconcile hr --reset help message
...
Signed-off-by: Sven Hoexter <sven@stormbind.net >
2023-12-14 11:14:22 +01:00
Stefan Prodan
e0181209c9
Merge pull request #4478 from fluxcd/rm-deprecated-monitoring
...
Remove deprecated monitoring configs
2023-12-13 17:32:41 +02:00
Stefan Prodan
056189265b
Remove deprecated monitoring from e2e
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-13 17:22:03 +02:00
Stefan Prodan
36adfff99e
Remove deprecated monitoring configs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-13 17:08:12 +02:00
Hidde Beydals
6c45df8c46
Merge pull request #4476 from fluxcd/fix-no-match-err
...
Properly detect unsupported API errors
2023-12-13 13:26:22 +01:00
Hidde Beydals
bf6754e20c
Properly detect unsupported API errors
...
This can happen when Custom Resource Definitions do not exist on the
cluster. For example, because only a subset of the Flux controllers are
installed on the cluster.
Previously, the detection was based on a combination of error type and
string matching. However, a more reliable (and maintained)
`apimeta.IsNoMatchError` checker is available upstream. Making it less
likely this suddenly stops to matching properly when Kubernetes changes
things.
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-12-13 13:16:18 +01:00
Hidde Beydals
bae59fde6a
Merge pull request #4468 from fluxcd/2.2.x-backport-label
...
Add 2.2.x backport label
2023-12-12 17:16:54 +01:00
Hidde Beydals
5ede32b327
Add 2.2.x backport label
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-12-12 17:11:22 +01:00
Stefan Prodan
53ad742e2d
Merge pull request #4467 from fluxcd/drop-kube-eol
...
Drop support for Kubernetes EOL versions
2023-12-12 15:22:36 +01:00
Stefan Prodan
c22d8f28f9
Drop support for Kubernetes EOL versions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 16:09:54 +02:00
Stefan Prodan
4c905310c0
Merge pull request #4464 from souleb/update-go-git-provider
...
updating go-git-providers to v0.19.2
2023-12-12 12:38:12 +01:00
Soule BA
4cb756bfb0
updating go-git-providers to v0.19.2
...
Signed-off-by: Soule BA <soule@weave.works >
2023-12-12 12:23:07 +01:00
Stefan Prodan
b0629d74b1
Merge pull request #4317 from Jaykul/fix-commit-log
...
Correct "sync" to "component" in log lines
2023-12-12 12:18:41 +01:00
Joel Bennett
cdcf332491
Correct "sync" to "component" in log lines
...
Signed-off-by: Joel Bennett <Jaykul@HuddledMasses.org >
2023-12-12 12:01:14 +01:00
Stefan Prodan
7b56fffcc9
Merge pull request #4465 from fluxcd/alpine-3.19
...
build: Update alpine and kubectl in flux-cli image
2023-12-12 11:38:44 +01:00
Stefan Prodan
04cc1278fb
Update alpine and kubectl in flux-cli image
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 12:27:32 +02:00
Stefan Prodan
b0c697d2ac
Merge pull request #4437 from fluxcd/hr-force-reset
...
Add force and reset flags to `flux reconcile hr`
2023-12-12 11:22:56 +01:00
Stefan Prodan
2b653f9cfa
Use IsObjectNamespaced from controller-runtime
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 11:55:35 +02:00
Stefan Prodan
b4f5d121c8
Update tests to HelmRelease v2beta2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 11:40:16 +02:00
Stefan Prodan
afcf12194d
Adapt tree command to HelmRelease v2beta2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 11:25:12 +02:00
Stefan Prodan
437a943677
Update HelmRelease to v2beta2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 11:08:30 +02:00
Stefan Prodan
bed6efa671
Add force and reset flags to flux reconcile hr
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 11:00:49 +02:00
Hidde Beydals
7cf04515d5
Merge pull request #4461 from fluxcd/update-components
...
Update toolkit components
2023-12-12 09:55:30 +01:00
Hidde Beydals
eeaffd5c0e
Update HelmRelease golden file with new message
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-12-12 09:40:44 +01:00
fluxcdbot
43c9cfc52f
Update toolkit components
...
- helm-controller to v0.37.0
https://github.com/fluxcd/helm-controller/blob/v0.37.0/CHANGELOG.md
- kustomize-controller to v1.2.0
https://github.com/fluxcd/kustomize-controller/blob/v1.2.0/CHANGELOG.md
- source-controller to v1.2.2
https://github.com/fluxcd/source-controller/blob/v1.2.2/CHANGELOG.md
- notification-controller to v1.2.2
https://github.com/fluxcd/notification-controller/blob/v1.2.2/CHANGELOG.md
- image-reflector-controller to v0.31.1
https://github.com/fluxcd/image-reflector-controller/blob/v0.31.1/CHANGELOG.md
- image-automation-controller to v0.37.0
https://github.com/fluxcd/image-automation-controller/blob/v0.37.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-12-12 08:12:44 +00:00
Stefan Prodan
03b76aa0d1
Merge pull request #4463 from fluxcd/go-git-v5.11.0
...
Update Git dependencies
2023-12-12 08:56:32 +01:00
Stefan Prodan
8ce8b1b690
Update Git dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-12-12 09:26:11 +02:00
Stefan Prodan
b742799307
Merge pull request #4460 from fluxcd/dependabot/github_actions/ci-4046e4e628
...
build(deps): bump the ci group with 4 updates
2023-12-11 08:43:28 +01:00
dependabot[bot]
3abc829250
build(deps): bump the ci group with 4 updates
...
Bumps the ci group with 4 updates: [korthout/backport-action](https://github.com/korthout/backport-action ), [actions/setup-go](https://github.com/actions/setup-go ), [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud ) and [anchore/sbom-action](https://github.com/anchore/sbom-action ).
Updates `korthout/backport-action` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](08bafb375e...b982d297e3 )
Updates `actions/setup-go` from 4.1.0 to 5.0.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](93397bea11...0c52d547c9 )
Updates `google-github-actions/setup-gcloud` from 1.1.1 to 2.0.0
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases )
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md )
- [Commits](e30db14379...825196879a )
Updates `anchore/sbom-action` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](fd74a6fb98...5ecf649a41 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: google-github-actions/setup-gcloud
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-11 01:03:57 +00:00
Sunny
92486b70be
Merge pull request #4433 from fluxcd/helm-oci-static-rfc
...
Update Helm OCI RFC - static HelmRepository design
2023-12-08 22:13:20 +05:30
Sunny
1e37cbeae7
Update Helm OCI RFC - static HelmRepository design
...
Update the design details to reflect the design change to make the
HelmRepository of type OCI static.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-12-08 21:46:05 +05:30
Sunny
0e7dedc728
Merge pull request #4298 from fluxcd/no-reconcile-ready-static
...
Add support for HelmRepo OCI and NC v1beta3 static objects
2023-12-08 21:32:27 +05:30
Sunny
2649bfb3a3
tests/int: do not wait for static objects
...
HelmRepo OCI, Alerts and Providers are static objects and don't need to
be checked for readiness.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-12-08 21:16:54 +05:30
Sunny
e901e8b6f8
Update all the references of NC v1beta2 to v1beta3
...
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-12-08 21:16:54 +05:30
Sunny
b28b5dd9b9
non-reconciliable & readiness of static objects
...
Remove reconcile subcommand for static object APIs Alerts and Providers.
Add a isStatic() method on all the object adapters to determine if
they are static and don't have reconciler. The objects that don't
have reconcilers are skipped from reconciliation and readiness
checks like HelmRepository of type OCI.
Add default ready message for `get` subcommand output for static
objects, Alerts, Providers and HelmRepositories of type OCI, as ready
message can't be derived for them from their status.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-12-08 21:15:20 +05:30
Sunny
6135c326d8
Merge pull request #4311 from fluxcd/kstatus-readiness
...
Check readiness of Flux kinds using kstatus
2023-12-08 20:29:16 +05:30
Sunny
05c13fe35a
check readiness using kstatus
...
This change replaces all the many functions and ways of calculating
readiness of objects into one unified way that uses kstatus.Compute() to
check if the object is in progress or current. Only the objects that are
current are considered to be ready. This takes advantage of the kstatus
compatibility of Flux's APIs and also makes sure that they remain
kstatus compatible.
The new isObjectReady() function is also aware of static/statusless
objects and knows how to check their readiness using kstatus. This
prepares the CLI for the upcoming static API objects.
All the is*Ready() functions for specific objects have been removed.
This change doesn't affect any of the existing tests results.
Introduce suspend and resume subcommands for alert-provider.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-12-08 19:47:12 +05:30
Sunny
8e3a809e91
Merge pull request #4422 from somtochiama/fix-bootstrap-failed
...
bootstrap: More details for `context deadline exceeded` error
2023-12-08 19:10:44 +05:30
Somtochi Onyekwere
2289c6cc60
bootstrap: provide better error message on timeout
...
Check GitRepository and return Ready condition message as part of error
on timeout.
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-12-08 19:00:01 +05:30
Sunny
b6447800a7
Merge pull request #4454 from fluxcd/update-components
...
Update toolkit components
2023-12-08 18:59:36 +05:30
fluxcdbot
e4747b55c7
Update toolkit components
...
- source-controller to v1.2.1
https://github.com/fluxcd/source-controller/blob/v1.2.1/CHANGELOG.md
- notification-controller to v1.2.1
https://github.com/fluxcd/notification-controller/blob/v1.2.1/CHANGELOG.md
- image-reflector-controller to v0.31.0
https://github.com/fluxcd/image-reflector-controller/blob/v0.31.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-12-08 13:02:54 +00:00
Max Jonas Werner
3c06ebcda2
Merge pull request #4455 from chewong/bootstrap-typo
...
Fix typos in flux bootstrap documentation
2023-12-08 12:04:10 +01:00
Ernest Wong
5685afb9d5
Fix typos in flux bootstrap documentation
...
Signed-off-by: Ernest Wong <chwong719@gmail.com >
2023-12-07 13:03:12 -08:00
Sunny
3da7e1ce2d
Merge pull request #4424 from somtochiama/version-check
...
Show distribution name in flux check and flux version
2023-12-06 20:13:11 +05:30
Somtochi Onyekwere
fd163ddcf2
show cluster instance name and version in flux check and flux version
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-12-06 15:21:55 +01:00
Stefan Prodan
62ac960273
Merge pull request #4447 from fluxcd/dependabot/github_actions/ci-10ada1b5dc
...
build(deps): bump the ci group with 4 updates
2023-12-04 08:33:10 +02:00
dependabot[bot]
daa25a9a30
build(deps): bump the ci group with 4 updates
...
Bumps the ci group with 4 updates: [Azure/login](https://github.com/azure/login ), [google-github-actions/auth](https://github.com/google-github-actions/auth ), [anchore/sbom-action](https://github.com/anchore/sbom-action ) and [fossa-contrib/fossa-action](https://github.com/fossa-contrib/fossa-action ).
Updates `Azure/login` from 1.4.7 to 1.5.1
- [Release notes](https://github.com/azure/login/releases )
- [Commits](92a5484dfa...de95379fe4 )
Updates `google-github-actions/auth` from 1.1.1 to 2.0.0
- [Release notes](https://github.com/google-github-actions/auth/releases )
- [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md )
- [Commits](35b0e87d16...67e9c72af6 )
Updates `anchore/sbom-action` from 0.14.3 to 0.15.0
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](78fc58e266...fd74a6fb98 )
Updates `fossa-contrib/fossa-action` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/fossa-contrib/fossa-action/releases )
- [Changelog](https://github.com/fossa-contrib/fossa-action/blob/master/CHANGELOG.md )
- [Commits](6728dc6fe9...cdc5065bcd )
---
updated-dependencies:
- dependency-name: Azure/login
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: google-github-actions/auth
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: fossa-contrib/fossa-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-04 01:15:12 +00:00
Max Jonas Werner
f20fe76168
Merge pull request #4404 from VinGarcia/main
...
Fix flux install command so it returns an error when unexpected arguments are passed
2023-11-27 18:19:10 +01:00
Vinícius Garcia
b596aefb91
Fix flux install command so it returns an error when unexpected arguments are passed
...
Co-authored-by: Max Jonas Werner <makkes@users.noreply.github.com >
Signed-off-by: Vinícius Garcia <vingarcia00@gmail.com >
2023-11-27 13:02:14 -03:00
Stefan Prodan
c5b5263b1b
Merge pull request #4388 from fluxcd/rfc-0003-keyless-match
...
[RFC-0003] OIDC identity matching for keyless verification
2023-11-23 13:05:45 +02:00
Stefan Prodan
765ebbacfe
OIDC identity matching for keyless verification
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-11-23 10:56:30 +02:00
Stefan Prodan
2fb132bdc5
Merge pull request #4416 from fluxcd/kube-1.28
...
Update dependencies to Kubernetes v1.28
2023-11-20 17:02:37 +02:00
Stefan Prodan
80efd29ec0
Update dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-11-20 15:27:46 +02:00
Stefan Prodan
4cb89adec4
Merge pull request #4409 from somtochiama/flux-events
...
Make events cmd work well with lowercased and only kind selector
2023-11-20 15:01:23 +02:00
Somtochi Onyekwere
aca461912c
make flux events work with lowercased kinds
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-11-17 02:25:17 +01:00
Max Jonas Werner
e645402ced
Merge pull request #4402 from mclarke47/patch-1
...
fix build_artifact.go typo
2023-11-15 08:44:54 +01:00
Matthew Clarke
e184ef2618
fix build_artifact.go typo
...
Signed-off-by: Matthew Clarke <matthewclarke47@gmail.com >
2023-11-14 15:02:54 -05:00
Max Jonas Werner
0fcda45659
Merge pull request #4399 from fluxcd/dependabot/github_actions/ci-da8bbba46e
...
build(deps): bump the ci group with 2 updates
2023-11-13 08:53:20 +01:00
dependabot[bot]
c5dd6a18fa
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action ) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ).
Updates `korthout/backport-action` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](cb79e4e5f4...08bafb375e )
Updates `sigstore/cosign-installer` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](11086d2504...1fc5bd396d )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-13 01:09:39 +00:00
Hidde Beydals
3c8072d0e6
Merge pull request #4380 from fluxcd/tweak-file-perms
...
Tweak permissions on created files
2023-11-06 12:49:01 +01:00
Hidde Beydals
cbccb8c46a
Update fluxcd/pkg dependencies
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-11-06 12:33:39 +01:00
Hidde Beydals
e73d1acb20
Tweak permissions on created files
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-11-06 12:33:38 +01:00
Max Jonas Werner
1b239fbc82
Merge pull request #4385 from fluxcd/dependabot/github_actions/ci-f6b2bf3fcc
...
build(deps): bump the ci group with 2 updates
2023-11-06 07:45:15 +01:00
dependabot[bot]
0ad4db9f82
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action ) and [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform ).
Updates `korthout/backport-action` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](408fae11ed...cb79e4e5f4 )
Updates `hashicorp/setup-terraform` from 2.0.3 to 3.0.0
- [Release notes](https://github.com/hashicorp/setup-terraform/releases )
- [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md )
- [Commits](633666f66e...a1502cd9e7 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: hashicorp/setup-terraform
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-06 00:39:04 +00:00
Sunny
659ce798c9
Merge pull request #4382 from fluxcd/int-test-stop-exit-code
...
tests/int: Set exit code 1 on tf destroy fail
2023-11-04 16:34:39 +05:30
Sunny
6dd0cbfadd
tests/int: Set exit code 1 on tf destroy fail
...
Explicitly set the test program exit code to 1 when terraform destroy
fails to delete the infrastructure.
This was observed when GKE clusters failed to delete due to delete
protection enabled by default in the latest version of terraform
provider google.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-11-04 00:16:54 +05:30
Max Jonas Werner
e7c015d24c
Merge pull request #4270 from Azhovan/jabar/add-gitea-bootstrapper
...
feat: add bootstrap gitea command
2023-11-01 16:12:42 +01:00
Jabar Asadi
dcbca6b1bf
feat: add gitea bootstrapper
...
Signed-off-by: Jabar Asadi <jasadi@d2iq.com >
2023-11-01 15:46:42 +01:00
Stefan Prodan
28971edc07
Merge pull request #4355 from somtochiama/safe-bootstrap
...
Confirm before overriding installation by another manager
2023-11-01 13:09:12 +02:00
Somtochi Onyekwere
9cd4a7215f
Display better uninstall prompt if flux is managed by a different tool
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-11-01 11:36:57 +01:00
Somtochi Onyekwere
2f15ad972b
confirm before overriding installation by another manager
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-11-01 11:36:13 +01:00
Stefan Prodan
10cddb457f
Merge pull request #4370 from fluxcd/dependabot/go_modules/tests/integration/github.com/docker/docker-24.0.7incompatible
...
build(deps): bump github.com/docker/docker from 23.0.3+incompatible to 24.0.7+incompatible in /tests/integration
2023-10-30 23:06:19 +02:00
dependabot[bot]
7771107e4d
build(deps): bump github.com/docker/docker in /tests/integration
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 23.0.3+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v23.0.3...v24.0.7 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-30 17:12:00 +00:00
Stefan Prodan
5879d8575a
Merge pull request #4369 from fluxcd/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible
...
build(deps): bump github.com/docker/docker from 24.0.0+incompatible to 24.0.7+incompatible
2023-10-30 18:01:52 +02:00
dependabot[bot]
80810bdc0f
build(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.0+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.0...v24.0.7 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-30 15:44:06 +00:00
Max Jonas Werner
e3605acc13
Merge pull request #4366 from fluxcd/dependabot/github_actions/ci-fa2bfd4781
...
build(deps): bump the ci group with 2 updates
2023-10-30 09:00:07 +01:00
dependabot[bot]
cbce9b5e26
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action ) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action ).
Updates `korthout/backport-action` from 1.4.0 to 2.0.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](bd68141f07...408fae11ed )
Updates `ossf/scorecard-action` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](483ef80eb9...0864cf1902 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-30 00:09:02 +00:00
Stefan Prodan
1ff76bd4a5
Merge pull request #4358 from fluxcd/dependabot/go_modules/tests/integration/google.golang.org/grpc-1.56.3
...
build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /tests/integration
2023-10-26 08:19:32 +03:00
dependabot[bot]
920fea7d1b
build(deps): bump google.golang.org/grpc in /tests/integration
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.55.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-25 22:41:32 +00:00
Stefan Prodan
adc04651cf
Merge pull request #4345 from somtochiama/safe-bootstrap
...
Prevent `flux install` from overriding bootrapped cluster
2023-10-23 17:01:05 +03:00
Somtochi Onyekwere
0eba9662e6
prevent flux install from overriding bootrapped cluster
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-10-23 14:39:43 +01:00
Max Jonas Werner
7949135a74
Merge pull request #4351 from fluxcd/dependabot/github_actions/ci-16ff15100a
...
build(deps): bump the ci group with 1 update
2023-10-23 09:06:52 +02:00
dependabot[bot]
025fe9ced1
build(deps): bump the ci group with 1 update
...
Bumps the ci group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8ade135a41...b4ffde65f4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-23 00:19:31 +00:00
Hidde Beydals
5f1fe306bb
Merge pull request #4329 from fluxcd/tidy-nits
...
Address various issues throughout code base
2023-10-17 14:24:37 +02:00
Hidde Beydals
f137263fe9
misc: clean up immediately and avoid delayed defer
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:11 +02:00
Hidde Beydals
ba1180ad4d
misc: fix hypothetical implicit memory aliasing
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:10 +02:00
Hidde Beydals
e3f6f0f8b3
misc: sinceSeconds -> sinceDuration
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:10 +02:00
Hidde Beydals
f5d3283cff
misc: remove unused bits of code
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:09 +02:00
Hidde Beydals
3fdb292381
misc: address wait.PollImmediate deprecation
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:09 +02:00
Hidde Beydals
22134b1233
misc: use errors.As instead of type checking
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:08 +02:00
Hidde Beydals
ce3e264c7d
misc: unconditional strings.TrimPrefix
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:07 +02:00
Hidde Beydals
5b22207c98
misc: address kustomize/api/filesys deprecation
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:07 +02:00
Hidde Beydals
3278a0782f
misc: simplify row append
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:06 +02:00
Hidde Beydals
43c2359705
misc: address double import
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:05 +02:00
Hidde Beydals
a2a3b4f00f
misc: use raw string for regex to avoid double esc
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:03 +02:00
Hidde Beydals
3c495861a1
misc: address unnecessary use of fmt.Sprintf
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:02 +02:00
Hidde Beydals
b67a46371b
misc: handle undhandled error
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:08:00 +02:00
Hidde Beydals
16d352b15b
misc: address strings.Title deprecation
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-10-17 14:07:58 +02:00
Stefan Prodan
ac95ac0653
Merge pull request #4332 from matheuscscp/oci-verify-secret
...
Add CLI flags for OCIRepository signature verification
2023-10-17 14:53:20 +03:00
Matheus Pimenta
840e717b72
Add CLI flag for OCIRepo verify secret
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2023-10-17 12:36:35 +01:00
Stefan Prodan
ae0c3c8020
Merge pull request #4284 from errordeveloper/pull-any-artifact
...
Make `flux pull` work for OCI artifacts produced by other tools
2023-10-12 16:14:35 +03:00
Ilya Dmitrichenko
b46e298b4d
Print artifact source and revision only when available
...
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com >
2023-10-12 16:00:57 +03:00
Ilya Dmitrichenko
e9d4b42b12
Upgrade github.com/fluxcd/pkg/oci
...
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com >
2023-10-12 16:00:57 +03:00
Hidde Beydals
771b7ab98a
Merge pull request #4296 from Skarlso/fix-apply-timeout-on-empty-set
...
fix: only wait for changeset if the result is not empty
2023-10-12 14:12:01 +02:00
Gergely Brautigam
a51ede681f
fix: only wait for changeset if the result is not empty
...
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com >
2023-10-12 13:54:49 +02:00
Stefan Prodan
be03ca3b5d
Merge pull request #4324 from somtochiama/update-ggp
...
bootstrap: Fix error msg when the Git token doesn't match the repo owner
2023-10-12 14:03:32 +03:00
Somtochi Onyekwere
08cb3858ed
Update go-git-providers to v0.19.1
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-10-12 11:48:05 +01:00
Stefan Prodan
39d4270f32
Merge pull request #4323 from fluxcd/update-e2e-deps
...
e2e: Update Go dependencies
2023-10-12 10:03:44 +03:00
Stefan Prodan
42372d9ef6
e2e: Update Go dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-10-12 09:43:46 +03:00
Stefan Prodan
e9aa53d2ed
Merge pull request #4318 from fluxcd/dependabot/go_modules/golang.org/x/net-0.17.0
...
build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
2023-10-12 09:25:18 +03:00
dependabot[bot]
8f7ed74913
build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-11 23:12:22 +00:00
Stefan Prodan
2c090dbdf6
Merge pull request #4313 from fluxcd/update-components
...
Update toolkit components
2023-10-11 18:23:57 +03:00
fluxcdbot
084fb6318d
Update toolkit components
...
- helm-controller to v0.36.2
https://github.com/fluxcd/helm-controller/blob/v0.36.2/CHANGELOG.md
- kustomize-controller to v1.1.1
https://github.com/fluxcd/kustomize-controller/blob/v1.1.1/CHANGELOG.md
- source-controller to v1.1.2
https://github.com/fluxcd/source-controller/blob/v1.1.2/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-10-11 14:02:03 +00:00
Max Jonas Werner
1daa7a8aa4
Merge pull request #4308 from fluxcd/dependabot/github_actions/ci-2f3aab97f7
...
build(deps): bump the ci group with 1 update
2023-10-09 16:40:44 +02:00
dependabot[bot]
cf78e029aa
build(deps): bump the ci group with 1 update
...
Bumps the ci group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action ).
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](08b4669551...483ef80eb9 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-09 00:47:36 +00:00
Stefan Prodan
a337a7ec73
Merge pull request #4285 from matheuscscp/slsa
...
Add badge for SLSA Level 3
2023-09-27 14:56:40 +03:00
Matheus Pimenta
630ca340dd
Add badge for SLSA Level 3
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2023-09-27 12:41:35 +01:00
Max Jonas Werner
e12839567e
Merge pull request #4279 from fluxcd/dependabot/github_actions/ci-663ed1f0b6
...
build(deps): bump the ci group with 1 update
2023-09-25 17:23:03 +02:00
dependabot[bot]
524a729f5d
build(deps): bump the ci group with 1 update
...
Bumps the ci group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](3df4ab11eb...8ade135a41 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-25 00:39:21 +00:00
Hidde Beydals
d3eacd4c20
Merge pull request #4228 from sonbui00/fix-4224
...
Improve AUR package templates
2023-09-19 12:44:34 +02:00
Son Bui
f9e7190a04
Improve AUR package templates
...
- remove armv6h #4224
- unique source name #4224
- improve pkgver/_srcver #4224
- fix source name in .SRCINFO
Signed-off-by: Son Bui <sonbv00@gmail.com >
2023-09-19 12:23:27 +02:00
Hidde Beydals
15a63e3f2e
Merge pull request #4255 from fluxcd/update-azure-test-deps
...
tests/azure: update controller dependencies
2023-09-19 11:33:11 +02:00
Hidde Beydals
1cba3e4476
tests/azure: update controller dependencies
...
- github.com/fluxcd/helm-controller/api to v0.36.1
- github.com/fluxcd/image-automation-controller/api to v0.36.1
- github.com/fluxcd/source-controller/api to v1.1.1
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-09-19 11:10:22 +02:00
Stefan Prodan
5c567a1ea8
Merge pull request #4251 from fluxcd/update-components
...
Update toolkit components
2023-09-19 11:02:20 +03:00
fluxcdbot
0c47d738a9
Update toolkit components
...
- helm-controller to v0.36.1
https://github.com/fluxcd/helm-controller/blob/v0.36.1/CHANGELOG.md
- source-controller to v1.1.1
https://github.com/fluxcd/source-controller/blob/v1.1.1/CHANGELOG.md
- image-automation-controller to v0.36.1
https://github.com/fluxcd/image-automation-controller/blob/v0.36.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-09-18 15:11:52 +00:00
Stefan Prodan
ebace983b9
Merge pull request #4226 from somtochiama/update-kubeconfig-flag
...
Update description of kubeconfig specific flag
2023-09-18 13:31:58 +03:00
Somtochi Onyekwere
1654791feb
update description of kubeconfig flags
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-09-18 10:48:08 +01:00
Stefan Prodan
c20a57f1df
Merge pull request #4246 from fluxcd/dependabot/github_actions/ci-6331f14bff
...
build(deps): bump the ci group with 4 updates
2023-09-18 10:16:24 +03:00
dependabot[bot]
1fc463c065
build(deps): bump the ci group with 4 updates
...
Bumps the ci group with 4 updates: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ), [docker/login-action](https://github.com/docker/login-action ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `docker/setup-qemu-action` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](2b82ce82d5...68827325e0 )
Updates `docker/setup-buildx-action` from 2.10.0 to 3.0.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](885d1462b8...f95db51fdd )
Updates `docker/login-action` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](465a07811f...343f7c4344 )
Updates `goreleaser/goreleaser-action` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](5fdedb94ab...7ec5c2b0c6 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-18 01:02:23 +00:00
Max Jonas Werner
904226fcf3
Merge pull request #4238 from fluxcd/upgrade-pkg
...
Upgrade github.com/fluxcd/pkg/{git,git/gogit}
2023-09-13 19:37:59 +02:00
Max Jonas Werner
c721474e0b
Upgrade github.com/fluxcd/pkg/{git,git/gogit}
...
This allows us to get rid of the replace directive consuming the
filepath-securejoin fork.
Signed-off-by: Max Jonas Werner <mail@makk.es >
2023-09-13 17:49:02 +02:00
Max Jonas Werner
1902f4af0d
Merge pull request #4233 from sonbui00/fix-4224-armv6h
...
chore: remove support armv6h for aur package
2023-09-12 12:56:44 +02:00
Son Bui
bc90e7cf01
chore: remove support armv6h for aur package #4224
...
Signed-off-by: Son Bui <sonbv00@gmail.com >
2023-09-12 17:15:05 +08:00
Max Jonas Werner
0d18dc128a
Merge pull request #4227 from fluxcd/dependabot/github_actions/ci-ae28534c02
...
build(deps): bump the ci group with 3 updates
2023-09-11 10:31:45 +02:00
dependabot[bot]
8cd7d8c5d2
build(deps): bump the ci group with 3 updates
...
Bumps the ci group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `actions/checkout` from 3.6.0 to 4.0.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](f43a0e5ff2...3df4ab11eb )
Updates `actions/upload-artifact` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](0b7f8abb15...a8a3f3ad30 )
Updates `goreleaser/goreleaser-action` from 4.4.0 to 4.6.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](3fa32b8bb5...5fdedb94ab )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-11 01:13:25 +00:00
Max Jonas Werner
9b1e160798
Merge pull request #4222 from fluxcd/dependabot/go_modules/tests/integration/github.com/cyphar/filepath-securejoin-0.2.4
...
build(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 in /tests/integration
2023-09-08 11:07:05 +02:00
dependabot[bot]
ab18cfe1a2
build(deps): bump github.com/cyphar/filepath-securejoin
...
Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin ) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases )
- [Commits](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4 )
---
updated-dependencies:
- dependency-name: github.com/cyphar/filepath-securejoin
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-08 07:28:36 +00:00
Stefan Prodan
037562bf7b
Merge pull request #4221 from fluxcd/dependabot/go_modules/tests/azure/github.com/cyphar/filepath-securejoin-0.2.4
...
build(deps): bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 in /tests/azure
2023-09-08 10:26:43 +03:00
dependabot[bot]
2d1937a5c8
build(deps): bump github.com/cyphar/filepath-securejoin in /tests/azure
...
Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin ) from 0.2.3 to 0.2.4.
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases )
- [Commits](https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4 )
---
updated-dependencies:
- dependency-name: github.com/cyphar/filepath-securejoin
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-07 13:02:50 +00:00
Max Jonas Werner
c5723821da
Merge pull request #4215 from fluxcd/dependabot/github_actions/ci-2ac463fa23
...
build(deps): bump the ci group with 4 updates
2023-09-04 12:51:56 +02:00
dependabot[bot]
dbb9ea303d
build(deps): bump the ci group with 4 updates
...
Bumps the ci group with 4 updates: [actions/checkout](https://github.com/actions/checkout ), [actions/setup-go](https://github.com/actions/setup-go ), [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ).
Updates `actions/checkout` from 3.4.0 to 3.6.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.4.0...f43a0e5ff2bd294095638e18286ca9a3d1956744 )
Updates `actions/setup-go` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...93397bea11091df50f3d7e59dc26a7711a8bcfbe )
Updates `docker/setup-buildx-action` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](4c0219f9ac...885d1462b8 )
Updates `sigstore/cosign-installer` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](6e04d228eb...11086d2504 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 00:52:11 +00:00
Stefan Prodan
47c8e5f44d
Merge pull request #4213 from fluxcd/dependabot/go_modules/tests/integration/github.com/docker/distribution-2.8.2incompatible
...
build(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /tests/integration
2023-09-01 11:16:53 +03:00
dependabot[bot]
aff3365750
build(deps): bump github.com/docker/distribution in /tests/integration
...
Bumps [github.com/docker/distribution](https://github.com/docker/distribution ) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases )
- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/distribution
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-01 07:59:47 +00:00
Stefan Prodan
d61efd1e2c
Merge pull request #4212 from fluxcd/dependabot/go_modules/tests/integration/github.com/docker/docker-23.0.3incompatible
...
build(deps): bump github.com/docker/docker from 23.0.1+incompatible to 23.0.3+incompatible in /tests/integration
2023-09-01 10:55:56 +03:00
dependabot[bot]
5d1cadcd5e
build(deps): bump github.com/docker/docker in /tests/integration
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 23.0.1+incompatible to 23.0.3+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v23.0.1...v23.0.3 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-31 18:24:29 +00:00
Sunny
ffe5657367
Merge pull request #4092 from fluxcd/azure-e2e-refactor
...
Add new Azure and GCP e2e test setup
2023-08-31 23:52:53 +05:30
Sunny
a9a67a27e7
workflows/e2e-azure: Disable new azure job
...
There's no azure subscription to run the tests against at present.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-08-31 21:39:39 +05:30
Sunny
c2e526ca57
workflows/e2e-gcp: Fix secret variable typo
...
Also update terraform config to add a description to the service
account and a note about github organization repo.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-08-31 21:39:14 +05:30
Somtochi Onyekwere
7141271bae
instructions for test user in Azure DevOps and GCP source repo
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-08-29 17:43:59 +05:30
Sunny
3b637a5125
tests/int: Separate ssh key names for Azure & GCP
...
- Also update IAM setup docs to include github terraform provider
configuration with github owner so that it can be used with a
repository under an organization.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-08-29 17:43:59 +05:30
Somtochi Onyekwere
cdc1c98a11
add workflow for gcp
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-08-29 17:43:59 +05:30
Sunny
ab94c8064c
tests/int: Add IAM setup automation docs and misc fixes
...
Add instructions about how to create service accounts with IAM
permissions and populate the secrets and variables required in the CI.
Update the panic recovery code to ensure that the exit status surfaces
on panic along with a log message.
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-08-29 17:43:59 +05:30
Somtochi Onyekwere
e63ddb99de
make tests for notifications provider agnostic
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-08-29 17:43:59 +05:30
Somtochi Onyekwere
7c1b897919
Add terraform files and config for GCP
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-08-29 17:43:59 +05:30
Somtochi Onyekwere
f6b0c6e7ef
Add refactored e2e tests
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-08-29 17:43:53 +05:30
Max Jonas Werner
1730f3c46b
Merge pull request #4198 from fluxcd/2.1.x-label
...
Add 2.1.x backport label
2023-08-28 13:09:48 +02:00
Max Jonas Werner
a814487d4b
Add 2.1.x backport label
...
Signed-off-by: Max Jonas Werner <mail@makk.es >
2023-08-28 12:42:24 +02:00
Stefan Prodan
cd90bc2c92
Merge pull request #4197 from fluxcd/fix-gh-action-links
...
Fix links to fluxcd.io
2023-08-28 12:19:58 +03:00
Stefan Prodan
709b17ce59
Fix links to fluxcd.io
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-28 12:10:03 +03:00
Stefan Prodan
39fa7d5502
Merge pull request #4195 from fluxcd/dependabot/github_actions/ci-17ac1b16d8
...
build(deps): bump the ci group with 2 updates
2023-08-28 11:25:39 +03:00
dependabot[bot]
29f77d2cb3
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [actions/checkout](https://github.com/actions/checkout ) and [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator ).
Updates `actions/checkout` from 3.5.3 to 3.6.0
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](c85c95e3d7...f43a0e5ff2 )
Updates `slsa-framework/slsa-github-generator` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases )
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.8.0...v1.9.0 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: slsa-framework/slsa-github-generator
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 00:57:07 +00:00
Stefan Prodan
22cf986a79
Merge pull request #4169 from fluxcd/monitoring-deprecation
...
Add monitoring configuration deprecation notice
2023-08-24 12:35:06 +03:00
Sunny
d80b697fbd
Add monitoring configuration deprecation notice
...
Signed-off-by: Sunny <darkowlzz@protonmail.com >
2023-08-24 14:51:15 +05:30
Stefan Prodan
8b9aaad20a
Merge pull request #4189 from fluxcd/update-deps
...
Update dependencies
2023-08-24 12:15:41 +03:00
Hidde Beydals
4080d5807a
tests/azure: update dependencies
...
- github.com/Azure/azure-event-hubs-go/v3 to v3.6.1
- github.com/fluxcd/helm-controller/api to v0.36.0
- github.com/fluxcd/image-automation-controller/api to v0.36.0
- github.com/fluxcd/image-reflector-controller/api to v0.30.0
- github.com/fluxcd/kustomize-controller/api to v1.1.0
- github.com/fluxcd/notification-controller/api to v1.1.0
- github.com/fluxcd/pkg/apis/event to v0.5.2
- github.com/fluxcd/pkg/apis/meta to v1.1.2
- github.com/fluxcd/pkg/git to v0.13.0
- github.com/fluxcd/pkg/git/gogit to v0.13.0
- github.com/fluxcd/source-controller/api to v1.1.0
- github.com/go-git/go-git/v5 to v5.8.1
- k8s.io/api to v0.27.4
- k8s.io/apimachinery to v0.27.4
- k8s.io/client-go to v0.27.4
- sigs.k8s.io/controller-runtime to v0.15.1
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-24 10:56:11 +02:00
Hidde Beydals
7c2072eed1
Update dependencies
...
- github.com/ProtonMail/go-crypto to v0.0.0-20230717121422-5aa5874ade95
- github.com/distribution/distribution/v3 to v3.0.0-20230823142118-4f7424c8eb41
- github.com/fluxcd/pkg/apis/event to v0.5.2
- github.com/fluxcd/pkg/git to v0.13.0
- github.com/fluxcd/pkg/git/gogit to v0.13.0
- github.com/fluxcd/pkg/oci to v0.31.0
- github.com/fluxcd/pkg/runtime to v0.42.0
- github.com/fluxcd/pkg/sourceignore to v0.3.5
- github.com/fluxcd/pkg/ssa to v0.32.0
- github.com/fluxcd/pkg/ssh to v0.8.2
- github.com/go-git/go-git/v5 to v5.8.1
- github.com/google/go-containerregistry to v0.16.1
- github.com/onsi/gomega to v1.27.10
- golang.org/x/crypto to v0.12.0
- golang.org/x/term to v0.11.0
- k8s.io/cli-runtime to v0.27.4
- k8s.io/kubectl to v0.27.4
- sigs.k8s.io/cli-utils to v0.35.0
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-24 10:54:40 +02:00
Stefan Prodan
d21e779b9f
Merge pull request #4186 from fluxcd/update-components
...
Update toolkit components
2023-08-24 11:19:58 +03:00
fluxcdbot
f7e5223533
Update toolkit components
...
- helm-controller to v0.36.0
https://github.com/fluxcd/helm-controller/blob/v0.36.0/CHANGELOG.md
- kustomize-controller to v1.1.0
https://github.com/fluxcd/kustomize-controller/blob/v1.1.0/CHANGELOG.md
- source-controller to v1.1.0
https://github.com/fluxcd/source-controller/blob/v1.1.0/CHANGELOG.md
- notification-controller to v1.1.0
https://github.com/fluxcd/notification-controller/blob/v1.1.0/CHANGELOG.md
- image-reflector-controller to v0.30.0
https://github.com/fluxcd/image-reflector-controller/blob/v0.30.0/CHANGELOG.md
- image-automation-controller to v0.36.0
https://github.com/fluxcd/image-automation-controller/blob/v0.36.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-08-24 08:02:17 +00:00
Sanskar Jaiswal
525bd21cd1
Merge pull request #4147 from fluxcd/tls-flags
...
Adopt Kubernetes style TLS Secrets and add relevant flags
2023-08-23 15:09:40 +05:30
Sanskar Jaiswal
8df27d8c3a
modify flux create secret tls to create secrets of type TLS
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-08-23 14:44:10 +05:30
Sanskar Jaiswal
6464d6c7b4
add deprecation warning per secret key field and constant
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-08-23 14:44:09 +05:30
Sanskar Jaiswal
2fc9d73c5f
add flag --ca-crt-file to flux create secret git
...
Add flag `--ca-crt-file` to `flux create secret git` to specify the path
to CA certificate. It takes precedence over `--ca-file` and uses the
key `ca.crt` in the generated Secret.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-08-23 14:44:09 +05:30
Sanskar Jaiswal
b32051df53
deprecate TLS flags for flux create secret helm
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-08-23 14:44:09 +05:30
Sanskar Jaiswal
bf36a29ca2
add support for Kubernetes TLS keys for flux create secret tls
...
Add support for using `tls.key`, `tls.crt` and `ca.crt` keys while
generating a Secret, using the `--tls-key-file`, `--tls-crt-file` and
`--ca-crt-file` flags respectively.
Mark the flags `--key-file`, `--cert-file` and `--ca-file` as
deprecated.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-08-23 14:44:09 +05:30
Stefan Prodan
a2ac94b625
Merge pull request #4183 from somtochiama/fix-auto-complete
...
Fix autocompletion for helm chart
2023-08-22 16:57:34 +03:00
Somtochi Onyekwere
c81afa6993
fix autocompletion for helm chart
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-08-22 14:19:08 +01:00
Hidde Beydals
4fa93ec4d6
Merge pull request #4182 from fluxcd/clean-http-client
...
manifestgen/install: use clean default HTTP client
2023-08-22 14:20:17 +02:00
Hidde Beydals
00c6ac81b9
manifestgen/install: use clean default HTTP client
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-22 14:05:12 +02:00
Hidde Beydals
8801031f06
Merge pull request #4181 from fluxcd/cmd-events-err-fix
...
cmd/events: handle error value
2023-08-22 13:57:56 +02:00
Hidde Beydals
2a033215a4
cmd/events: handle error value
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-22 13:39:39 +02:00
Stefan Prodan
8214fefde6
Merge pull request #4180 from fluxcd/fix-version-info
...
Fix controller version info
2023-08-22 12:56:14 +03:00
Stefan Prodan
4cdb75b74d
Fix controller version info
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-22 12:36:58 +03:00
Stefan Prodan
eac82585ad
Merge pull request #4177 from fluxcd/min-rsa-size
...
Set min value for the `--ssh-rsa-bits` flag
2023-08-22 11:59:35 +03:00
Stefan Prodan
2c76c70205
Set min value for the --ssh-rsa-bits flag
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-22 11:42:33 +03:00
Hidde Beydals
a9e09b856f
Merge pull request #4176 from fluxcd/e2e-improvements
...
ci: disable fail-fast for ARM end-to-end
2023-08-21 17:40:59 +02:00
Hidde Beydals
c03a0b7f87
ci: disable fail-fast for ARM end-to-end
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-21 17:17:02 +02:00
Hidde Beydals
0ab8740832
cmd: address typo in end-to-end tests
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-21 17:17:02 +02:00
Hidde Beydals
aa1eae22c7
Merge pull request #4175 from fluxcd/update-securejoin
...
build: update securejoin dependency
2023-08-21 16:58:23 +02:00
Hidde Beydals
4f3b34f86b
build: update securejoin dependency
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-21 16:36:52 +02:00
Stefan Prodan
8435cb8df9
Merge pull request #4167 from fluxcd/dependabot/github_actions/ci-ab6beeed51
...
build(deps): bump the ci group with 2 updates
2023-08-18 12:16:37 +03:00
dependabot[bot]
0d457d6d11
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action ) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ).
Updates `korthout/backport-action` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](bf5fdd624b...bd68141f07 )
Updates `goreleaser/goreleaser-action` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](336e29918d...3fa32b8bb5 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-17 09:50:14 +00:00
Stefan Prodan
484015ceea
Merge pull request #4166 from fluxcd/e2e-kube-1.28.0
...
e2e: Add Kubernetes v1.28.0 to conformance tests
2023-08-17 12:47:35 +03:00
Stefan Prodan
1b5c4245df
e2e: Add Kubernetes v1.28.0 to conformance tests
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-17 11:45:36 +03:00
Stefan Prodan
ce68a06436
Merge pull request #4142 from fluxcd/dependabot/github_actions/ci-a9a55711ae
...
build(deps): bump the ci group with 2 updates
2023-08-10 12:00:07 +03:00
dependabot[bot]
7273059cb9
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go ) and [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator ).
Updates `actions/setup-go` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](fac708d667...93397bea11 )
Updates `slsa-framework/slsa-github-generator` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases )
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md )
- [Commits](https://github.com/slsa-framework/slsa-github-generator/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: slsa-framework/slsa-github-generator
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-09 16:35:22 +00:00
Hidde Beydals
a03ea8ace3
Merge pull request #4151 from fluxcd/enable-codeql-quality
...
ci: enable security-and-quality CodeQL query
2023-08-09 18:32:15 +02:00
Hidde Beydals
d6cbfa39f8
ci: enable security-and-quality CodeQL query
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-08-09 18:14:39 +02:00
Sunny
a2e4cbbfe2
Merge pull request #4134 from sestegra/monitor
...
monitoring: add OCIRepository in cluster dashboard and new source panels in control-plane dashboard
2023-08-09 14:42:35 +05:30
Stéphane Este-Gracias
23518953d0
monitoring: add Sources Stats panels
...
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com >
2023-08-09 14:22:33 +05:30
Stéphane Este-Gracias
2716ca449e
monitoring: add OCIRepository in cluster dashboard panels
...
Signed-off-by: Stéphane Este-Gracias <sestegra@gmail.com >
2023-08-09 14:21:49 +05:30
Hidde Beydals
ecb1ad6ca5
Merge pull request #4140 from somtochiama/disable-test
2023-08-08 20:48:09 +02:00
Somtochi Onyekwere
3fa7af12e0
disable e2e test
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-08-08 16:35:47 +01:00
Stefan Prodan
12efb1967e
Merge pull request #4131 from mraerino/fix/diff-with-multiobj
...
Fix selection of kustomization resource from multi doc yaml
2023-08-07 14:04:32 +03:00
Marcus Weiner
56b1e80758
Fix selection of kustomization resource from multi doc yaml
...
Signed-off-by: Marcus Weiner <marcus.weiner@gmail.com >
2023-08-07 12:05:29 +02:00
Stefan Prodan
baf874ea67
Merge pull request #4126 from fluxcd/min-kube-1.25
...
Set Kubernetes min version to 1.25
2023-08-03 13:39:24 +03:00
Stefan Prodan
28262f59d3
Set Kubernetes min version to 1.25
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-08-02 14:17:30 +03:00
Stefan Prodan
44d69d6fc0
Merge pull request #4077 from fluxcd/dependabot/github_actions/ci-f6f7181596
...
build(deps): bump the ci group with 2 updates
2023-07-17 18:24:01 +03:00
dependabot[bot]
4d76ff4e6a
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [helm/kind-action](https://github.com/helm/kind-action ) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ).
Updates `helm/kind-action` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/helm/kind-action/releases )
- [Commits](fa81e57adf...dda0770415 )
Updates `docker/setup-buildx-action` from 2.8.0 to 2.9.1
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](16c0bc4a6e...4c0219f9ac )
---
updated-dependencies:
- dependency-name: helm/kind-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-17 00:37:57 +00:00
Stefan Prodan
1eaf259e52
Merge pull request #4068 from fluxcd/up-deps-tests
...
Update dependencies
2023-07-11 14:51:19 +03:00
Stefan Prodan
bca1fa0968
Update dependencies
...
- bump the APIs packages in tests
- bump golang crypto and term to latest
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-11 14:14:27 +03:00
Hidde Beydals
bd79884d84
Merge pull request #4065 from fluxcd/action-toolcache
...
action: support `openssl` and `sha256sum`
2023-07-11 11:11:11 +02:00
Hidde Beydals
3b42b200d3
action: support openssl and sha256sum
...
As availability may be limited in some edge cases.
When a job is for example running within a container, `openssl` is not
always available. However, when running on a macOS or Windows runner,
the actual opposite is true.
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-11 11:10:08 +02:00
souleb
dad4a20fa7
Merge pull request #4062 from souleb/fix-diff-kustomization
...
diff: Take into account the server-side inventory for local Flux Kustomizations
2023-07-11 10:32:38 +02:00
Soule BA
90d95988aa
Take into account the server-side inventory for local diff
...
If implemented users will be able to use a local kustomization file while
retrieving status from the live kustomization file.
Signed-off-by: Soule BA <soule@weave.works >
2023-07-11 10:19:12 +02:00
Hidde Beydals
e88577fe52
Merge pull request #4061 from fluxcd/action-toolcache
...
action: re-allow configuration of non-default token
2023-07-10 16:39:52 +02:00
Hidde Beydals
6fa495b843
action: re-allow configuration of non-default token
...
To allow usage of action on GitHub Enterprise instances.
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-10 16:25:36 +02:00
Stefan Prodan
3311bfd3ca
Merge pull request #4057 from fluxcd/update-components
...
Update toolkit components
2023-07-10 15:32:15 +03:00
fluxcdbot
cfd4d285da
Update toolkit components
...
- kustomize-controller to v1.0.1
https://github.com/fluxcd/kustomize-controller/blob/v1.0.1/CHANGELOG.md
- source-controller to v1.0.1
https://github.com/fluxcd/source-controller/blob/v1.0.1/CHANGELOG.md
- image-reflector-controller to v0.29.1
https://github.com/fluxcd/image-reflector-controller/blob/v0.29.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-07-10 12:02:21 +00:00
Stefan Prodan
c751bf6bdb
Merge pull request #4052 from fluxcd/docs-gh-action
...
docs: Link to the Flux GitHub Action documentation
2023-07-07 18:10:17 +03:00
Stefan Prodan
6f94844a35
docs: Link to the Flux GitHub Action documentation
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-07 17:45:51 +03:00
Hidde Beydals
f74d097837
Merge pull request #4051 from fluxcd/action-toolcache
...
action: use `$RUNNER_TOOL_CACHE`, support MacOS and Windows, validate checksum
2023-07-07 12:08:57 +02:00
Hidde Beydals
0a58b0cdad
ci: add workflow to test action
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-07 11:56:00 +02:00
Hidde Beydals
6f94ec728f
action: rewrite action to use $RUNNER_TOOL_CACHE
...
Plus the verification of the SHA256 of the archive, as advertised in
the checksum file published together with the release.
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-07 11:50:33 +02:00
Stefan Prodan
e3747209eb
Merge pull request #4043 from fluxcd/ci-release-fix-slsa-tag
...
ci: release: extract the image tag from GITHUB_REF
2023-07-06 11:11:01 +03:00
Stefan Prodan
36b39a50a4
ci: release: extract the image tag from GITHUB_REF
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-06 10:40:50 +03:00
Hidde Beydals
d9c7ff8685
Merge pull request #4046 from fluxcd/fix-backport
...
ci: backport: set write permissions
2023-07-06 09:35:23 +02:00
Stefan Prodan
625d865625
ci: backport: set write permissions
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-06 10:21:16 +03:00
Hidde Beydals
00c6bd0240
Merge pull request #4041 from fluxcd/ci-release-fix-slsa
...
ci: release: disable interpretation backslash esc
2023-07-05 17:21:54 +02:00
Hidde Beydals
506da2466b
ci: release: disable interpretation backslash esc
...
This ensures `jq` can properly parse the given `ARTIFACTS` JSON blob,
as it contains escaped newlines in for example the Brew formula.
This should address the issue with the generation of SLSA metadata.
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-05 17:07:03 +02:00
Stefan Prodan
9ea0a535ea
Merge pull request #4035 from fluxcd/up-go-deps
...
Update dependencies
2023-07-04 18:03:22 +03:00
Stefan Prodan
25d2a3cdf1
Bump kubectl to v1.27.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-04 17:37:10 +03:00
Stefan Prodan
9fa59df798
Update dependencies
...
- k8s.io/* v0.27.3
- github.com/fluxcd/go-git-providers v0.18.0
- github.com/fluxcd/pkg/git v0.12.3
- github.com/fluxcd/pkg/oci v0.28.0
- github.com/fluxcd/pkg/runtime v0.40.0
- github.com/fluxcd/pkg/ssa v0.28.2
- github.com/fluxcd/pkg/ssh v0.8.0
- github.com/homeport/dyff v1.5.8
- golang.org/x/crypto v0.10.0
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-04 17:35:34 +03:00
Stefan Prodan
93c0467f91
Merge pull request #4006 from fluxcd/update-components
...
Update toolkit components
2023-07-04 17:22:34 +03:00
fluxcdbot
c377fe7651
Update toolkit components
...
- helm-controller to v0.35.0
https://github.com/fluxcd/helm-controller/blob/v0.35.0/CHANGELOG.md
- kustomize-controller to v1.0.0
https://github.com/fluxcd/kustomize-controller/blob/v1.0.0/CHANGELOG.md
- source-controller to v1.0.0
https://github.com/fluxcd/source-controller/blob/v1.0.0/CHANGELOG.md
- notification-controller to v1.0.0
https://github.com/fluxcd/notification-controller/blob/v1.0.0/CHANGELOG.md
- image-reflector-controller to v0.29.0
https://github.com/fluxcd/image-reflector-controller/blob/v0.29.0/CHANGELOG.md
- image-automation-controller to v0.35.0
https://github.com/fluxcd/image-automation-controller/blob/v0.35.0/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-07-04 12:26:47 +00:00
Stefan Prodan
9ed24522bb
Merge pull request #4033 from fluxcd/docs-release-links
...
docs: link to releases spec from website
2023-07-04 15:26:15 +03:00
Stefan Prodan
ddcabbf95d
docs: link to releases spec from website
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-04 15:13:06 +03:00
Stefan Prodan
5c58b45340
Merge pull request #4031 from fluxcd/ci-e2e-k8s
...
Run conformance tests for Kubernetes v1.27.3
2023-07-04 14:59:55 +03:00
Stefan Prodan
5690b639cd
Run conformance tests for Kubernetes v1.27.3
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-04 14:46:43 +03:00
Stefan Prodan
22d0ff8173
Merge pull request #4029 from fluxcd/ci-release-workflows
...
Run e2e tests on release branches
2023-07-04 14:11:03 +03:00
Stefan Prodan
8e61fe805c
ci: group all GH action updates under the same PR
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-04 13:43:22 +03:00
Stefan Prodan
5356436c94
ci: enable workflows for release/** branches
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-04 13:27:33 +03:00
Stefan Prodan
8ca8b92f92
ci: run backport under fluxcdbot account
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-04 12:21:22 +03:00
Stefan Prodan
7c98f20e11
Merge pull request #3254 from fluxcd/docs-release-spec
...
Flux GA release spec and long term support pledge
2023-07-03 16:57:09 +03:00
Stefan Prodan
1a8798a5d4
Link to release cadence from minor section
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:11 +03:00
Hidde Beydals
926842a216
Address review comment section titles
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-03 16:41:08 +03:00
Hidde Beydals
9e11b860ec
Address release procedure review nits
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-03 16:41:08 +03:00
Hidde Beydals
5abf1ee817
Address various nits
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-03 16:41:08 +03:00
Hidde Beydals
4e78e80619
Document various release procedures
...
This lacks documentation for the Terraform provider repository, which
is a higher level component than anything documented here.
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-03 16:41:08 +03:00
Stefan Prodan
33be9840f0
Apply suggestions from code review
...
Co-authored-by: Max Jonas Werner <makkes@users.noreply.github.com >
Co-authored-by: Aurel Canciu <aurelcanciu@gmail.com >
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:08 +03:00
Stefan Prodan
33fdaee399
Move the release procedures to dedicated doc
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
91660a98d5
Add SLSA provenance to release artifacts
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
8d5c4492d8
Apply suggestions from code review
...
Co-authored-by: Aurel Canciu <aurelcanciu@gmail.com >
Co-authored-by: Hidde Beydals <hiddeco@users.noreply.github.com >
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
29ad52bb46
Add Flux release spec
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
590b7b7682
Add controller release artifacts spec
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
ea06d9614f
Add API versioning spec
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
41ba55634a
Add controller release spec
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
f09616e780
Add shared packages release spec
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:07 +03:00
Stefan Prodan
a4d7e35cdd
Cleanup internal docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-07-03 16:41:06 +03:00
Stefan Prodan
346e0ea734
Merge pull request #4028 from fluxcd/prefix-ggp-error
...
Annotate errors from go-git-providers
2023-07-03 16:38:58 +03:00
Max Jonas Werner
ce854236cf
Annotate errors from go-git-providers
...
closes #3623
Signed-off-by: Max Jonas Werner <mail@makk.es >
2023-07-03 13:55:53 +02:00
Hidde Beydals
1588663358
Merge pull request #4027 from fluxcd/bump-gogit
...
Update go-git to unreleased v5.8.0
2023-07-03 13:39:53 +02:00
Hidde Beydals
68fdc0a2b6
Update go-git to unreleased v5.8.0
...
To improve support for Git >=v2.41.0.
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-07-03 12:55:59 +02:00
Stefan Prodan
d335f8f981
Merge pull request #4025 from fluxcd/dependabot/github_actions/docker/setup-buildx-action-2.8.0
...
build(deps): bump docker/setup-buildx-action from 2.7.0 to 2.8.0
2023-06-30 18:01:28 +03:00
dependabot[bot]
b4efd15afd
build(deps): bump docker/setup-buildx-action from 2.7.0 to 2.8.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](ecf95283f0...16c0bc4a6e )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-30 14:47:48 +00:00
Stefan Prodan
0e6f9da761
Merge pull request #4024 from fluxcd/dependabot/github_actions/sigstore/cosign-installer-3.1.1
...
build(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1
2023-06-30 17:47:07 +03:00
dependabot[bot]
02b34f05c8
build(deps): bump sigstore/cosign-installer from 3.1.0 to 3.1.1
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](d13028333d...6e04d228eb )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-30 14:29:43 +00:00
Stefan Prodan
f26800eb85
Merge pull request #4023 from fluxcd/backport-automation
...
Add backport GitHub Action workflow
2023-06-30 17:29:19 +03:00
Stefan Prodan
d2cc01169b
Declaratively define (and sync) labels
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-30 17:04:12 +03:00
Stefan Prodan
d8924cd8a9
Add backport GitHub Action workflow
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-30 16:55:54 +03:00
Stefan Prodan
25af5d2968
Merge pull request #3755 from rishinair11/add_multiple_args
...
Allow multiple arguments for "flux suspend/resume"
2023-06-29 11:20:12 +03:00
Rishikesh Nair
3580d4ff85
Add examples for resuming/suspending multiple objects
...
Signed-off-by: Rishikesh Nair <alienware505@gmail.com >
2023-06-29 12:50:38 +05:30
Rishikesh Nair
42607aadc3
Add support for passing multiple objects to suspend/resume commands
...
This change adds support for running `suspend/resume` on multiple
supported resources at the same time. This improves the user
experience by converting
```
flux suspend ks operator && \
flux suspend ks database && \
flux suspend ks app
```
to
```
flux suspend ks operator database app
```
This works for all types of resources (Kustomizations, Sources, etc.)
since it has been implemented at the `suspend.go` and `resume.go`
level.
When the `--wait` flag is passed to the `resume` command, then Flux
will wait for all resources in parallel within a goroutine each.
Each object is only processed once, even if user provided its name
more than once.
If suspension or resuming fails for one object, it is still carried
out for the remaining objects.
As a special case, the old behaviour of `resume` is retained, i.e.
when only one object name is provided, `resume` waits for the object
to become ready even if the `--wait` flag is not provided. In all
other cases the `--wait` flag is always considered.
closes #3746
closes #3793
Co-Authored-By: Max Jonas Werner <mail@makk.es >
Signed-off-by: Rishikesh Nair <alienware505@gmail.com >
Signed-off-by: Max Jonas Werner <mail@makk.es >
2023-06-29 08:23:13 +02:00
Stefan Prodan
2fe86a4cde
Merge pull request #4020 from fluxcd/min-kube-1.24
...
Set minimum supported version to Kubernetes 1.24.0
2023-06-28 18:33:19 +03:00
Stefan Prodan
db0256e0f7
Set minimum supported version to Kubernetes 1.24.0
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-28 17:36:04 +03:00
Stefan Prodan
224e808c21
Merge pull request #4018 from fluxcd/fix-push-aws-doc
...
docs: Fix the `flux push` example for ECR
2023-06-27 17:59:45 +03:00
Stefan Prodan
6ed6b937f8
Fix the flux push example for ECR
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-27 16:33:40 +03:00
Stefan Prodan
99b940f56f
Merge pull request #4015 from fluxcd/go.mod-1.20
...
Align `go.mod` version with Kubernetes (Go 1.20)
2023-06-27 08:35:52 +03:00
Stefan Prodan
66a417a3ee
Bump Go to 1.20 in aur deps
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-26 19:52:26 +03:00
Stefan Prodan
761762bdc0
Align go.mod version with Kubernetes (Go 1.20)
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-26 19:36:20 +03:00
Sanskar Jaiswal
bd8ada9e4a
Merge pull request #3990 from fluxcd/rfc-insecure-http
...
RFC-0004: add section about proxy
2023-06-26 19:27:50 +05:30
Sanskar Jaiswal
ba5c7e4fc3
RFC-0004: add section about proxy
...
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-06-26 19:07:18 +05:30
Stefan Prodan
903284fe59
Merge pull request #4008 from fluxcd/slsa3
...
Add SLSA3 generators to release workflow
2023-06-26 13:21:01 +03:00
Stefan Prodan
cf7ee0081c
Add SLSA3 generators to release workflow
...
Generate SLSA level 3 provenance attestations for the release assets and for the multi-arch container images.
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2023-06-26 12:40:35 +03:00
Hidde Beydals
e6a1d8156b
Merge pull request #4012 from fluxcd/dependabot/github_actions/ossf/scorecard-action-2.2.0
...
build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0
2023-06-26 10:56:52 +02:00
dependabot[bot]
b850f51ef5
build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](80e868c13c...08b4669551 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-26 08:40:29 +00:00
Hidde Beydals
4e57de4776
Merge pull request #4011 from fluxcd/dependabot/github_actions/sigstore/cosign-installer-3.1.0
...
build(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0
2023-06-26 10:39:50 +02:00
dependabot[bot]
0a2945e7f1
build(deps): bump sigstore/cosign-installer from 3.0.5 to 3.1.0
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.0.5 to 3.1.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](dd6b2e2b61...d13028333d )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-26 08:27:20 +00:00
Hidde Beydals
4f9beae49d
Merge pull request #4010 from fluxcd/dependabot/github_actions/anchore/sbom-action-0.14.3
...
build(deps): bump anchore/sbom-action from 0.14.2 to 0.14.3
2023-06-26 09:58:53 +02:00
dependabot[bot]
15a49334d8
build(deps): bump anchore/sbom-action from 0.14.2 to 0.14.3
...
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action ) from 0.14.2 to 0.14.3.
- [Release notes](https://github.com/anchore/sbom-action/releases )
- [Commits](4d571ad103...78fc58e266 )
---
updated-dependencies:
- dependency-name: anchore/sbom-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-26 01:16:48 +00:00
Max Jonas Werner
cf5e7c39e0
Merge pull request #4002 from fluxcd/fix-get-all
...
Don't log errors with missing CRDs for "get * all" commands
2023-06-22 18:40:27 +02:00
Max Jonas Werner
173ee5fcdc
Don't log errors with missing CRDs for "get * all" commands
...
Whenever an API type is not available then both, `flux get all` and
`flux get image all` will just skip over that type instead of logging
an error message.
Before:
```
$ flux get all
✗ failed to get API group resources: unable to retrieve the complete
list of server APIs: source.toolkit.fluxcd.io/v1beta2: the server
could not find the requested resource
[...]
✗ failed to get API group resources: unable to retrieve the complete
list of server APIs: image.toolkit.fluxcd.io/v1beta2: the server could
not find the requested resource
✗ failed to get API group resources: unable to retrieve the complete
list of server APIs: image.toolkit.fluxcd.io/v1beta2: the server could
not find the requested resource
[...]
$ echo $?
0
```
After:
```
$ flux get all
$ echo $?
0
```
closes #3973
Signed-off-by: Max Jonas Werner <mail@makk.es >
2023-06-22 18:03:38 +02:00
Stefan Prodan
67968dff7e
Merge pull request #3981 from fluxcd/dependabot/github_actions/docker/setup-buildx-action-2.7.0
...
build(deps): bump docker/setup-buildx-action from 2.6.0 to 2.7.0
2023-06-19 14:30:15 +03:00
dependabot[bot]
c596c70d42
build(deps): bump docker/setup-buildx-action from 2.6.0 to 2.7.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](6a58db7e0d...ecf95283f0 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-19 11:07:15 +00:00
Max Jonas Werner
d30c3aef32
Merge pull request #3983 from fluxcd/dependabot/github_actions/peter-evans/create-pull-request-5.0.2
...
build(deps): bump peter-evans/create-pull-request from 5.0.1 to 5.0.2
2023-06-19 12:58:51 +02:00
dependabot[bot]
f7e5101753
build(deps): bump peter-evans/create-pull-request from 5.0.1 to 5.0.2
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](284f54f989...153407881e )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-19 10:37:22 +00:00
Stefan Prodan
597b13d1b3
Merge pull request #3982 from fluxcd/dependabot/github_actions/goreleaser/goreleaser-action-4.3.0
...
build(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
2023-06-19 13:36:38 +03:00
dependabot[bot]
2b8385a874
build(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](f82d6c1c34...336e29918d )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-19 01:17:57 +00:00
Hidde Beydals
ddcc301ab6
Merge pull request #3976 from darklore/brew-completion
...
Use equivalent and shorter way to generate shell completions
2023-06-14 22:00:11 +02:00
Katsunori Tanaka
ab983c678f
Use equivalent and shorter way to generate shell completions
...
Signed-off-by: Katsunori Tanaka <958690+darklore@users.noreply.github.com >
2023-06-15 01:18:18 +09:00
Sunny
79dfbec910
Merge pull request #3955 from somtochiama/fix-kustomize-deprecated
...
Fix 'patchesJson6902' is deprecated' warning
2023-06-14 21:18:14 +05:30
Somtochi Onyekwere
6bf439d4ce
fix 'patchesJson6902' is deprecated' warning
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-06-14 16:32:27 +01:00
Max Jonas Werner
063c5ee328
Merge pull request #3967 from fluxcd/dependabot/github_actions/docker/login-action-2.2.0
...
build(deps): bump docker/login-action from 2.1.0 to 2.2.0
2023-06-12 12:44:58 +02:00
dependabot[bot]
19137b8e8c
build(deps): bump docker/login-action from 2.1.0 to 2.2.0
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](f4ef78c080...465a07811f )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 10:10:29 +00:00
Max Jonas Werner
95aa30ad41
Merge pull request #3966 from fluxcd/dependabot/github_actions/docker/setup-qemu-action-2.2.0
...
build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0
2023-06-12 12:09:21 +02:00
dependabot[bot]
55aa96a33a
build(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](e81a89b173...2b82ce82d5 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 09:53:46 +00:00
Max Jonas Werner
5460348450
Merge pull request #3965 from fluxcd/dependabot/github_actions/actions/checkout-3.5.3
...
build(deps): bump actions/checkout from 3.5.2 to 3.5.3
2023-06-12 11:53:08 +02:00
dependabot[bot]
0d1a68ecb4
build(deps): bump actions/checkout from 3.5.2 to 3.5.3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8e5e7e5ab8...c85c95e3d7 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 09:39:54 +00:00
Max Jonas Werner
98466220c7
Merge pull request #3964 from fluxcd/dependabot/github_actions/docker/setup-buildx-action-2.6.0
...
build(deps): bump docker/setup-buildx-action from 2.5.0 to 2.6.0
2023-06-12 11:39:14 +02:00
dependabot[bot]
6d2dd076dc
build(deps): bump docker/setup-buildx-action from 2.5.0 to 2.6.0
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](4b4e9c3e2d...6a58db7e0d )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 09:25:10 +00:00
Max Jonas Werner
5e07bcb79a
Merge pull request #3968 from fluxcd/dependabot/github_actions/github/codeql-action-2.13.4
...
build(deps): bump github/codeql-action from 2.3.6 to 2.13.4
2023-06-12 11:24:32 +02:00
dependabot[bot]
9c81a74743
build(deps): bump github/codeql-action from 2.3.6 to 2.13.4
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.3.6 to 2.13.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](83f0fe6c49...cdcdbb5797 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-12 01:20:41 +00:00
Max Jonas Werner
a3f2b1d829
Merge pull request #3945 from fluxcd/lenient-logs-cmd
...
Make `flux logs` more lenient
2023-06-05 10:19:54 +02:00
Max Jonas Werner
cbdd71e44e
Make flux logs more lenient
...
UX changes:
- Only print an error when a pod doesn't have a matching container
instead of exiting early.
- Return a non-zero status code when no pod is found at all.
Details:
In certain situations there might be 3rd-party pods running in the
Flux namespace that cause the command to fail streaming logs, e.g.
when they have multiple containers but none of them is called
`manager` (which all Flux-maintained pods do). An example of such a
situation is when Flux is installed with the 3rd-party Flux extension
on AKS.
The `logs` command is now more forgiving and merely logs an error in
these situations instead of completely bailing out. It still returns a
non-zero exit code.
For the parallel log streaming with `-f` the code is now a little more
complex so that errors are now written to stderr in parallel with all
other logs written to stdout. That's what `asyncCopy` is for.
refs #3944
Signed-off-by: Max Jonas Werner <mail@makk.es >
2023-06-05 10:07:38 +02:00
Max Jonas Werner
f01cf5e04c
Merge pull request #3952 from fluxcd/dependabot/github_actions/github/codeql-action-2.3.6
...
build(deps): bump github/codeql-action from 2.3.5 to 2.3.6
2023-06-05 08:29:33 +02:00
dependabot[bot]
bbb3063cb2
build(deps): bump github/codeql-action from 2.3.5 to 2.3.6
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](0225834cc5...83f0fe6c49 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-05 01:19:20 +00:00
Hidde Beydals
c0fa6e6939
Merge pull request #3940 from somtochiama/fix-azure
...
Set controller runtime logger in Azure e2e tests
2023-06-01 13:04:50 +02:00
Somtochi Onyekwere
0337362eec
return clone error
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-06-01 12:49:09 +02:00
Somtochi Onyekwere
fb3013cb95
set logger for controller runtime
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com >
2023-06-01 12:49:09 +02:00
Hidde Beydals
833fec3d21
Merge pull request #3943 from fluxcd/update-components
...
Update toolkit components
2023-06-01 12:48:44 +02:00
Hidde Beydals
007b79c729
Update github.com/fluxcd/pkg/git/gogit to v0.12.0
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-06-01 12:28:52 +02:00
Hidde Beydals
09f55955e8
tests/azure: update dependencies
...
- github.com/Azure/azure-event-hubs-go/v3 to v3.6.0
- github.com/fluxcd/helm-controller/api to v0.34.1
- github.com/fluxcd/image-automation-controller/api to v0.34.1
- github.com/fluxcd/pkg/git/gogit to v0.12.0
- github.com/fluxcd/source-controller/api to v1.0.0-rc.5
- github.com/stretchr/testify to v1.8.4
Signed-off-by: Hidde Beydals <hidde@hhh.computer >
2023-06-01 12:07:58 +02:00
fluxcdbot
29c2c72d8f
Update toolkit components
...
- helm-controller to v0.34.1
https://github.com/fluxcd/helm-controller/blob/v0.34.1/CHANGELOG.md
- source-controller to v1.0.0-rc.5
https://github.com/fluxcd/source-controller/blob/v1.0.0-rc.5/CHANGELOG.md
- image-automation-controller to v0.34.1
https://github.com/fluxcd/image-automation-controller/blob/v0.34.1/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com >
2023-06-01 10:01:54 +00:00
Sanskar Jaiswal
ae9b541ce2
Merge pull request #3938 from fluxcd/e2e-azure-main
...
e2e: Run e2e Azure tests for PRs to main if tests or wofklow changes
2023-05-31 21:34:20 +05:30
Sanskar Jaiswal
8d86637d3f
e2e: run e2e Azure tests for PRs to main if tests or wofklow changes
...
Run e2e Azure tests for PRs and commits to main if the `tests` directory
or the Azure workflow itself changes.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-05-31 18:07:40 +05:30
Sanskar Jaiswal
390ff1bcf7
Merge pull request #3932 from aryan9600/null-logger
...
Set `controller-runtime` logger to a null logger
2023-05-30 15:23:57 +05:30
Sanskar Jaiswal
aa65589391
set controller-runtime logger to a null logger
...
This is required because controller-runtime expects its consumers to
set a logger through log.SetLogger within 30 seconds of the program's
initalization. If not set, the entire debug stack is printed as an
error. Ref: https://github.com/kubernetes-sigs/controller-runtime/blob/ed8be90/pkg/log/log.go#L59
Since we have our own logging and don't care about controller-runtime's
logger, we configure it's logger to do nothing.
Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com >
2023-05-30 14:40:17 +05:30