Commit Graph

2515 Commits (7621418b72dc3af6a41a1d5be594ec228c88c04a)
 

Author SHA1 Message Date
Soule BA da6dfd5a1b
Use provided ssh hostname to sync with ssh
Signed-off-by: Soule BA <soule@weave.works>
Stefan Prodan 4318152141
Merge pull request from Skarlso/add_bindir_to_action
Add optional bindir input to Flux GitHub Action
Gergely Brautigam 759145704f
Update the action to include an optional bindir
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Stefan Prodan 5cab8f4b11
Merge pull request from fluxcd/go-git-providers-v0.5.1
Update Git providers
Stefan Prodan a0ce4b23d2
Update Git providers
- go-git-providers v0.5.1
- go-github v41.0.0
- go-gitlab v0.54.3

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Hidde Beydals 6d88a0c3ac
Merge pull request from fluxcd/update-components
fluxcdbot db44bcd88e Update toolkit components
- notification-controller to v0.20.1
  https://github.com/fluxcd/notification-controller/blob/v0.20.1/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
Hidde Beydals 585ae5090d
Merge pull request from fluxcd/x-crypto-patch
Hidde Beydals fe46793c40 Update golang.org/x/crypto to latest main
This includes the full commit tree to solve both CVE-2020-29652 and
CVE-2021-43565:
8b5274cf68...5770296d90

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan be146b1cc9
Merge pull request from fluxcd/update-components-pkg
Update toolkit components and packages
Aurel Canciu e46c7bd519
Update golang.org/x/crypto to fix CVE-2020-29652
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Aurel Canciu f3d143e5ee
Update Go to v1.17
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Stefan Prodan fc059df8ff
Update controller-runtime dependencies
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
fluxcdbot 6c047d1e2a Update toolkit components
- helm-controller to v0.15.0
  https://github.com/fluxcd/helm-controller/blob/v0.15.0/CHANGELOG.md
- kustomize-controller to v0.19.0
  https://github.com/fluxcd/kustomize-controller/blob/v0.19.0/CHANGELOG.md
- source-controller to v0.20.1
  https://github.com/fluxcd/source-controller/blob/v0.20.1/CHANGELOG.md
- image-reflector-controller to v0.15.0
  https://github.com/fluxcd/image-reflector-controller/blob/v0.15.0/CHANGELOG.md
- image-automation-controller to v0.19.0
  https://github.com/fluxcd/image-automation-controller/blob/v0.19.0/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
Stefan Prodan f6afe7f0ec
Merge pull request from schrej/feature/cli-runtime
Use k8s.io/cli-runtime for kubernetes flags
Jakob Schrettenbrunner ca7d2e783f Use k8s.io/cli-runtime for kubernetes flags
Signed-off-by: Jakob Schrettenbrunner <jakob.schrettenbrunner@telekom.de>
Max Jonas Werner 0b133ca9f2
Merge pull request from fluxcd/rfc-0001-extra
[RFC-0001] Memorandum on the authorization model
Michael Bridgen ede6785e6b RFC on authorisation model
This gives a baseline for future changes, e.g., expanding where
namespace ACLs are used, switching access control to
untrusted-by-default.

The "Security considerations" section  was adapted from

    https://github.com/fluxcd/flux2/pull/2086

Signed-off-by: Michael Bridgen <michael@weave.works>
Stefan Prodan 6d9f39d8ea
Merge pull request from fluxcd/arm64-helm
Add the Helm CLI to the GitHub ARM64 runners setup
Stefan Prodan fb637ea955
Add the Helm CLI to the GitHub ARM64 runners setup
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Aurel Canciu e07558f5b7
Merge pull request from fluxcd/fix-bundle.sh
Fix ./manifests/scripts/bundle.sh path resolution
Aurel Canciu b75dbf8c70
Fix ./manifests/scripts/bundle.sh path resolution
The script now uses the path of the script file itself to determine the
manifests directory paths. This fixes an issue when building the AUR
packages where the check() phase would fail because the git repository
of the package would be used and this would generate invalid paths.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Stefan Prodan 062c1e59a9
Merge pull request from grafjo/bump_kube_prometheus_stack_23_2_0
Update kube-prometheus-stack to 23.2.0
Johannes Graf ba5eea861e bump kube-prometheus-stack to 23.2.0
this release contains the prometheus operator in version 0.52.1

see https://github.com/fluxcd/flux2/issues/2192
https://github.com/fluxcd/flux2/pull/2193 for issues

