|
2 | 2 | ## [Unreleased]
|
3 | 3 |
|
4 | 4 |
|
| 5 | +<a name="v1.2.0"></a> |
| 6 | +## [v1.2.0] - 2022-01-12 |
| 7 | +### Build(Deps) |
| 8 | +- [9fbff76](https://github.com/quay/claircore/commit/9fbff76907cb1876de202527fd41b10660c5ad7a): bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 |
| 9 | +### Dockerfile |
| 10 | +- [397136f](https://github.com/quay/claircore/commit/397136fb7ff959dfb994f67b3c0df1f760ec33c7): add some fuzz testing |
| 11 | +- [5d08565](https://github.com/quay/claircore/commit/5d08565efe7c2704ec827e730c99914d3faaa477): handle comments correctly |
| 12 | +- [467ad76](https://github.com/quay/claircore/commit/467ad767d0bb7d364c5381fe13cc698829de062b): extend test harness |
| 13 | +### GC |
| 14 | +- [1123788](https://github.com/quay/claircore/commit/112378887a835468d64816d518648b8ed535b0f7): Do query execution all in one rather than separate ([#517](https://github.com/quay/claircore/issues/517)) |
| 15 | + - [#517](https://github.com/quay/claircore/issues/517) |
| 16 | +### Go.Mod |
| 17 | +- [2aac174](https://github.com/quay/claircore/commit/2aac1740d27fd056ad375bf647d1e350ec1de514): update minimum go version |
| 18 | +### Jar |
| 19 | +- [3ce352a](https://github.com/quay/claircore/commit/3ce352ad4ce31aaf0d72e5228250b741f90ce467): fix text harness |
| 20 | +### Libindex |
| 21 | +- [f53a08f](https://github.com/quay/claircore/commit/f53a08f588f29e599ce99fa3d0b61152d232db1d): set postgres application name |
| 22 | +- [d390f79](https://github.com/quay/claircore/commit/d390f79ca84ff0b6a3104fab3bfa8ef41faabd99): expose DeleteManifests method |
| 23 | +### Libvuln |
| 24 | +- [58abf35](https://github.com/quay/claircore/commit/58abf35d416c9aba4ff7702437b139fc71c6f5bb): set postgres application name |
| 25 | +- [5b95f97](https://github.com/quay/claircore/commit/5b95f97a58bccb12941a741e06e0a5387d104cda): print documentation links with matcher names |
| 26 | +### Migrations |
| 27 | +- [08db7b9](https://github.com/quay/claircore/commit/08db7b99956c50c8ccd01d6039df9c1ad86eae48): add foreign key cascade constraints |
| 28 | +### Postgres |
| 29 | +- [78448fa](https://github.com/quay/claircore/commit/78448fa91e3dd76f9dee58861d74bf354efc6f6a): add DeleteManifests method |
| 30 | +- [8af4a24](https://github.com/quay/claircore/commit/8af4a249b8bb70499def1fcd5ecb5065f3b89158): add metric lint test |
| 31 | +- [937155c](https://github.com/quay/claircore/commit/937155c6a863f2489475c2d2439a0d63555509b5): add digest helper |
| 32 | +- [da6d413](https://github.com/quay/claircore/commit/da6d4131dc48c044914179656263fa8e7380d309): add some prometheus helpers |
| 33 | +- [3575d9c](https://github.com/quay/claircore/commit/3575d9ce53174ba825cd4308b4ae9c323cc4f923): fix typo |
| 34 | + |
5 | 35 | <a name="v1.1.6"></a>
|
6 | 36 | ## [v1.1.6] - 2021-12-07
|
| 37 | +### Chore |
| 38 | +- [8332795](https://github.com/quay/claircore/commit/8332795ed7d2c6b4e5d2dcdbc2cb61c0f5270aac): v1.1.6 changelog bump |
7 | 39 | ### Dockerfile
|
8 | 40 | - [8b5a73d](https://github.com/quay/claircore/commit/8b5a73de49ea1410597d581762615e579d7f3722): handle whitespace runs correctly
|
9 | 41 | - [#526](https://github.com/quay/claircore/issues/526)
|
|
1232 | 1264 | - Merge pull request [#3](https://github.com/quay/claircore/issues/3) from quay/documentation
|
1233 | 1265 |
|
1234 | 1266 |
|
1235 |
| -[Unreleased]: https://github.com/quay/claircore/compare/v1.1.6...HEAD |
| 1267 | +[Unreleased]: https://github.com/quay/claircore/compare/v1.2.0...HEAD |
| 1268 | +[v1.2.0]: https://github.com/quay/claircore/compare/v1.1.6...v1.2.0 |
1236 | 1269 | [v1.1.6]: https://github.com/quay/claircore/compare/v1.1.5...v1.1.6
|
1237 | 1270 | [v1.1.5]: https://github.com/quay/claircore/compare/v1.1.4...v1.1.5
|
1238 | 1271 | [v1.1.4]: https://github.com/quay/claircore/compare/v1.1.3...v1.1.4
|
|
0 commit comments