Skip to content

Releases: aquaproj/aqua-renovate-config

1.5.2-1

02 Feb 14:32
1.5.2-1
b6dab07
Compare
Choose a tag to compare
1.5.2-1 Pre-release
Pre-release

1.5.1...1.5.2-1

Fixes

#360 Update Go's version without patch version (e.g. 1.19) properly @frezbo

1.5.1

08 Jan 07:51
1.5.1
533649e
Compare
Choose a tag to compare

Pull Requests | 1.5.0...1.5.1

Fixes

#308 Fix treats of quotes
#336 #337 Resolve the deprecation warning of matchPaths

Resolve the deprecation warning.

WARN: Partial matches for `matchPaths` are deprecated. Please use a minimatch glob pattern or switch to `matchFiles` if you need exact matching.(packageFile="tests/slsa/aqua.yaml")
{
  "rulePath": "aqua.yaml"
}

https://docs.renovatebot.com/configuration-options/#matchpaths

List of strings or glob patterns to match against package files.

minimatch: https://github.com/isaacs/minimatch

1.5.0

26 Dec 00:20
1.5.0
fcc4551
Compare
Choose a tag to compare

Pull Requests | 1.4.0...1.5.0

Refactor presets with Jsonnet!

We introduce Jsonnet to manage presets.
Please see the directory jsonnet.
All presets are generated from Jsonnet by google/go-jsonnet.

The motivation is to improve the maintainability and consistency.

  • Code comment
  • DRY

Fixes

#306 kubernetes/kubectl-convert: Fix packageNameTemplate

1.5.0-1

25 Dec 09:07
1.5.0-1
fcc4551
Compare
Choose a tag to compare
1.5.0-1 Pre-release
Pre-release

1.5.0-0...1.5.0-1

Fixes

#306 kubernetes/kubectl-convert: Fix packageNameTemplate

1.5.0-0

25 Dec 07:44
1.5.0-0
b02aab5
Compare
Choose a tag to compare
1.5.0-0 Pre-release
Pre-release

1.4.0...1.5.0-0

Refactor presets with Jsonnet!

We introduce Jsonnet to manage presets.
Please see the directory jsonnet.
All presets are generated from Jsonnet by google/go-jsonnet.

The motivation is to improve the maintenability and consistency.

  • Code comment
  • DRY

1.4.0

23 Dec 11:47
1.4.0
ec249cd
Compare
Choose a tag to compare

Pull Requests | 1.3.0...1.4.0

Features

#263 #276 Support mongodb/mongodb-atlas-cli/atlascli
#275 Support ipinfo/cli and ipinfo/cli/{cidr2ip,cidr2range,grepip,prips,randip,range2cidr,range2ip,splitcidr}

1.3.0

05 Dec 12:10
1.3.0
c770fce
Compare
Choose a tag to compare

Pull Requests | 1.2.6...1.3.0

Features

#266 installer-script: Support updating aqua

e.g. suzuki-shunsuke/test-renovate-2@e5dab41

Contributors

Thank you, contributors!

@mikutas #266 🎉 New contributor!

1.2.6

28 Sep 07:28
1.2.6
2a354d0
Compare
Choose a tag to compare

Pull Requests | 1.2.5...1.2.6

Features

#242 Support oven-sh/bun

Others

#236 Add a link to OSS Contribution Guide

1.2.5

29 Aug 02:01
1.2.5
Compare
Choose a tag to compare

Pull Requests | 1.2.4...1.2.5

Features

#223 Support twistedpair/google-cloud-sdk

Contributors

Thank you, Contributors!

@frezbo #223

1.2.4

12 Aug 11:47
1.2.4
1ac647a
Compare
Choose a tag to compare

Pull Requests | 1.2.3...1.2.4

Fixes

#211 #212 Revert the update of file.json by #207