Stefan Prodan
5879d8575a
Merge pull request #4369 from fluxcd/dependabot/go_modules/github.com/docker/docker-24.0.7incompatible
...
build(deps): bump github.com/docker/docker from 24.0.0+incompatible to 24.0.7+incompatible
2 years ago
dependabot[bot]
80810bdc0f
build(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.0+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.0...v24.0.7 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Max Jonas Werner
e3605acc13
Merge pull request #4366 from fluxcd/dependabot/github_actions/ci-fa2bfd4781
...
build(deps): bump the ci group with 2 updates
2 years ago
dependabot[bot]
cbce9b5e26
build(deps): bump the ci group with 2 updates
...
Bumps the ci group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action ) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action ).
Updates `korthout/backport-action` from 1.4.0 to 2.0.0
- [Release notes](https://github.com/korthout/backport-action/releases )
- [Commits](bd68141f07...408fae11ed )
Updates `ossf/scorecard-action` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](483ef80eb9...0864cf1902 )
---
updated-dependencies:
- dependency-name: korthout/backport-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Stefan Prodan
1ff76bd4a5
Merge pull request #4358 from fluxcd/dependabot/go_modules/tests/integration/google.golang.org/grpc-1.56.3
...
build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /tests/integration
2 years ago
dependabot[bot]
920fea7d1b
build(deps): bump google.golang.org/grpc in /tests/integration
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.55.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.55.0...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Stefan Prodan
adc04651cf
Merge pull request #4345 from somtochiama/safe-bootstrap
...
Prevent `flux install` from overriding bootrapped cluster
2 years ago
Somtochi Onyekwere
0eba9662e6
prevent flux install from overriding bootrapped cluster
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
2 years ago
Max Jonas Werner
7949135a74
Merge pull request #4351 from fluxcd/dependabot/github_actions/ci-16ff15100a
...
build(deps): bump the ci group with 1 update
2 years ago
dependabot[bot]
025fe9ced1
build(deps): bump the ci group with 1 update
...
Bumps the ci group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](8ade135a41...b4ffde65f4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Travis Mattera
1ba44502c8
Removed discussion of metrics.
...
Added implementation details regarding controller predicates.
Rephrased and wordsmithed content.
Signed-off-by: Travis Mattera <travis@mattera.io>
2 years ago
Travis Mattera
cb4db08949
Reflow text to 80 chars per line.
...
Signed-off-by: Travis Mattera <travis@mattera.io>
2 years ago
Travis Mattera
0135f48d87
Removed suspend scheduling by annotation from the scope of the rfc.
...
Added discussion and implementation samples for update predicate.
Altered plans for handling suspended objects only by annotation and
omitting any status updates or .spec.suspend manipulation.
Signed-off-by: Travis Mattera <travis@mattera.io>
2 years ago
Travis Mattera
fa42c8b886
Added rfc-0006 for a proposal on an alternative suspend control for flux
...
resources.
Signed-off-by: Travis Mattera <travis@mattera.io>
2 years ago
Hidde Beydals
5f1fe306bb
Merge pull request #4329 from fluxcd/tidy-nits
...
Address various issues throughout code base
2 years ago
Hidde Beydals
f137263fe9
misc: clean up immediately and avoid delayed defer
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
ba1180ad4d
misc: fix hypothetical implicit memory aliasing
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
e3f6f0f8b3
misc: `sinceSeconds` -> `sinceDuration`
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
f5d3283cff
misc: remove unused bits of code
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
3fdb292381
misc: address `wait.PollImmediate` deprecation
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
22134b1233
misc: use `errors.As` instead of type checking
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
ce3e264c7d
misc: unconditional `strings.TrimPrefix`
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
5b22207c98
misc: address `kustomize/api/filesys` deprecation
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
3278a0782f
misc: simplify row append
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
43c2359705
misc: address double import
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
a2a3b4f00f
misc: use raw string for regex to avoid double esc
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
3c495861a1
misc: address unnecessary use of `fmt.Sprintf`
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
b67a46371b
misc: handle undhandled error
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Hidde Beydals
16d352b15b
misc: address `strings.Title` deprecation
...
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2 years ago
Stefan Prodan
ac95ac0653
Merge pull request #4332 from matheuscscp/oci-verify-secret
...
Add CLI flags for OCIRepository signature verification
2 years ago
Matheus Pimenta
840e717b72
Add CLI flag for OCIRepo verify secret
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2 years ago
Stefan Prodan
ae0c3c8020
Merge pull request #4284 from errordeveloper/pull-any-artifact
...
Make `flux pull` work for OCI artifacts produced by other tools
2 years ago
Ilya Dmitrichenko
b46e298b4d
Print artifact source and revision only when available
...
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
2 years ago
Ilya Dmitrichenko
e9d4b42b12
Upgrade github.com/fluxcd/pkg/oci
...
Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
2 years ago
Hidde Beydals
771b7ab98a
Merge pull request #4296 from Skarlso/fix-apply-timeout-on-empty-set
...
fix: only wait for changeset if the result is not empty
2 years ago
Gergely Brautigam
a51ede681f
fix: only wait for changeset if the result is not empty
...
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
2 years ago
Stefan Prodan
be03ca3b5d
Merge pull request #4324 from somtochiama/update-ggp
...
bootstrap: Fix error msg when the Git token doesn't match the repo owner
2 years ago
Somtochi Onyekwere
08cb3858ed
Update go-git-providers to v0.19.1
...
Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
2 years ago
Stefan Prodan
39d4270f32
Merge pull request #4323 from fluxcd/update-e2e-deps
...
e2e: Update Go dependencies
2 years ago
Stefan Prodan
42372d9ef6
e2e: Update Go dependencies
...
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2 years ago
Stefan Prodan
e9aa53d2ed
Merge pull request #4318 from fluxcd/dependabot/go_modules/golang.org/x/net-0.17.0
...
build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
2 years ago
dependabot[bot]
8f7ed74913
build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Stefan Prodan
2c090dbdf6
Merge pull request #4313 from fluxcd/update-components
...
Update toolkit components
2 years ago
fluxcdbot
084fb6318d
Update toolkit components
...
- helm-controller to v0.36.2
https://github.com/fluxcd/helm-controller/blob/v0.36.2/CHANGELOG.md
- kustomize-controller to v1.1.1
https://github.com/fluxcd/kustomize-controller/blob/v1.1.1/CHANGELOG.md
- source-controller to v1.1.2
https://github.com/fluxcd/source-controller/blob/v1.1.2/CHANGELOG.md
Signed-off-by: GitHub <noreply@github.com>
2 years ago
Max Jonas Werner
1daa7a8aa4
Merge pull request #4308 from fluxcd/dependabot/github_actions/ci-2f3aab97f7
...
build(deps): bump the ci group with 1 update
2 years ago
dependabot[bot]
cf78e029aa
build(deps): bump the ci group with 1 update
...
Bumps the ci group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action ).
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](08b4669551...483ef80eb9 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Stefan Prodan
a337a7ec73
Merge pull request #4285 from matheuscscp/slsa
...
Add badge for SLSA Level 3
2 years ago
Matheus Pimenta
630ca340dd
Add badge for SLSA Level 3
...
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
2 years ago
Max Jonas Werner
e12839567e
Merge pull request #4279 from fluxcd/dependabot/github_actions/ci-663ed1f0b6
...
build(deps): bump the ci group with 1 update
2 years ago
dependabot[bot]
524a729f5d
build(deps): bump the ci group with 1 update
...
Bumps the ci group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](3df4ab11eb...8ade135a41 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ci
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago