Releases: aquaproj/aqua-renovate-config
2.6.0
2.5.0
2.4.0
Features
#697 feat: support updating go modules using go datasource
- name: _go/<go module path>#<path>@<version>
e.g.
- name: _go/sigsum.org/sigsum-go#cmd/[email protected]
2.3.1
Bug Fixes
#588 Replace matchPackageNames with matchDepNames
https://docs.renovatebot.com/configuration-options/#matchpackagenames
matchPackageNames will try matching packageName first and then fall back to matching depName.
If the fallback is used, Renovate will log a warning, because the fallback will be removed in a future release.
Use matchDepNames instead.
2.3.0
Features
#563 #564 Update aqua_version
in .devcontainer.json
and .devcontainer/devcontainer.json
https://github.com/aquaproj/devcontainer-features/tree/main/src/aqua-installer
2.2.1
Fixes
#535 Change versioning for aqua and aqua-installer from semver-coerced
to semver
To update a prerelease version to a stable version properly.
2.2.0
2.1.0
Features
#490 Support catenacyber/perfsprint
2.0.0
⚠️ Breaking Changes
#455 The following presets were removed.
- action.json
- golang-go.json
- kubernetes-kubectl.json
- kubernetes-sigs-kustomize.json
Why?
These presets aren't useful.
They are included in the default preset.
We'd like to reduce the burden of the maintenance.
How to migrate
Please use the default
preset or file
preset.
💪 Features
#479 Support GitLab
Support updating packages gitlab\.com/.*
with gitlab-releases
datasource
#485 Support Gitea
Support updating packages gitea\.com/.*
with gitea-releases
datasource
Fixes
#453 Migrate regexManagers to customManagers
1.13.0
Features
#448 #449 Add a new preset config aqua-renovate-config
to update Renovate config preset aqua-renovate-config
@mikutas
https://aquaproj.github.io/docs/products/aqua-renovate-config#aqua-renovate-config-preset
e.g.
{
"extends": [
"github>aquaproj/aqua-renovate-config:aqua-renovate-config#1.13.0(default\\.json)"
]
}