Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(updatecli/policies): bump all policies #29

Merged
merged 5 commits into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions update-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,29 @@
policies:

- name: Update Updatecli policies
policy: ghcr.io/updatecli/policies/updatecli/autodiscovery:0.2.0@sha256:46e599fb7e874ee3f1c9cf5e4dd64b328a15d61d03e106176b19a07683afde29
values:
- updatecli/values.d/scm.yaml
- updatecli/values.d/update-compose.yaml

- name: Golang Version
policy: ghcr.io/updatecli/policies/golang/version:0.1.0
policy: ghcr.io/updatecli/policies/golang/version:0.1.0@sha256:8bdbd911916c45288b85e7437ef8e140966321177128ca2460d21a2e5c7eedd8
values:
- updatecli/values.d/scm.yaml

- name: Major Golang Module update
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.6.0
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.7.0@sha256:a9d7947b2e0ad241f02beb3900d285b51b8336e3cf619118a9b37f1fe97f82ed
values:
- updatecli/values.d/scm.yaml
- updatecli/values.d/golang_major.yaml

- name: Minor Golang Module update
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.6.0
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.7.0@sha256:a9d7947b2e0ad241f02beb3900d285b51b8336e3cf619118a9b37f1fe97f82ed
values:
- updatecli/values.d/scm.yaml
- updatecli/values.d/golang_minor.yaml

- name: Patch Golang Module update
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.6.0
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.7.0@sha256:a9d7947b2e0ad241f02beb3900d285b51b8336e3cf619118a9b37f1fe97f82ed
values:
- updatecli/values.d/scm.yaml
- updatecli/values.d/golang_patch.yaml

- name: Update golangci-lint
policy: ghcr.io/updatecli/policies/golangci-lint/githubaction:0.1.0
values:
policy: ghcr.io/updatecli/policies/golangci-lint/githubaction:0.1.0@sha256:099fe49e355afe82b36d5ecc8cb30014fd2938700b55aa0fdfce7169c77d3071
values:
- updatecli/values.d/scm.yaml
Loading