Commits on Source (51)
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Hidde Beydals authored
docs: Add permissions to update workflow
-
dependabot[bot] authored
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/9754a253a8673b0ea869c2e863b4e975497efd0c...f82d6c1c344bcacabba2c841718984797f664a6b ) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
build(deps): bump goreleaser/goreleaser-action from 4.1.1 to 4.2.0
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/58c146cc91c5b9e778e71775dfe9bf1442ad9a12...627f0f41f6904a5b1efbaed9f96d9eb58e92e920 ) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
build(deps): bump actions/cache from 3.2.3 to 3.2.4
-
dependabot[bot] authored
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/15c905b16b06416d2086efa066dd8e3a35cc7f98...f03ac48505955848960e80bbb68046aa35c7b9e7 ) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
build(deps): bump docker/setup-buildx-action from 2.4.0 to 2.4.1
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
RFC-0003: Introduce Flux OCI media type
-
dependabot[bot] authored
Bumps [snyk/actions](https://github.com/snyk/actions) from e25b2e6f5658d1bb7a6671b113260f13134cc3af to 806182742461562b67788a64410098c9d9b96adb. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/e25b2e6f5658d1bb7a6671b113260f13134cc3af...806182742461562b67788a64410098c9d9b96adb ) --- updated-dependencies: - dependency-name: snyk/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
Merge pull request #3583 from fluxcd/dependabot/github_actions/snyk/actions-806182742461562b67788a64410098c9d9b96adb build(deps): bump snyk/actions from e25b2e6f5658d1bb7a6671b113260f13134cc3af to 806182742461562b67788a64410098c9d9b96adb
-
dependabot[bot] authored
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.1 to 2.2.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/3ebbd71c74ef574dbc558c82f70e52732c8b44fe...17573ee1cc1b9d061760f3a006fc4aac4f944fd5 ) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
build(deps): bump github/codeql-action from 2.2.1 to 2.2.4
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/627f0f41f6904a5b1efbaed9f96d9eb58e92e920...6998d139ddd3e68c71e9e398d8e40b71a2f39812 ) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
build(deps): bump actions/cache from 3.2.4 to 3.2.5
-
Hidde Beydals authored
As otherwise the `.golden` values can not be automatically updated using `-update` as documented in `CONTRIBUTING.md`. Also ensure we do not use `defer` but rather `t.Cleanup` in tests, as this will always be called even if e.g. `t.Fatal` absruptly stops the test. Signed-off-by: Hidde Beydals <hello@hidde.co>
b263e14f -
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
1f5961d2 -
Hidde Beydals authored
As the other version has a different signature, but exists for a different build tag. Resulting in my IDE becoming absolutely confused when I tried to enable both at the same time. Opted for "exec" because this one shells out. Signed-off-by: Hidde Beydals <hello@hidde.co>
662f0d8c -
Hidde Beydals authored
tests: only provide template values when used
-
Hidde Beydals authored
The `\b` in the regular expression ensures we only match with a hexadecimal notation as awhole, while still allowing to match with e.g. `sha1:...` which would not have been possible by using `\W` as this includes `_`. Signed-off-by: Hidde Beydals <hello@hidde.co>
bb6a7b8f -
Hidde Beydals authored
Support shortening of revision with digest
-
Sunny authored
Signed-off-by: Sunny <darkowlzz@protonmail.com>
9dd98fb2 -
Sunny authored
Update image-reflector API to v1beta2
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
rbac: Add view and edit aggregated cluster roles
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
ci: Fix Snyk Go build VCS stamping error
-
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
d5684401 -
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
7f99655a -
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
71d59e36 -
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
0f7b903a -
Hidde Beydals authored
Update source-controller to v0.35.1
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Remove deprecated flags
-
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
bca26ebf -
Hidde Beydals authored
build: convert ::set-output to $GITHUB_OUTPUT
-
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
2e1e4106 -
Hidde Beydals authored
build: ensure newlines work with $GITHUB_OUTPUT
-
Hidde Beydals authored
Signed-off-by: Hidde Beydals <hello@hidde.co>
a59aaa4d -
Hidde Beydals authored
build: further solve issue release workflow
-
fluxcdbot authored
- helm-controller to v0.30.0 https://github.com/fluxcd/helm-controller/blob/v0.30.0/CHANGELOG.md - kustomize-controller to v0.34.0 https://github.com/fluxcd/kustomize-controller/blob/v0.34.0/CHANGELOG.md - notification-controller to v0.32.0 https://github.com/fluxcd/notification-controller/blob/v0.32.0/CHANGELOG.md - image-automation-controller to v0.30.0 https://github.com/fluxcd/image-automation-controller/blob/v0.30.0/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>
04afc09d -
Hidde Beydals authored
-
Hidde Beydals authored
- github.com/ProtonMail/go-crypto to v0.0.0-20230217124315-7d5c6f04bbb8 - github.com/distribution/distribution/v3 to v3.0.0-20230217093620-e64b08ada6c3 - github.com/fluxcd/go-git-providers to v0.14.0 - github.com/fluxcd/pkg/git/gogit to v0.7.1 - github.com/fluxcd/pkg/kustomize to v0.13.1 - github.com/fluxcd/pkg/oci to v0.19.1 - github.com/fluxcd/pkg/runtime to v0.29.0 - github.com/fluxcd/pkg/sourceignore to v0.3.1 - github.com/fluxcd/pkg/ssa to v0.23.1 - github.com/fluxcd/pkg/ssh to v0.7.1 - github.com/fluxcd/pkg/version to v0.2.1 - github.com/onsi/gomega to v1.27.0 Signed-off-by: Hidde Beydals <hello@hidde.co>
e0131f22 -
Hidde Beydals authored
- github.com/fluxcd/helm-controller/api v0.30.0 - github.com/fluxcd/image-automation-controller/api v0.30.0 - github.com/fluxcd/kustomize-controller/api v0.34.0 - github.com/fluxcd/notification-controller/api v0.32.0 Signed-off-by: Hidde Beydals <hello@hidde.co>
a4e1b80b -
Hidde Beydals authored
- github.com/fluxcd/pkg/apis/event to v0.4.0 - github.com/fluxcd/pkg/git to v0.10.0 - github.com/fluxcd/pkg/git/gogit to v0.7.1 - github.com/hashicorp/hc-install to v0.5.0 Signed-off-by: Hidde Beydals <hello@hidde.co>
6e81e82c -
Hidde Beydals authored
Update dependencies
-
dependabot[bot] authored
Bumps [fossa-contrib/fossa-action](https://github.com/fossa-contrib/fossa-action) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/fossa-contrib/fossa-action/releases) - [Changelog](https://github.com/fossa-contrib/fossa-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/fossa-contrib/fossa-action/compare/6cffaa064112e1cf9b5798c6224f9487dc1ec316...6728dc6fe9a068c648d080c33829ffbe56565023 ) --- updated-dependencies: - dependency-name: fossa-contrib/fossa-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
build(deps): bump fossa-contrib/fossa-action from 1.2.0 to 2.0.0
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Add command to print the reconcilers status