Signed-off-by: Johannes Graf <graf@synyx.de>
Stefan Prodan ff7df54899
Merge pull request from fluxcd/update-components
Update toolkit components
fluxcdbot b75ce95086 Update toolkit components
- helm-controller to v0.14.1
  https://github.com/fluxcd/helm-controller/blob/v0.14.1/CHANGELOG.md
- kustomize-controller to v0.18.2
  https://github.com/fluxcd/kustomize-controller/blob/v0.18.2/CHANGELOG.md
- source-controller to v0.19.2
  https://github.com/fluxcd/source-controller/blob/v0.19.2/CHANGELOG.md

Signed-off-by: GitHub <noreply@github.com>
Hidde Beydals a86d94745a
Merge pull request from fluxcd/trace-short-styling
Hidde Beydals c13de6089a cmd: start trace short description with T
This fixes a styling issue:

```
$ flux --help

Command line utility for assembling Kubernetes CD pipelines the GitOps
way.

Usage:
  flux [command]

...

Available Commands:
  ...
  suspend     Suspend resources
  trace       trace an in-cluster object throughout the GitOps delivery
pipeline
  uninstall   Uninstall Flux and its custom resource definitions
...
```

Signed-off-by: Hidde Beydals <hello@hidde.co>
Stefan Prodan 3cb748a47e
Merge pull request from fluxcd/e2e-calico-v3.20
e2e: Update Calico to v3.20
Stefan Prodan 3e6e93fab4
e2e: Update Calico to v3.20
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 5832811930
Merge pull request from Nalum/issue-2192
Removing Kubernetes API Request Duration Graph
Luke Mallon (Nalum) 6f0ea04ff3
[refactor] Update JSON from Grafana export
Signed-off-by: Luke Mallon (Nalum) <luke.mallon@weave.works>
Stefan Prodan 26ea167524
Merge pull request from kingdonb/fixup-monitoring-guide
monitoring: Pin kube-prometheus-stack  to v19.3.0
Kingdon Barrett 1393e7a62b
pin monitoring release version at 19.3.0
Something in kube-prometheus-stack 20.0.0 has broken our example.
See https://github.com/fluxcd/flux2/pull/2193 for more information.

Signed-off-by: Kingdon Barrett <kingdon@weave.works>
Stefan Prodan 7e1fd499ca
Merge pull request from fluxcd/equinix-runners
Run the ARM64 e2e tests on Equinix hardware
Stefan Prodan 309fd86b45
Run ARM64 e2e tests on Equinix hardware
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Max Jonas Werner e14357f694
Merge pull request from dholbach/update-max
update Max email
Daniel Holbach 29f0adc587 update Max email
Signed-off-by: Daniel Holbach <daniel@weave.works>
Stefan Prodan 3ab578747d
Merge pull request from fluxcd/rfc-template
[RFC-0000] Introduce the Flux RFC template
Stefan Prodan 2c3cb1a664
Add template to RFC-0000
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 99a0c47277
Add RFC process
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan c5b2c6709a
Add status, creation and last update date fields to RFC template
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Stefan Prodan 8354ac937c
Introduce the Flux RFC template
The RFC template is heavily inspired by Rust RFCs and Kubernetes KEPs.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Daniel Holbach aa5ad65286
Merge pull request from dholbach/change-relu-email
update Aurel's email
Daniel Holbach 05adb44416 update Aurel's email
Signed-off-by: Daniel Holbach <daniel@weave.works>
Hidde Beydals adf5a5278f
Merge pull request from fluxcd/revert-json-schemas
Hidde Beydals bb04ca36b2 Pin `crdjsonschema` action to commit
Pinned to commit before https://github.com/fluxcd/pkg/pull/189 due to
introduction faulty behavior.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals fc94b1af7a Revert "Merge pull request from chanwit/json_schemas"
This reverts commit 75a18b4548, reversing
changes made to e72214e266.

Signed-off-by: Hidde Beydals <hello@hidde.co>
Hidde Beydals d9886035c8
Merge pull request from fluxcd/update-components
Hidde Beydals 0e122863dd Update toolkit components tests
- helm-controller to v0.14.0
- kustomize-controller to v0.18.1
- source-controller to v0.19.0
- notification-controller to v0.19.0
- image-reflector-controller to v0.14.0
- image-automation-controller to v0.18.0

Signed-off-by: Hidde Beydals <hello@hidde.co>