- Jun 08, 2022
-
-
fluxcdbot authored
- helm-controller to v0.22.1 https://github.com/fluxcd/helm-controller/blob/v0.22.1/CHANGELOG.md - kustomize-controller to v0.26.1 https://github.com/fluxcd/kustomize-controller/blob/v0.26.1/CHANGELOG.md - source-controller to v0.25.5 https://github.com/fluxcd/source-controller/blob/v0.25.5/CHANGELOG.md - image-reflector-controller to v0.19.1 https://github.com/fluxcd/image-reflector-controller/blob/v0.19.1/CHANGELOG.md - image-automation-controller to v0.23.2 https://github.com/fluxcd/image-automation-controller/blob/v0.23.2/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
- Jun 07, 2022
-
-
Stefan Prodan authored
[RFC-0002] Update status and implementation history
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Jun 06, 2022
-
-
Stefan Prodan authored
Update source-controller to v0.25.3
-
fluxcdbot authored
- source-controller to v0.25.3 https://github.com/fluxcd/source-controller/blob/v0.25.3/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
- Jun 04, 2022
-
-
Stefan Prodan authored
Update dependencies
-
- Jun 03, 2022
-
-
Stefan Prodan authored
- sync tests/azure with main go.mod - update homeport/dyff to v1.5.4 - update k8s.io/apiextensions-apiserver to v0.24.1 Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Update toolkit components
-
fluxcdbot authored
- helm-controller to v0.22.0 https://github.com/fluxcd/helm-controller/blob/v0.22.0/CHANGELOG.md - source-controller to v0.25.2 https://github.com/fluxcd/source-controller/blob/v0.25.2/CHANGELOG.md - image-automation-controller to v0.23.0 https://github.com/fluxcd/image-automation-controller/blob/v0.23.0/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
Stefan Prodan authored
monitoring: Add Grafana Loki HR and Flux logs dashboard
-
Stefan Prodan authored
- add loki-stack HelmRelease to install Loki and Promtail in the monitoring namespace - make the loki-stack HelmRelease depend on kube-prometheus-stack to install Loki's datasource and service monitors in the correct order - add a Grafana dashboard for displaying and filtering the Flux controllers JSON logs Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Jun 02, 2022
-
-
Max Jonas Werner authored
Add `--kubeconfig-secret-ref` to `flux create ks|hr`
-
Stefan Prodan authored
Allow specifying the name of the Kubernetes Secret that contains a key with the kubeconfig file for connecting to a remote cluster. Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
e2e: Update ARM64 runners to Kubernetes 1.24
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Handle multi-doc yaml for flux build
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-
Stefan Prodan authored
Add `--allow-insecure-http` to `bootstrap git`
-
Vipul Newaskar authored
Updated misleading error message Signed-off-by:
Vipul Newaskar <vipulnewaskar7@gmail.com>
-
Vipul Newaskar authored
This change will allow user to bootstrap with http git urls But user must explicitely set --allow-insecure-http=true Signed-off-by:
Vipul Newaskar <vipulnewaskar7@gmail.com>
-
- Jun 01, 2022
-
-
Stefan Prodan authored
Add OCI support to `create source helm`
-
Max Jonas Werner authored
-
Max Jonas Werner authored
Update toolkit components
-
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>
-
Max Jonas Werner authored
Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
Max Jonas Werner authored
closes #2774 Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
- 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>
-