Commits on Source (47)
-
Raffael Sahli authored
Signed-off-by: Raffael Sahli <raffael.sahli@doodle.com>
-
raffis authored
Co-authored-by: Aurel Canciu <aurelcanciu@gmail.com> Signed-off-by: raffis <raffael.sahli@doodle.com>
-
Aurel Canciu authored
fix(install-script): support $GITHUB_TOKEN
-
dependabot[bot] authored
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.37 to 2.1.38. - [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/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...515828d97454b8354517688ddc5b48402b723750 ) --- 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>
-
Max Jonas Werner authored
Bump github/codeql-action from 2.1.37 to 2.1.38
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.3. - [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/4723a57e26efda3a62cbde1812113b730952852d...58c146cc91c5b9e778e71775dfe9bf1442ad9a12 ) --- 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
Bump actions/cache from 3.2.2 to 3.2.3
-
dependabot[bot] authored
Bumps [snyk/actions](https://github.com/snyk/actions) from 1cc9026f51d822442cb4b872d8d7ead8cc69a018 to e25b2e6f5658d1bb7a6671b113260f13134cc3af. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/1cc9026f51d822442cb4b872d8d7ead8cc69a018...e25b2e6f5658d1bb7a6671b113260f13134cc3af ) --- updated-dependencies: - dependency-name: snyk/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
Merge pull request #3488 from fluxcd/dependabot/github_actions/snyk/actions-e25b2e6f5658d1bb7a6671b113260f13134cc3af Bump snyk/actions from 1cc9026f51d822442cb4b872d8d7ead8cc69a018 to e25b2e6f5658d1bb7a6671b113260f13134cc3af
-
Erik Kristensen authored
feat: add ability to auth to github api docs: add authentication snippet example docs: update checkout@v3, create-pull-request@v4 docs: add documentation about the github token secret Review: Add suggested change from last week (per https://github.com/fluxcd/flux2/pull/3474#discussion_r1067178730 ) Signed-off-by: Erik Kristensen <erik@erikkristensen.com> Signed-off-by: Kingdon Barrett <kingdon@weave.works>
8ff8295d -
Stefan Prodan authored
Add GITHUB_TOKEN to Flux GitHub Action
-
Kingdon Barrett authored
Fix an issue with improperly quoted variables created by #3474 Also, curl should fail with an error code if the download results in 404 not found * + (x3) Update action/action.yml * for consistent format Co-authored-by: Steven E. Harris <seh@panix.com> Signed-off-by: Kingdon Barrett <kingdon@weave.works>
-
Hidde Beydals authored
Quote tested values in fluxcd/flux GitHub Action
-
Kingdon Barrett authored
Adding quotes here, when the variable is empty you get: curl https://api.github.com/repos/fluxcd/flux2/releases/latest -sL '' (ref: https://github.com/kingdonb/bootstrap-repo/actions/runs/3991169408/jobs/6845685491#step:3:31 ) That does curl twice, once for the URL provided and again for the empty string, which results in curl returning error code 3 "malformed URL" Signed-off-by: Kingdon Barrett <kingdon@weave.works>
536f4c31 -
Stefan Prodan authored
Fix fluxcd/flux2/action (finally)
-
Kingdon Barrett authored
add an "else" branch (https://github.com/fluxcd/flux2/pull/3511 failed to fix #3509) * factor out sed and cut so we at least do not repeat the most complex part of the expression * eliminate intermediary array TOKEN * delete reassignment of token * wording Signed-off-by: Kingdon Barrett <kingdon@weave.works>
-
Stefan Prodan authored
Fix fluxcd/flux2/action
-
Joel Guedj authored
If VERSION is provided, VERSION_SLUG will never be set and VERSION will be overwritten with a bad value. Signed-off-by: Joel Guedj <joel.guedj@gmail.com>
5b422bef -
Stefan Prodan authored
Fix broken GitHub Action and handle case where VERSION is provided as an input
-
dependabot[bot] authored
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/8f67e590f2d095516493f017008adc464e63adb1...9754a253a8673b0ea869c2e863b4e975497efd0c ) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
Bump goreleaser/goreleaser-action from 4.1.0 to 4.1.1
-
dependabot[bot] authored
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.38 to 2.2.1. - [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/515828d97454b8354517688ddc5b48402b723750...3ebbd71c74ef574dbc558c82f70e52732c8b44fe ) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
Bump github/codeql-action from 2.1.38 to 2.2.1
-
dependabot[bot] authored
Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.13.1 to 0.13.3. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](https://github.com/anchore/sbom-action/compare/06e109483e6aa305a2b2395eabae554e51530e1d...07978da4bdb4faa726e52dfc6b1bed63d4b56479 ) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-
Stefan Prodan authored
Bump anchore/sbom-action from 0.13.1 to 0.13.3
-
dependabot[bot] authored
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/8c0edbc76e98fa90f69d9a2c020dcb50019dc325...15c905b16b06416d2086efa066dd8e3a35cc7f98 ) --- updated-dependencies: - dependency-name: docker/setup-buildx-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 docker/setup-buildx-action from 2.2.1 to 2.4.0
-
Stefan Prodan authored
Bump kubectl binary to v1.26.1 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 Alpine to v3.17 and kubectl to v1.26.1 in flux-cli image
-
Max Jonas Werner authored
Before: ``` $ flux get source git -A ✗ no GitRepository objects found in flux-system namespace ``` After: ``` $ flux get source git -A ✗ no GitRepository objects found in any namespace ``` Signed-off-by: Max Jonas Werner <max@e13.dev>
-
Max Jonas Werner authored
fix misleading messaging when using `-A` flag
-
Alex Howard authored
Updates the HelmRepository and HelmRelease to remove chart verification and switch to using the official HTTPS repository at https://prometheus-community.github.io/helm-charts . OCI builds have temporarily been suspended for these charts due to pipeline errors. See: prometheus-community/helm-charts#2841 Signed-off-by: Alex Howard <thezanke@gmail.com>
87f79291 -
Stefan Prodan authored
Update prometheus-community helm repo due to the suspension of OCI builds
-
Stefan Prodan authored
- github.com/fluxcd/go-git-providers v0.13.0 - github.com/fluxcd/pkg/runtime v0.27.0 - github.com/fluxcd/pkg/ssa v0.23.0 - github.com/google/go-containerregistry v0.13.0 - sigs.k8s.io/controller-runtime v0.14.2 - k8s.io/* v0.26.1 Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
Update dependencies to Kubernetes v1.26.1
-
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
Add json/yaml output to flux push artifact
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
flux tree: Add namespaces to objects reconciled from HRs
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
flux tree: Track CRDs managed by HelmReleases
-
Stefan Prodan authored
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
-
Stefan Prodan authored
flux tree: Set CRDs GroupKind in output
-
fluxcdbot authored
- helm-controller to v0.29.0 https://github.com/fluxcd/helm-controller/blob/v0.29.0/CHANGELOG.md - kustomize-controller to v0.33.0 https://github.com/fluxcd/kustomize-controller/blob/v0.33.0/CHANGELOG.md - source-controller to v0.34.0 https://github.com/fluxcd/source-controller/blob/v0.34.0/CHANGELOG.md - notification-controller to v0.31.0 https://github.com/fluxcd/notification-controller/blob/v0.31.0/CHANGELOG.md - image-reflector-controller to v0.24.0 https://github.com/fluxcd/image-reflector-controller/blob/v0.24.0/CHANGELOG.md - image-automation-controller to v0.29.0 https://github.com/fluxcd/image-automation-controller/blob/v0.29.0/CHANGELOG.md Signed-off-by: GitHub <noreply@github.com>
4e009a71 -
Stefan Prodan authored
Update toolkit components
This diff is collapsed.
internal/utils/objectutil.go
0 → 100644