Skip to content

Commit 972ab87

Browse files
authored
chore: v1.5.0 changelog bump
Signed-off-by: GitHub <[email protected]>
1 parent c2525d9 commit 972ab87

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="v1.5.0"></a>
2+
## [v1.5.0] - 2023-05-15
3+
[v1.5.0]: https://github.com/quay/claircore/compare/v1.4.22...v1.5.0
4+
5+
- updater: Extend default updater period to 6 hours
6+
<details>
7+
Given the expense of updating and the lack of value to such a high
8+
frequency this change extends the default update period from 30 mins to
9+
6 hours.
10+
</details>
11+
12+
- whiteout: Add the ability to reason about whiteout files in layers
13+
<details>
14+
This change give the indexing process a mechanism to discover whiteout
15+
files and use them to inform the final index report. A Resolver step
16+
is added to the end of the indexing process to allow for logic to be
17+
injected after the various indexers' results have been compiled.
18+
Indexers are expected to add a filepath to the packages they discover
19+
to denote that the deletion of the filepath signifies the package is
20+
delete.
21+
</details>
22+
123
<a name="v1.4.22"></a>
224
## [v1.4.22] - 2023-04-14
325
[v1.4.22]: https://github.com/quay/claircore/compare/v1.4.21...v1.4.22

0 commit comments

Comments
 (0)