Releases: aquaproj/circleci-orb-aqua
Releases · aquaproj/circleci-orb-aqua
1.0.0
🐛 Bug Fixes
#562 fix: update the bootstrap version of aqua to v2.27.4
Fixed a bug that it fails to install aqua v2.27.4
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
Features
#352 #354 Add a command update-checksum
Example
version: 2.1
orbs:
aqua: aquaproj/[email protected]
workflows:
build:
jobs:
- foo
jobs:
foo:
docker:
- image: debian:12.0
steps:
- run:
command: |
apt update -y
apt install -y git curl
- checkout
- aqua/aqua:
aqua_version: v2.10.0
- aqua/update-checksum
For the detail, please see the document.
https://circleci.com/developer/orbs/orb/aquaproj/aqua?version=0.3.1
0.3.0
⚠️ Breaking Changes
#352 Commands aqua-install
and install-aqua
were removed.
Use the command aqua
instead.
Features
Example
jobs:
aqua:
docker:
- image: alpine:3.14.2
steps:
- run:
name: Install requirements
command: |
apk add curl git bash
- checkout
- aqua/aqua:
aqua_version: v2.9.1
For the detail, please see the document.
https://circleci.com/developer/orbs/orb/aquaproj/aqua?version=0.3.0
0.2.1
0.2.0
#5 The project aqua
has been transferred to the GitHub Organization https://github.com/aquaproj