- Jun 01, 2022
-
-
fluxcdbot authored
- kustomize-controller to v0.26.0 https://github.com/fluxcd/kustomize-controller/blob/v0.26.0/CHANGELOG.md - source-controller to v0.25.0 https://github.com/fluxcd/source-controller/blob/v0.25.0/CHANGELOG.md - notification-controller to v0.24.0 https://github.com/fluxcd/notification-controller/blob/v0.24.0/CHANGELOG.md - image-reflector-controller to v0.19.0 https://github.com/fluxcd/image-reflector-controller/blob/v0.19.0/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
- May 30, 2022
-
-
Stefan Prodan authored
Refactor Flux Prometheus monitoring stack
-
- May 29, 2022
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
- Automate kube-prometheus-stack helm release upgrades for the v35.x range - Remove deprecated Grafana settings - Set Prometheus retention to 24h - Label Flux dashboards and PodMonitors with `app.kubernetes.io/component: monitoring` - Change the `podMonitorSelector` to match the label `app.kubernetes.io/component: monitoring` Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- May 28, 2022
-
-
Stefan Prodan authored
Add `--ignore-paths` flag to `flux create source (git|bucket)`
-
- May 27, 2022
-
-
Tarun Gupta Akirala authored
A new --ignore-paths flag is added to following commands: flux create source git --ignore-paths ... flux create source bucket --ignore-paths ... A StringSliceVar is used which supports specifying the flag multiple times to populate a list or either a comma seperated string value A unit test with a golden file is added to validate the flag Signed-off-by:
Tarun Gupta Akirala <takirala@users.noreply.github.com>
-
Stefan Prodan authored
Update go-git-providers to v0.6.0
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Update dependencies
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
- Update Kubernetes packages to v1.24 - Update go-yaml to v3.0.0 (fix CVE-2022-28948) - Update fluxcd/pkg/runtime to v0.15.1 Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- May 26, 2022
-
-
Stefan Prodan authored
grafana: display exported ns, slight resizing, default sorting by state
-
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