Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

chore(deps): update dependency aquaproj/aqua to v0.10.2 #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 25, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
aquaproj/aqua minor v0.8.9 -> v0.10.2
aquaproj/aqua minor v0.8.7 -> v0.10.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aquaproj/aqua (aquaproj/aqua)

v0.10.2

Compare Source

Pull Requests | aquaproj/aqua@v0.10.1...v0.10.2

Fixes

#​551 #​552 Validate packages

v0.10.1

Compare Source

Pull Requests | Issues | aquaproj/aqua@v0.10.0...v0.10.1

Fixes

#​537 #​545 Fix the problem due to parallel execution of Lazy Install

Sometimes Lazy Install of the same tool is run in parallel.
For example,

  • actionlint executes shellcheck in parallel per run step
  • tool is run in parallel by xargs -P, GNU Parallel, and so on

In that case, sometimes it fails to install or execute tools.

In this update, aqua prevents the problem by retrying.

v0.10.0

Compare Source

Pull Requests | Issues | aquaproj/aqua@v0.9.0...v0.10.0

⚠️ Breaking Changes

https://github.com/aquaproj/aqua/issues/532

v0.9.0

Compare Source

Pull Requests | Issues | aquaproj/aqua@v0.8.13...v0.9.0

⚠️ Breaking Changes

#​520 #​521 Remove inline_registry

How to migrate

Use local Registry instead of inline Registry.

https://aquaproj.github.io/docs/reference/config

AS IS

aqua.yaml

inline_registry:
  packages:
  - type: github_release
    repo_owner: suzuki-shunsuke
    repo_name: cmdx
    asset: 'cmdx_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz'

TO BE

aqua.yaml

registries:
- name: inline
  type: local
  path: registry.yaml

registry.yaml

packages:
- type: github_release
  repo_owner: suzuki-shunsuke
  repo_name: cmdx
  asset: 'cmdx_{{trimV .Version}}_{{.OS}}_{{.Arch}}.tar.gz'

Feature

#​511 #​512 Retry installing a package when it failed to install the package due to file already exists error
#​513 #​518 Add registry_ref in the error log

Bug Fixes

#​519 Fix the file permission of aqua.yaml which is generated by aqua init command

Change the file permission from 0755 to 0644.
Executable permission isn't needed.

Others

#​515 #​516 #​517 Refactoring

v0.8.13

Compare Source

Pull Requests | Issues | aquaproj/aqua@v0.8.12...v0.8.13

Features

#​492 #​504 #​506 Support filtering version in aqua g

Update aqua g.
version_filter has been added to Registry Configuration.

aqua g gets the latest version of the package.
If version_filter is set, the version which matches with version_filter is used.

v0.8.12

Compare Source

Pull Requests | aquaproj/aqua@v0.8.11...v0.8.12

Features

#​496 Support getting the version of http package in aqua g

Note that http package needs repo_owner and repo_name.

https://github.com/aquaproj/aqua-registry/pull/1617

aquaproj/aqua-registry >= v0.12.4

AS IS
$ aqua g hashicorp/terraform
- name: hashicorp/terraform
  version: '[SET PACKAGE VERSION]'
TO BE
$ aqua g hashicorp/terraform
- name: hashicorp/[email protected]

v0.8.11

Compare Source

Pull Requests | aquaproj/aqua@v0.8.10...v0.8.11

#​491 #​493 Improve warn log

v0.8.10

Compare Source

Pull Requests | aquaproj/aqua@v0.8.9...v0.8.10

Features

#​488 Update aqua g: Output with the short syntax if package name starts with <repository full name>/

https://github.com/aquaproj/aqua-renovate-config/releases/tag/0.1.3

AS IS

$ aqua g istio/istio/istioctl
- name: istio/istio/istioctl
  version: 1.12.1

TO BE

$ aqua g istio/istio/istioctl
- name: istio/istio/[email protected]

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/aquaproj-aqua-0.x branch from 4f610f6 to badb001 Compare March 16, 2023 23:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants