- May 26, 2022
-
-
Cristian Chiru authored
Signed-off-by:
Cristian Chiru <cristi.chiru@gmail.com>
-
- May 25, 2022
-
-
Stefan Prodan authored
Update Go to 1.18 in CI
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- May 24, 2022
-
-
Hidde Beydals authored
Ensure proper FS root is set while bootstrapping
-
Hidde Beydals authored
This ensures relative paths to e.g. bases can be used. Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
- May 18, 2022
-
-
Max Jonas Werner authored
Move MAINTAINERS to f/community
-
Daniel Holbach authored
Signed-off-by:
Daniel Holbach <daniel@weave.works>
-
Max Jonas Werner authored
fix e2e tests
-
Max Jonas Werner authored
It's not part of the `flux check` output. Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
Max Jonas Werner authored
The output of `kubectl version` has changed with newer kubectl version from ``` { "serverVersion": ..., "clientVersion": ... } ``` to ``` { "serverVersion": ..., "clientVersion": ..., "kustomizeVersion": ... } ``` So the `kustomizeVersion` field is new which causes the JSON unmarshaling to fail. We now just unmarshal it to `map[string]interface{}` and peel the server git version out of that map manually w/o unmarshalling the JSON into a custom type. Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
Max Jonas Werner authored
Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
- May 04, 2022
-
-
Sanskar Jaiswal authored
Signed-off-by:
Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
-
Stefan Prodan authored
Grant service account read-only access to controllers
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
For image automation to use a service account to authenticate to container registries, the controllers needs read-only access to service accounts. Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
MacOS: fix bootstrap manifest generation
-
Stefan Prodan authored
Use the OS package to write the generated files on disk instead of Flux secure FS package which is meant for read operations. Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
- May 03, 2022
-
-
Hidde Beydals authored
- kind to v0.12.0 - kubectl to v1.23.6 - helm to v3.8.2 - runner to v2.291.1 Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
Hidde Beydals authored
- github.com/fluxcd/pkg/runtime to v0.14.2 - github.com/google/go-cmp to v0.5.8 - golang.org/x/crypto to v0.0.0-20220427172511-eb4f295cb31f - k8s.io/cli-runtime to v0.23.6 - k8s.io/kubectl to v0.23.6 Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
Hidde Beydals authored
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
fluxcdbot authored
- helm-controller to v0.21.0 https://github.com/fluxcd/helm-controller/blob/v0.21.0/CHANGELOG.md - kustomize-controller to v0.25.0 https://github.com/fluxcd/kustomize-controller/blob/v0.25.0/CHANGELOG.md - source-controller to v0.24.4 https://github.com/fluxcd/source-controller/blob/v0.24.4/CHANGELOG.md - notification-controller to v0.23.5 https://github.com/fluxcd/notification-controller/blob/v0.23.5/CHANGELOG.md - image-reflector-controller to v0.18.0 https://github.com/fluxcd/image-reflector-controller/blob/v0.18.0/CHANGELOG.md - image-automation-controller to v0.22.1 https://github.com/fluxcd/image-automation-controller/blob/v0.22.1/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
Hidde Beydals authored
-
Hidde Beydals authored
This switches to a secure FS implementation in most places, except for where we can not make changes at this moment because it would break behavior. Not handled in this commit: - Allowing the root for `manifestgen` packages to be configured. - Allowing the user to define a working root while building locally. - Defaulting to the secure FS implementation in `kustomization.MakeDefaultOptions`. Problem here is that constructing the secure FS could result in an error, which we can not surface without signature changes to the constructor func. Signed-off-by:
Hidde Beydals <hello@hidde.co>
- Apr 28, 2022
-
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
fluxcdbot authored
- kustomize-controller to v0.24.4 https://github.com/fluxcd/kustomize-controller/blob/v0.24.4/CHANGELOG.md - source-controller to v0.24.3 https://github.com/fluxcd/source-controller/blob/v0.24.3/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
- Apr 27, 2022
-
-
Stefan Prodan authored
Add Paulo Gomes to maintainer's list
-
Paulo Gomes authored
Signed-off-by:
Paulo Gomes <paulo.gomes@weave.works>
-
- Apr 26, 2022
-
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
fluxcdbot authored
- source-controller to v0.24.2 https://github.com/fluxcd/source-controller/blob/v0.24.2/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
- Apr 22, 2022
-
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>
-
fluxcdbot authored
- kustomize-controller to v0.24.3 https://github.com/fluxcd/kustomize-controller/blob/v0.24.3/CHANGELOG.md - source-controller to v0.24.1 https://github.com/fluxcd/source-controller/blob/v0.24.1/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
- Apr 21, 2022
-
-
Hidde Beydals authored
Signed-off-by:
Hidde Beydals <hello@hidde.co>