Commit Graph

43 Commits

Author SHA1 Message Date
Ashutosh Narkar 0d6a1096cf Prepare v0.41.0 release
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
2022-06-02 10:35:25 -07:00
Stephan Renatus b3c8d80111 Prepare v0.40.0 Release (#4631)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-04-28 11:41:03 +02:00
Stephan Renatus cc965f633e Prepare v0.39.0 release (#4524)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-03-31 14:29:06 +02:00
Stephan Renatus 627a9582cf Integrate patch release v0.38.1 (#4434)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-03-14 10:13:52 +01:00
Stephan Renatus 80db6d5cee Prepare Release v0.38.0 (#4400)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-03-03 13:38:07 +01:00
Stephan Renatus 0dbe68ba8e CHANGELOG+caps: pull in v0.37.2 (#4339)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-02-11 11:04:21 +01:00
Torin Sandall 70f350112d Pull CHANGELOG and capabilities updates into main from v0.37.1 (#4321)
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2022-02-02 07:27:59 +01:00
Stephan Renatus ad4f4f1300 Prepare 0.37.0 release (#4309)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-02-01 09:14:50 +01:00
Stephan Renatus 219a7a09ab Post patch (v0.36.1) (#4221)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2022-01-13 10:37:04 +01:00
Anders Eknert c2b2c62aee Prepare v0.36.0 release (#4178)
Signed-off-by: Anders Eknert <anders@eknert.com>
2022-01-04 16:49:24 +01:00
Torin Sandall a54537a6a3 Prepare v0.35.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-11-30 18:06:13 -08:00
Torin Sandall d04a22e0c8 Update CHANGELOG for v0.34.2 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-11-10 10:26:27 -08:00
Stephan Renatus a985df93c1 capabilities: add package-level embed.FS (go 1.16+) (#3974)
Had to bump the lang directive for this, but our CI should ensure we'll
still be buildable for Go 1.15.

Fixes #3961.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-11-05 17:10:54 +01:00
Torin Sandall 822a68131c Update CHANGELOG for v0.34.1 release (#3964)
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-11-04 09:53:49 +01:00
Stephan Renatus e009c66834 Prepare v0.34.0 release
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-10-28 10:09:25 -07:00
Stephan Renatus b5e7139a11 format: make groupIterable sort by row (#3851)
* format: make groupIterable sort by row

Before, it depended on the elements being passed in ordered by their rows.
Before https://github.com/open-policy-agent/opa/pull/3823, the iteration
order was the same as the row order; but with sorting the keys slice (which
determines iteration order) on creation, that was changed.

Now, we'll sort the elements within `groupIterable`.

Fixes #3849.

Also includes:

* ast/term_bench_test: fix benchmark

Since map iteration is randomized in golang, this benchmark didn't
actually measure what was intended, but rather the presence or ab-
sence of duplicate keys.

Now, we'll create a set of keys to insert before, and either shuffle
it or use it in its increasing order: to call `(Object).Insert()` in
a loop.

* CHANGELOG/capabilities: update for v0.33.1 bugfix release

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-10-04 14:14:25 +02:00
Torin Sandall 5c6efb047a Prepare v0.33.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-09-30 09:08:10 -07:00
Stephan Renatus 2979b25f40 Release 0.32.1: update CHANGELOG.md and capabilities (#3813)
This commit concludes the bugfix release process for 0.32.1.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-09-21 09:47:28 +02:00
Torin Sandall 7a4f6e3f2a Prepare v0.32.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-08-31 11:37:01 -07:00
Stephan Renatus e88ad165ba Prepare v0.31.0 release (#3682)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-07-28 09:11:37 +02:00
Torin Sandall af3b7d26c4 Copying v0.30.2 release notes and capabilities into main
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-07-13 11:23:30 -07:00
Stephan Renatus 03b0b1fb93 Prepare 0.30.1 release (#3609)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-07-02 11:47:45 +02:00
Stephan Renatus 84d0b65d3b Prepare v0.30.0 release (#3598)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-07-01 10:04:27 +02:00
Stephan Renatus f1104893cb Prepare v0.29.4 release (#3513)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-05-31 11:48:15 +02:00
Stephan Renatus 06a0b2eb51 Prepare v0.29.3 release (#3506)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-05-28 20:20:17 +02:00
Stephan Renatus 39e7a99522 Prepare v0.29.2 release (#3503)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-05-28 14:13:34 +02:00
Torin Sandall 3155647a10 Prepare v0.29.1 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-05-27 16:44:18 -04:00
Torin Sandall d99ad4e4ad Prepare v0.29.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-05-27 16:12:03 -04:00
Torin Sandall 3fbcd712bb Prepare v0.28.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-04-27 09:32:14 -04:00
Stephan Renatus e514c0353c prep 0.27.1 release (#3258)
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
2021-03-12 15:30:26 +01:00
Torin Sandall 43a12ecea4 Prepare v0.27.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-03-08 11:52:32 -05:00
Torin Sandall 62d39001c7 Prepare v0.26.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2021-01-20 13:21:11 -05:00
Torin Sandall 4c6e5244f5 Prepare v0.25.2 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-12-08 11:14:22 -05:00
Torin Sandall 5fc01b64d9 Prepare v0.25.1 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-12-04 18:28:14 -05:00
Torin Sandall 381f066ab9 Prepare v0.25.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-12-03 14:16:27 -05:00
Torin Sandall 9fdfe904ed Prepare v0.25.0-rc4 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-11-10 17:02:40 -05:00
Torin Sandall 50b3175f98 Prepare v0.25.0-rc3 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-11-09 14:58:34 -05:00
Torin Sandall 44c1826b0b Prepare v0.25.0-rc2 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-11-09 14:19:54 -05:00
Torin Sandall be5a00055f Prepare v0.25.0-rc1 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-11-06 15:24:43 -05:00
Torin Sandall b69b80b718 Prepare v0.24.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-10-13 17:22:08 -04:00
Torin Sandall dd78d44524 capabilities: Add capabilities.json files for patch releases
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-08-26 10:03:52 -04:00
Torin Sandall 1d15c5e1a4 Prepare v0.23.0 release
Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-08-17 11:08:41 -04:00
Torin Sandall 658e3b2ba8 capabilities: Add new top-level capabilities directory
This directory contains a set of capabilities.json files for different
OPA releases. The directory has been pre-populated with
capabilities.json files going back to v0.17.0.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2020-07-23 19:35:22 -04:00