Skip to content

Releases: aquaproj/aqua-renovate-config

0.1.5

02 Jan 01:56
9070735
Compare
Choose a tag to compare

0.1.4

30 Dec 11:01
ae1ac8b
Compare
Choose a tag to compare

Pull Requests | 0.1.3...0.1.4

Features

#88 Support updating aqua-renovate-config

0.1.3

30 Dec 07:53
349889c
Compare
Choose a tag to compare

Issues | Pull Requests | 0.1.2...0.1.3

Features

#86 #87 Support the short syntax <package name>@<version> even if the package name is different from the repository full name

e.g.

packages:
- name: istio/istio/[email protected]

Until this update, this preset can't update the package, and you had to write as the following.

packages:
- name: istio/istio/istioctl
  version: 1.12.0 # renovate: depName=istio/istio

By this update, you can use the short syntax if the package name starts with <repository full name>/ too.

Bug Fixes

#84 #85 Failed to update when over two spaces exist before # renovate: depName=

0.1.2

29 Dec 01:00
09f1cb6
Compare
Choose a tag to compare

Pull Requests | 0.1.1...0.1.2

New Presets

#82 installer-script updates the shell script aqua-installer

You have to pass fileMatch as parameter.

{
  "extends": [
    "github>aquaproj/aqua-renovate-config:installer-script#0.1.2(scripts/.*\\.sh)"
  ]
}
curl -sSfL https://raw.githubusercontent.com/aquaproj/aqua-installer/v0.4.0/aqua-installer | bash

Document

#82 Improve README

0.1.1

28 Dec 09:08
4dc485e
Compare
Choose a tag to compare

Pull Requests | 0.1.0...0.1.1

New Presets

#77 #79 action: Update GitHub Actions aquaproj/aqua-installer
#80 base: Update \.?aqua\.ya?ml

Change of default preset

#80 Update GitHub Actions aquaproj/aqua-installer

0.1.0

28 Dec 07:34
4af95ff
Compare
Choose a tag to compare
Merge pull request #76 from aquaproj/renovate/aquaproj-aqua-registry-0.x

chore(deps): update dependency aquaproj/aqua-registry to v0.12.2