- Nov 11, 2021
-
-
fluxcdbot authored
- helm-controller to v0.12.2 https://github.com/fluxcd/helm-controller/blob/v0.12.2/CHANGELOG.md - image-reflector-controller to v0.13.1 https://github.com/fluxcd/image-reflector-controller/blob/v0.13.1/CHANGELOG.md - image-automation-controller to v0.17.1 https://github.com/fluxcd/image-automation-controller/blob/v0.17.1/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
Hidde Beydals authored
-
Jack Evans authored
Signed-off-by:
Jack Evans <jack.evans1@ibm.com>
-
Stefan Prodan authored
Edit grafana dashboard to be able to filter by namespace
-
Daniel AguadoAraujo authored
Edit definition of namespace variable to use grafana custom promql function `label_values`. Rename variable namespace to operator_namespace. Rename variable exported_namespace to namespace Signed-off-by:
Daniel AguadoAraujo <daniel.aguadoaraujo@gfk.com>
-
- Nov 10, 2021
-
-
Stefan Prodan authored
Skip remote clusters in flux tree cmd
-
- Nov 09, 2021
-
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Update toolkit components
-
fluxcdbot authored
- kustomize-controller to v0.17.0 https://github.com/fluxcd/kustomize-controller/blob/v0.17.0/CHANGELOG.md - image-automation-controller to v0.17.0 https://github.com/fluxcd/image-automation-controller/blob/v0.17.0/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
Stefan Prodan authored
Make flux bootstrap and install comments consistent
-
Jack Evans authored
Signed-off-by:
Jack Evans <jack.evans1@ibm.com>
-
- Nov 08, 2021
-
-
Stefan Prodan authored
Update dependencies
-
Stefan Prodan authored
- github.com/fluxcd/go-git-providers v0.3.1 - github.com/fluxcd/pkg/ssa v0.3.1 - github.com/manifoldco/promptui v0.9.0 - sigs.k8s.io/controller-runtime v0.10.2 Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Prompt for access tokens in 'bootstrap' command
-
- Nov 07, 2021
-
-
Max Jonas Werner authored
bufio's reader.ReadString includes any CRLF characters and we don't want these in the resulting token because this leads to errors in the authentication like this: ``` ✗ failed to get Git repository "https://github.com/kingdon-ci/jenkins-infra": Get "https://api.github.com/repos/kingdon-ci/jenkins-infra ": net/http: invalid header field value "Bearer gho_NNNNNsecrettokenMMMMM\n" for key Authorization ``` Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
Max Jonas Werner authored
Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
Max Jonas Werner authored
This change adds functionality to both, `bootstrap github` and `bootstrap gitlab` to prompt the user for the personal access tokens if those can't be derived from the shell environment. Echoing is turned off for better privacy. Instead of having to interactively type the token or manually paste it from the clipboard, users can also pipe it to Flux which comes in handy e.g. when executing Flux remotely over an SSH connection: ``` $ echo 'asdf' | flux bootstrap github ``` Otherwise, Flux will prompt the user: ``` $ flux bootstrap github Please type your GitHub personal access token: ``` closes #2011 Signed-off-by:
Max Jonas Werner <mail@makk.es>
-
- Nov 04, 2021
-
-
Stefan Prodan authored
Add `DO NOT EDIT` warn to bootstrap sync manifests
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Sunny authored
Update toolkit components
-
fluxcdbot authored
- source-controller to v0.17.2 https://github.com/fluxcd/source-controller/blob/v0.17.2/CHANGELOG.md - image-automation-controller to v0.16.1 https://github.com/fluxcd/image-automation-controller/blob/v0.16.1/CHANGELOG.md Signed-off-by:
GitHub <noreply@github.com>
-
Stefan Prodan authored
Use full domain name for notification-controller
-
- Nov 03, 2021
-
-
Pawel Rozlach authored
Signed-off-by:
Pawel Rozlach <vespian@users.noreply.github.com>
-
- Nov 02, 2021
-
-
Stefan Prodan authored
Set ECDSA as the default algorithm for `flux create source git`
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
bootstrap: Set ECDSA as the default SSH key algorithm
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Motivation: RSA SHA-1 SSH keys are no longer accepted by GitHub https://github.blog/2021-09-01-improving-git-protocol-security-github/ . Given this we are switching the default from RSA to ECDSA for `git`, `github` and `gitlab` variants of `flux bootstrap`. Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
- Nov 01, 2021
-
-
Stefan Prodan authored
Switch to `app.kubernetes.io/part-of` label selector
-
Stefan Prodan authored
Use `app.kubernetes.io/part-of: flux` label instead of `app.kubernetes.io/instance` to select the in-cluster objects used in flux version, check, logs and uninstall commands. Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Add fetch timeout arg to create source commands
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Set default ns with `FLUX_SYSTEM_NAMESPACE` env var
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Add flux version to issue template
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Enable completion for flux tree cmd
-
Stefan Prodan authored
Signed-off-by:
Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Add unit tests for export
-
Somtochi Onyekwere authored
Signed-off-by:
Somtochi Onyekwere <somtochionyekwere@gmail.com>
-