Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 0 additions & 9 deletions updatecli-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
policies:
- name: Local Updatecli Policies
config:
- updatecli/updatecli.d/
values:
- updatecli/values.d/scm.yaml
- name: Update Updatecli policies
policy: ghcr.io/updatecli/policies/updatecli/autodiscovery:0.7.0@sha256:6890c4b4093a80063f518101881098fab8211c986481641faaf797a9ad5a31c3
values:
- updatecli/values.d/scm.yaml
- updatecli/values.d/updatecli-compose.yaml
- name: Golang Version
policy: ghcr.io/updatecli/policies/golang/version:0.6.0@sha256:db93f333a26548e9c252e87bf46b9ff69cf68c6e693cd0ac6a7127609b478167
values:
- updatecli/values.d/scm.yaml
- name: Major Golang Module update
policy: ghcr.io/updatecli/policies/autodiscovery/golang:0.12.0@sha256:afc70173a6bd01ca96c755378254dfb4b05775a05c2ffb8f82fed0ee2f450ba9
values:
Expand Down
30 changes: 1 addition & 29 deletions updatecli/values.d/golang_major.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,4 @@ spec:
pattern: majoronly
ignore:
- modules:
# Ignoring the following modules as they do not publish release
github.com/ProtonMail/go-crypto: ""
# Ignoring the following modules as they do not publish release
github.com/shurcooL/githubv4: ""
# Ignore module using version matching constraint 1.x
helm.sh/helm/v3: "1.x"
# The remote version uses the version v0.0.0-20190318233801-ac98e3ecb4b0 which do not exists anymore
# the patch version will try to fetch the version matching 0.0.x and finds nothing
github.com/iancoleman/orderedmap: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
golang.org/x/time: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
github.com/nirasan/go-oauth-pkce-code-verifier: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
github.com/skratchdot/open-golang: ""
k8s.io/utils: ""
# https://pkg.go.dev/golang.org/x/exp?tab=versions
golang.org/x/exp: ""
# github.com/minamijoyo/hcledit v0.2.17 depends on
# the golang module github.com/hashicorp/hcl/v2 v2.23.1-0.20250211201033-5c140ce1cb20
# It's not possible for Updatecli to detect version based on a commit so we just ignore
# that version until github.com/hashicorp/hcl/v2 v2.23.1 is not released
github.com/hashicorp/hcl/v2: ">= v2.23.0-0 < v2.23.2-0"

only:
# This repository contains other go.sum file used for testing.
# So we want to be sure that we only update the one at the root of the repository
- path: "go.mod"

"github.com/saschagrunert/demo": ""
30 changes: 1 addition & 29 deletions updatecli/values.d/golang_minor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,4 @@ spec:
pattern: minoronly
ignore:
- modules:
# Ignoring the following modules as they do not publish release
github.com/ProtonMail/go-crypto: ""
# Ignoring the following modules as they do not publish release
github.com/shurcooL/githubv4: ""
# Ignore module using version matching constraint 1.x
helm.sh/helm/v3: "1.x"
# The remote version uses the version v0.0.0-20190318233801-ac98e3ecb4b0 which do not exists anymore
# the patch version will try to fetch the version matching 0.0.x and finds nothing
github.com/iancoleman/orderedmap: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
golang.org/x/time: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
github.com/nirasan/go-oauth-pkce-code-verifier: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
github.com/skratchdot/open-golang: ""
k8s.io/utils: ""
# https://pkg.go.dev/golang.org/x/exp?tab=versions
golang.org/x/exp: ""
# github.com/minamijoyo/hcledit v0.2.17 depends on
# the golang module github.com/hashicorp/hcl/v2 v2.23.1-0.20250211201033-5c140ce1cb20
# It's not possible for Updatecli to detect version based on a commit so we just ignore
# that version until github.com/hashicorp/hcl/v2 v2.23.1 is not released
github.com/hashicorp/hcl/v2: ">= v2.23.0-0 < v2.23.2-0"

only:
# This repository contains other go.sum file used for testing.
# So we want to be sure that we only update the one at the root of the repository
- path: "go.mod"

"github.com/saschagrunert/demo": ""
30 changes: 1 addition & 29 deletions updatecli/values.d/golang_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,4 @@ spec:
pattern: patch
ignore:
- modules:
# Ignoring the following modules as they do not publish release
github.com/ProtonMail/go-crypto: ""
# Ignoring the following modules as they do not publish release
github.com/shurcooL/githubv4: ""
# Ignore module using version matching constraint 1.x
helm.sh/helm/v3: "1.x"
# The remote version uses the version v0.0.0-20190318233801-ac98e3ecb4b0 which do not exists anymore
# the patch version will try to fetch the version matching 0.0.x and finds nothing
github.com/iancoleman/orderedmap: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
golang.org/x/time: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
github.com/nirasan/go-oauth-pkce-code-verifier: ""
# Same for https://pkg.go.dev/golang.org/x/time?tab=versions
github.com/skratchdot/open-golang: ""
k8s.io/utils: ""
# https://pkg.go.dev/golang.org/x/exp?tab=versions
golang.org/x/exp: ""
# github.com/minamijoyo/hcledit v0.2.17 depends on
# the golang module github.com/hashicorp/hcl/v2 v2.23.1-0.20250211201033-5c140ce1cb20
# It's not possible for Updatecli to detect version based on a commit so we just ignore
# that version until github.com/hashicorp/hcl/v2 v2.23.1 is not released
github.com/hashicorp/hcl/v2: ">= v2.23.0-0 < v2.23.2-0"

only:
# This repository contains other go.sum file used for testing.
# So we want to be sure that we only update the one at the root of the repository
- path: "go.mod"

"github.com/saschagrunert/demo": ""
Loading