Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua-registry to v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 11, 2022
1 parent 9a262fa commit a7b5c0f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion aqua.yaml
Expand Up @@ -3,7 +3,7 @@
# https://aquaproj.github.io/
registries:
- type: standard
ref: v2.21.0 # renovate: depName=aquaproj/aqua-registry
ref: v2.22.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/cmdx@v1.6.1
- name: golangci/golangci-lint@v1.46.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/initcmd/init.go
Expand Up @@ -58,7 +58,7 @@ func (ctrl *Controller) Init(ctx context.Context, cfgFilePath string, logE *logr
// configuration file already exists, then do nothing.
return nil
}
registryVersion := "v2.21.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v2.22.0" // renovate: depName=aquaproj/aqua-registry
release, _, err := ctrl.gitHubRepositoryService.GetLatestRelease(ctx, "aquaproj", "aqua-registry")
if err != nil {
logerr.WithError(logE, err).WithFields(logrus.Fields{
Expand Down
2 changes: 1 addition & 1 deletion tests/aqua-global-2.yaml
@@ -1,6 +1,6 @@
registries:
- type: standard
ref: v2.21.0 # renovate: depName=aquaproj/aqua-registry
ref: v2.22.0 # renovate: depName=aquaproj/aqua-registry

packages:
- name: cli/cli@v2.12.1
4 changes: 2 additions & 2 deletions tests/aqua-global.yaml
@@ -1,14 +1,14 @@
registries:
- type: standard # standard registry
ref: v2.21.0 # renovate: depName=aquaproj/aqua-registry
ref: v2.22.0 # renovate: depName=aquaproj/aqua-registry

- name: local # local registry
type: local
path: registry.yaml

- name: aqua-registry
type: github_content # github_content registry
ref: v2.21.0 # renovate: depName=aquaproj/aqua-registry
ref: v2.22.0 # renovate: depName=aquaproj/aqua-registry
repo_owner: aquaproj
repo_name: aqua-registry
path: registry.yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/aqua.yaml
@@ -1,6 +1,6 @@
registries:
- type: standard
ref: v2.21.0 # renovate: depName=aquaproj/aqua-registry
ref: v2.22.0 # renovate: depName=aquaproj/aqua-registry

packages:
- name: kubernetes-sigs/kind # http package, raw format
Expand Down

0 comments on commit a7b5c0f

Please sign in to comment.