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-installer to v0.7.0 #73

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-installer minor v0.3.0 -> v0.7.0

Warning

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


Release Notes

aquaproj/aqua-installer (aquaproj/aqua-installer)

v0.7.0

Compare Source

Pull Requests | aquaproj/aqua-installer@v0.6.0...v0.7.0

Both shell script and GitHub Actions are changed.

⚠️ Breaking Change

#​88 change the default install path

Motivation

By default, the root privilege is required to install aqua at /usr/local/bin/aqua.
It isn't good. So we want to change the default install path.

Breaking Changes

Change the default install path from /usr/local/bin/aqua to ${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin/aqua

The root privilege isn't needed.

GitHub Actions aqua-installer adds ${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin to the environment variable PATH.

The install script aqua-installer doesn't update the environment variable PATH,
so you have to add ${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin to the environment variable PATH before executing aqua.

v0.6.0

Compare Source

Pull Requests | aquaproj/aqua-installer@v0.5.0...v0.6.0

Shell script isn't changed.
Only GitHub Actions is changed.

⚠️ Breaking Change

#​81 Support aqua >= v0.10.0

aqua >= v0.10.0 is required.

v0.5.0

Compare Source

Pull Requests | aquaproj/aqua-installer@v0.4.0...v0.5.0

Shell script isn't changed.
Only GitHub Actions is changed.

⚠️ Breaking Change

#​78 Make the input aqua_version required. If aqua_version isn't set, action fails

- uses: aquaproj/[email protected]
  with:
    aqua_version: v0.8.13

v0.4.0

Compare Source

Pull Requests | aquaproj/aqua-installer@v0.3.0...v0.4.0

⚠️ Breaking Change

#​67 GitHub Actions: The parameter version was renamed to aqua_version
#​67 GitHub Actions: Run aqua i and set the environment variable PATH

You can use this Action more simply.

AS IS

GitHub Actions

- uses: aquaproj/[email protected]
  with:
    version: v0.8.7 # renovate: depName=aquaproj/aqua
- run: echo "${AQUA_ROOT_DIR:-$HOME/.aqua}/bin" >> $GITHUB_PATH
- run: aqua i -l

renovate.json

{
  "regexManagers": [
    {
      "fileMatch": ["^\\.github/.*\\.ya?ml$"],
      "matchStrings": [
        "version: (?<currentValue>.*?) # renovate: depName=(?<depName>.*)"
      ],
      "datasourceTemplate": "github-releases"
    }
  ]
}

TO BE

GitHub Actions

- uses: aquaproj/[email protected]
  with:
    aqua_version: v0.8.7

Renovate

{
  "extends": [
    "github>aquaproj/aqua-renovate-config#0.1.1"
  ]
}

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 this update 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-installer-0.x branch from 17a852c to 788c2b9 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