Skip to content

Commit

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

* chore(deps): update dependency aquaproj/aqua-registry to v4.236.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 1b6f837 commit 3c8194d
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.235.0/registry.yaml",
"checksum": "08F5421BB3ECAF8C252A35FC47AF52264E8A3D1F43A821C19EA23773F67E7C56A715EE8E96B4217F4C3CB203D1D393C89EC9393E81A6C253280C205E9789D895",
"id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.236.0/registry.yaml",
"checksum": "6B667D14F9CA5D73E3783E70257661763682B2F0268E4B214CFB7164CE6F5BB22AE9C570877DC263B0EA338D1A8073C88EA10027A958E4D20415629A21287604",
"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.235.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.236.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, logE *logrus.Entry, cfgFilePath s
return nil
}

registryVersion := "v4.235.0" // renovate: depName=aquaproj/aqua-registry
registryVersion := "v4.236.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/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.235.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.236.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/cmdx
version: v1.7.4
2 changes: 1 addition & 1 deletion tests/cargo/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# - all
registries:
- type: standard
ref: v4.235.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.236.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: crates.io/[email protected]
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.235.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.236.0 # renovate: depName=aquaproj/aqua-registry
- null

packages:
Expand Down
2 changes: 1 addition & 1 deletion tests/minisign/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.235.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.236.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: bufbuild/[email protected]
- name: bufbuild/buf
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.235.0 # renovate: depName=aquaproj/aqua-registry
ref: v4.236.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: suzuki-shunsuke/[email protected]
tags:
Expand Down

0 comments on commit 3c8194d

Please sign in to comment.