Releases: aquaproj/aqua-renovate-config
Releases · aquaproj/aqua-renovate-config
0.1.5
Features
#91 Support updating kubernetes-sigs/kustomize
Add a preset kubernetes-sigs-kustomize
Update the default preset to update kubernetes-sigs/kustomize.
0.1.4
0.1.3
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
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
0.1.0
Merge pull request #76 from aquaproj/renovate/aquaproj-aqua-registry-0.x chore(deps): update dependency aquaproj/aqua-registry to v0.12.2