Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua-registry to v4.223.1 (#3113
Browse files Browse the repository at this point in the history
)

* chore(deps): update dependency aquaproj/aqua-registry to v4.223.1

* chore(aqua): update aqua/aqua-checksums.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and aquaproj-aqua-releaser[bot] committed Sep 22, 2024
1 parent c436784 commit 6fc0dd2
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions aqua/aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
"algorithm": "sha256"
},
{
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.223.0/registry.yaml",
"checksum": "0CEB20145D7DE68AB00A8E9FA828F992AF6D96400763C78AA222E16D8FE83CC8B2FA069ECA6B48A691015CD48884F5D6DC11E17410C672F33A82B39A04AEC26E",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.223.1/registry.yaml",
"checksum": "7E7053B97D5F721773C9FA87AEDBD57942F4881F679D8F1723C0F23C372854FFF143662A113C4D4C1FC3E2546B29AF7952AA50CE571F49806A589615F1BAB75C",
"algorithm": "sha512"
}
]
Expand Down
2 changes: 1 addition & 1 deletion aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ checksum:
require_checksum: true
registries:
- type: standard
ref: v4.223.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.223.1 # renovate: depName=aquaproj/aqua-registry
packages:
- import: imports/*.yaml
2 changes: 1 addition & 1 deletion pkg/controller/initcmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (c *Controller) Init(ctx context.Context, logE *logrus.Entry, cfgFilePath s
return nil
}

registryVersion := "v4.223.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.223.1" // renovate: depName=aquaproj/aqua-registry
release, _, err := c.github.GetLatestRelease(ctx, "aquaproj", "aqua-registry")
if err != nil {
logerr.WithError(logE, err).WithFields(logrus.Fields{
Expand Down
2 changes: 1 addition & 1 deletion tests/3064/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ checksum:
# - all
registries:
- type: standard
ref: v4.223.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.223.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/cmdx
version: v1.7.4
2 changes: 1 addition & 1 deletion tests/cosign/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ checksum:
require_checksum: false
registries:
- type: standard
ref: v4.223.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.223.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: terraform-linters/tflint
version: v0.44.1
Expand Down
2 changes: 1 addition & 1 deletion tests/main/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ checksum:
registries:
- type: standard
type: standard # duplicated keys
ref: v4.223.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.223.1 # renovate: depName=aquaproj/aqua-registry
- null

packages:
Expand Down
2 changes: 1 addition & 1 deletion tests/slsa/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ checksum:
require_checksum: false
registries:
- type: standard
ref: v4.223.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.223.1 # renovate: depName=aquaproj/aqua-registry
- name: local
type: local
path: registry.yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/tag/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# require_checksum: true
registries:
- type: standard
ref: v4.223.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.223.1 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v4.13.0
tags:
Expand Down

0 comments on commit 6fc0dd2

Please sign in to comment.