Skip to content

v1.30.4

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 00:41
· 1849 commits to main since this release
v1.30.4
4f0f76c

Pull Requests | Issues | v1.30.3...v1.30.4

Bug Fixes

#1541 generate: remove a newline

From aqua v1.25.2, a newline was inserted unnecessarily.

e.g.

$ aqua g -i suzuki-shunsuke/tfcmt
registries:
- type: standard
  ref: v3.118.0
packages:
- name: suzuki-shunsuke/tfcmt@v4.0.1

By this release, the newline is removed.

registries:
- type: standard
  ref: v3.118.0
packages:
- name: suzuki-shunsuke/tfcmt@v4.0.1

#1548 #1549 Return error if version doesn't match with all version_constraints