Stefan Prodan
d6dec730d8
Merge pull request #5597 from anshuishere/skip-tenant-ns-create
...
Allow option to skip tenant namespace creation
3 hours ago
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>
6 hours ago
Matheus Pimenta
55936e9366
Merge pull request #5639 from fluxcd/update-components
...
Update toolkit components
1 day ago
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>
1 day ago
Matheus Pimenta
5759d08473
Merge pull request #5625 from hown3d/report-diff-skip
...
diff: report if object is skipped
2 days ago
Lukas Hoehl
5048de80f0
diff: report if object is skipped
...
Signed-off-by: Lukas Hoehl <lukas.hoehl@stackit.cloud>
3 days ago
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
3 days ago
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>
3 days ago
Matheus Pimenta
ae9ef62f39
Merge pull request #5630 from fluxcd/fix-5629
...
Fix panic on reconcile with source of ExternalArtifact kind
4 days ago
Matheus Pimenta
69feb7214a
Fix panic on reconcile with source of ExternalArtifact kind
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
4 days ago
Matheus Pimenta
e95da82f5a
Merge pull request #5627 from fluxcd/fix-5626
...
Add source.extensions.fluxcd.io group to aggregated RBAC roles
1 week ago
Matheus Pimenta
7c5f9befb4
Add source.extensions.fluxcd.io group to aggregated RBAC roles
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 week ago
Stefan Prodan
26a8d0c1c7
Merge pull request #5614 from fluxcd/conform-source-watcher
...
ci: Include source-watcher in the e2e test suite
3 weeks ago
Stefan Prodan
833815c71d
ci: Include source-watcher in the e2e test suite
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
3 weeks ago
Matheus Pimenta
31287b9b27
Merge pull request #5602 from jaxels10/main
...
fix: return accepted values for flags when calling Values.Type()
3 weeks ago
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>
3 weeks ago
Matheus Pimenta
b33f173670
Merge pull request #5603 from fluxcd/update-components
...
Update toolkit components
3 weeks ago
Matheus Pimenta
d8c6ee167c
Fix bootstrap e2e test for image policy
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
3 weeks ago
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>
3 weeks ago
Stefan Prodan
5f2a6ebc2b
Merge pull request #5583 from dgunzy/add-export-source-external
...
[RFC-0012] Add command `flux export source external`
3 weeks ago
Daniel Guns
cdc37c304a
Adding export source external
...
Signed-off-by: Daniel Guns <danbguns@gmail.com>
4 weeks ago
Matheus Pimenta
60e4d99b57
Merge pull request #5594 from fluxcd/pin-cosign-v2.6.1
...
Pin cosign to v2.6.1
1 month ago
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>
1 month ago
Stefan Prodan
9b944da896
Merge pull request #5589 from akshatsinha0/fix/check-prompt-write-error
...
fix: handle error when writing password prompt to stdout
1 month ago
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>
1 month ago
Stefan Prodan
9f18062d43
Merge pull request #5555 from dgunzy/add-get-source-external-artifact
...
[RFC-0012] Add command `flux get source external`
1 month ago
Daniel Guns
1055f28524
Adding get source external-artifact
...
Signed-off-by: Daniel Guns <danbguns@gmail.com>
1 month ago
Matheus Pimenta
7b0021c1a8
Merge pull request #5581 from fluxcd/restore-github-pat-for-backports
...
Restore GitHub PAT for backports
1 month ago
Matheus Pimenta
ba997449aa
Restore GitHub PAT for backports
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 month ago
Matheus Pimenta
ca2f0205c4
Merge pull request #5578 from fluxcd/update-components
...
Update toolkit components
1 month ago
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>
1 month ago
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
1 month ago
Stefan Prodan
767f235f94
Update dependencies to Kubernetes v1.34.1 and Go 1.25.2
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
1 month ago
Stefan Prodan
d5a2c66746
Merge pull request #5574 from fluxcd/fix-manifestgen
...
Fix manifest generation for `--storage-adv-addr` and `--events-addr` flags
1 month ago
Stefan Prodan
f2ff083b8e
Use `RUNTIME_NAMESPACE` when setting `--events-addr`
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2 months ago
Stefan Prodan
8c45f25f33
Fix `--storage-adv-addr` for source-watcher
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2 months ago
Stefan Prodan
f85cbfa9c8
Merge pull request #5570 from fluxcd/remove-aur-pkgs
...
Disable AUR publishing
2 months ago
Stefan Prodan
71a3dad213
Disable AUR publishing
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2 months ago
Matheus Pimenta
72e0535958
Merge pull request #5568 from fluxcd/update-components
...
Update toolkit components
2 months ago
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>
2 months ago
Stefan Prodan
8e99cf7c93
Merge pull request #5566 from ramasai1/refactor-variable-sub
...
refactor: convert `Kustomization` resource into unstructured map only once during variable substitution
2 months ago
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>
2 months ago
Matheus Pimenta
0fe4449870
Merge pull request #5563 from fluxcd/fix-migrate-f
...
Fix `flux migrate -f` not considering kind comments
2 months ago
Matheus Pimenta
7c5fb2297c
Fix flux migrate -f not considering kind comments
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2 months ago
Stefan Prodan
f4a811fbd3
Merge pull request #5562 from fluxcd/source-watcher-links
...
Add source-watcher to docs
2 months ago
Stefan Prodan
bb3726bb87
Add source-watcher to docs
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2 months ago
Matheus Pimenta
333c8fe704
Merge pull request #5560 from fluxcd/fix-migrate-files
...
Fix `flux migrate -f` command to work with comments
2 months ago
Matheus Pimenta
83213ce83f
Fix migrate -f command to work with comments
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2 months ago
Stefan Prodan
69718599ac
Merge pull request #5558 from fluxcd/improve-flux-migrate
...
Improve `flux migrate` for live cluster migrations
2 months ago
Stefan Prodan
0255957dd7
Improve `flux migrate` for live cluster migrations
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2 months ago