Skip to content

Releases: aquaproj/aqua-renovate-config

2.6.0

08 Dec 13:30
2.6.0
4535937
Compare
Choose a tag to compare

2.5.0...2.6.0

Features

#727 Support apache/maven

2.5.0

23 Nov 04:00
2.5.0
8bbcd88
Compare
Choose a tag to compare

2.4.0...2.5.0

Features

#706 Update Bitwarden CLI @mikutas

Others

#707 Refactoring

2.4.0

19 Nov 05:11
2.4.0
2beb1b4
Compare
Choose a tag to compare

2.3.1...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

29 May 06:49
2.3.1
a28a80a
Compare
Choose a tag to compare

2.3.0...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

07 May 13:55
2.3.0
fdea3ce
Compare
Choose a tag to compare

2.2.1...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

27 Mar 09:11
2.2.1
8c5b72a
Compare
Choose a tag to compare

2.2.0...2.2.1

Fixes

#535 Change versioning for aqua and aqua-installer from semver-coerced to semver

renovatebot/renovate#28150

To update a prerelease version to a stable version properly.

2.2.0

16 Feb 06:57
2.2.0
13396d7
Compare
Choose a tag to compare

2.1.0...2.2.0

Features

#502 Update golang/vuln/govulncheck

2.1.0

08 Feb 10:16
2.1.0
ef9eda2
Compare
Choose a tag to compare

2.0.0

02 Feb 01:05
2.0.0
7353a34
Compare
Choose a tag to compare

1.13.0...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

21 Nov 11:44
1.13.0
ab89298
Compare
Choose a tag to compare

1.12.0...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)"
  ]
}