Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Releases: vmware-archive/dependency-labeler

deplab

05 May 21:42
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
Add pretty name to busybox metadata [#172341055]

Signed-off-by: Debbie Chen <[email protected]>

deplab

05 May 21:32
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
1.4.0-build.5

Determine if docker image is based on busybox if it has /bin/ash [#17…

deplab

05 May 15:31
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
Add support to inspect kpack metadata [#172090193]

Signed-off-by: Debbie Chen <[email protected]>
Signed-off-by: Jeff Jun <[email protected]>

deplab

04 Mar 17:38
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
Remove the requirement for git flag [#170796162]

Signed-off-by: Jason Smith <[email protected]>

deplab

04 Mar 15:25
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
Move char device test to rootfs

- Add sample image with char device file [#171512873]

Signed-off-by: Jason Smith <[email protected]>

deplab

02 Mar 16:28
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
Fix to support bitnami images [#171512873]

Signed-off-by: Jason Smith <[email protected]>

deplab

30 Jan 09:50
Compare
Choose a tag to compare
Updated message to be more clear that metadata is not matching

[#170698805]

Signed-off-by: Iain Sproat <[email protected]>

deplab

29 Jan 15:14
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
Installing ca-certificates to allow pull of images

[#170973705]

Signed-off-by: Carlo Colombo <[email protected]>

deplab

27 Jan 11:22
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
deplab validates and corrects tags before export

- if a tag has no suffix e.g. `foo`, then a suffix `latest` is added by
default. e.g. `foo:latest`
- if a tag is malformed, then an error is returned
- integration tests provided
- delegates behaviour to containerd

[#170825838]

Signed-off-by: Iain Sproat <[email protected]>

deplab

22 Jan 16:30
Compare
Choose a tag to compare
deplab Pre-release
Pre-release
Buildpack metadata is added by deplab

* reads from label io.buildpacks.build.metadata
* integration tests provided
* buildpack metadata and buildpack bom metadata is ordered
  alphabetically by id and name, respectively.
* sha256 of json encoded metadata is calculated; this matches behaviour of dpkg and rpm lists
* refactors Digest to common package; removes duplication from dpkg, rpm and
  cnb
* adds integration test for inspect a scratch image
* adds a scratch image test asset
* created more tests for merge
* amends documentation to better explain the revised behaviour of
inspect

[#170631159]

Signed-off-by: Iain Sproat <[email protected]>