Skip to content

0.1.3

Compare
Choose a tag to compare
@suzuki-shunsuke suzuki-shunsuke released this 30 Dec 07:53
· 808 commits to main since this release
349889c

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=