Skip to content

Releases: aquaproj/circleci-orb-aqua

1.0.0

10 May 20:29
1.0.0
184d30f
Compare
Choose a tag to compare

0.4.0...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

22 Mar 00:27
0.4.0
9efa08b
Compare
Choose a tag to compare

0.3.4...0.4.0

⚠️ Breaking Changes

#538 update-checksum: aqua v2.25.1 or later is required.

Features

#538 re-enable Cosign and slsa-verifier

0.3.4

20 Mar 09:57
0.3.4
efda9bc
Compare
Choose a tag to compare

0.3.3...0.3.4

#537 Disable cosign and slsa-verifier

aquaproj/aqua#2759

0.3.3

19 Mar 21:57
0.3.3
b1db1e0
Compare
Choose a tag to compare

0.3.2...0.3.3

#534 #536 Update the bootstrap version to v2.25.0
#535 Support wget

New Contributors

Thank you for your contribution!

@Holi0317 #534

0.3.2

23 Jul 06:31
0.3.2
c1982a2
Compare
Choose a tag to compare

0.3.1...0.3.2

Documentation

#360 Fix examples. Correct the parameter version to aqua_version

0.3.1

23 Jul 02:05
0.3.1
c5ddf25
Compare
Choose a tag to compare

0.3.0...0.3.1

Features

#352 #354 Add a command update-checksum

Example

version: 2.1

orbs:
  aqua: aquaproj/aqua@0.3.1

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

17 Jul 09:47
0.3.0
0451399
Compare
Choose a tag to compare

0.2.1...0.3.0

⚠️ Breaking Changes

#352 Commands aqua-install and install-aqua were removed.

Use the command aqua instead.

Features

#352 #354 Add a command aqua.

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

27 Nov 12:01
01e78d9
Compare
Choose a tag to compare

#9 Fix the Orb version in example

0.2.0

27 Nov 11:59
335a47b
Compare
Choose a tag to compare

Milestone

#5 The project aqua has been transferred to the GitHub Organization https://github.com/aquaproj