iam-karan-suresh
df3878d36a
feat: adding support digest pinning for flux plugin install
...
Signed-off-by: iam-karan-suresh <karansuresh.info@gmail.com >
2026-04-29 18:01:18 +05:30
Stefan Prodan
474efa09cf
Split plugin commands into individual files
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-04-20 21:42:42 +03:00
Stefan Prodan
8be056324a
Add plugin management commands
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-04-14 00:46:22 +03:00
rycli
e9bcccfede
test: add 'flux diff ks' tests for cases that involve new namespaces
...
Signed-off-by: rycli <cyril@ryc.li >
Assisted-by: claude-code/claude-opus-4-6
2026-04-13 18:36:21 +02:00
rycli
d349ffe37d
feat: add --ignore-not-found flag to 'flux diff ks' command
...
Signed-off-by: rycli <cyril@ryc.li >
Assisted-by: claude-code/claude-opus-4-6
2026-04-13 18:35:52 +02:00
rycli
e5128ea97e
feat: add WithInMemoryBuild to use virtual FS for kustomize
...
Signed-off-by: rycli <cyril@ryc.li >
2026-04-10 21:36:45 +02:00
iam-karan-suresh
69e2c6bc7d
fix: handle multiple symlinks to same target in build artifact
...
Signed-off-by: iam-karan-suresh <karansuresh.info@gmail.com >
2026-04-10 16:15:11 +05:30
Stefan Prodan
c601a212f6
Add --audience-claim for GCR Receivers
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-04-10 12:34:26 +03:00
Stefan Prodan
02734f28ba
Add flux create secret receiver command
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2026-04-10 12:09:42 +03:00
Rafael Peroco
8a777bdd0f
feat: add --show-source flag to flux get helmrelease
...
Signed-off-by: Rafael Peroco <rafaelperoco@gmail.com >
2026-04-09 18:20:43 -03:00
Rafael Peroco
e2af45aee4
feat: add --show-source flag to flux get kustomization
...
Fixes #2692
Signed-off-by: Rafael Peroco <rafaelperoco@gmail.com >
2026-04-08 21:49:15 -03:00
Ghassan Malke
457abed9f9
fix: validate --source flag in create kustomization command
...
Signed-off-by: Ghassan Malke <gmalke@shiftbase.com >
2026-03-30 13:20:31 +02:00
Rohan Sood
7bf0bda689
Add --resolve-symlinks flag to build and push artifact commands
...
This adds a --resolve-symlinks flag to the flux build artifact and flux push artifact
commands. When enabled, symlinks in the source directory are resolved (copied as regular
files/directories) before building the artifact. This includes:
- Recursive symlink resolution with cycle detection
- File permission preservation
- Proper handling of both single-file and directory symlink targets
- Comprehensive test coverage
Fixes #5055
Signed-off-by: Rohan Sood <56945243+rohansood10@users.noreply.github.com >
2026-03-20 11:47:27 -07:00
Aman-Cool
6a5e644798
fix: return error immediately on failed reconciliation status
...
Co-authored-by: Matheus Pimenta <matheuscscp@gmail.com >
Signed-off-by: Aman-Cool <aman017102007@gmail.com >
2026-03-13 15:34:12 +05:30
Matheus Pimenta
fd547dfe42
Bump minimum Kubernetes version to 1.33
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-02-24 12:06:45 +00:00
Matheus Pimenta
4eddf80724
Fix event listing ignoring pagination token
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-02-18 15:53:10 +00:00
Matheus Pimenta
2a2201fe56
Add 2.8 to supported versions for flux migrate -f
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com >
2026-02-12 11:02:58 +00: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
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
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
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
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
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
Daniel Guns
cdc37c304a
Adding export source external
...
Signed-off-by: Daniel Guns <danbguns@gmail.com >
2025-10-24 14:52:36 -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
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
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
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
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
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
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
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
6185366b8a
Migrate create commands to DependencyReference type
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com >
2025-09-25 18:22: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
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
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
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
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
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
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
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
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
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
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
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
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