Skip to content

Commit

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

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

* 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
1 parent 1b2b156 commit efc39eb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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.198.0/registry.yaml",
"checksum": "AE935A5C3B5D3B703E41F8EE18BC98FFFAFFF246EA6816220A4FA795E5D7D1B40E739F5F3449538F9F611BFF194A961C754C1DD6F2FF0F2697AE65D91972A570",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.199.0/registry.yaml",
"checksum": "8F8B8C42CE95C6C6C096F5E2A143F6EBB476C1F749C7BACE6BC5A3ECEF353518781AD8951FAF94333A9DAE969ACFF47F8F2C2C94D0FFA848BCD09C53C5090A1C",
"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.198.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.199.0 # 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, cfgFilePath string, logE *logrus.
return nil
}

registryVersion := "v4.198.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.199.0" // 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/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.198.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.199.0 # renovate: depName=aquaproj/aqua-registry
- name: local
type: local
path: registry.yaml
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.198.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.199.0 # 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.198.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.199.0 # 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.198.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.199.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/tfcmt@v4.10.0
tags:
Expand Down

0 comments on commit efc39eb

Please sign in to comment.