Skip to content

Commit

Permalink
tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
xelalexv committed Jun 20, 2022
1 parent 504e0fc commit c70ad58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Changelog

## `master`
## `0.4.3`
- support for pruning filtered tag sets (issue #72, *alpha* feature)
- added `-run` option for filtering tasks to run (issue #59)
- support for platform selection when syncing from multi-platform images (issue #43, *alpha* feature)
- raised default *Docker* API version to `1.41`
- adjusted build to also work on MacOS+M1
- remediation of CVEs in dependencies:
+ [Improper Input Validation in GoGo Protobuf](https://github.com/advisories/GHSA-c3h9-896r-86jm)
+ [containerd CRI plugin: Insecure handling of image volumes](https://github.com/advisories/GHSA-crp2-qrr5-8pq7)
+ [containerd CRI plugin: Host memory exhaustion through ExecSync](https://github.com/advisories/GHSA-5ffw-gxpp-mxpf)
- upgrades:
+ switched to *Go* 1.18
+ switched to *Ubuntu 22.04* and *Alpine 3.15*
+ *Skopeo* to 1.8.0 (own build)
+ *Go* 1.18
+ *Ubuntu 22.04* and *Alpine 3.15*
+ *Skopeo* 1.8.0 (own build)

## `0.4.2`
- remediation of CVEs in dependencies:
Expand Down
2 changes: 1 addition & 1 deletion hack/dregsy.alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Skopeo build, taken from https://github.com/bdwyertech/docker-skopeo
#
FROM golang:1.17.11-alpine3.15@sha256:a063835853ab2d124360440a65b43c046d5f39685e7e3d054cc6b71fe9f5d598 as skopeo
FROM golang:1.18.3-alpine3.15@sha256:a1c4b28a06d5fce9b1e52b09930e240d24b00dfa85879df023f2ea7201bbe026 as skopeo

ARG SKOPEO_VERSION

Expand Down
2 changes: 1 addition & 1 deletion hack/dregsy.ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Skopeo build
#
FROM golang:1.17.11@sha256:dceb25b534d8da2aa50da5c6489fc4120db24f24dcf8b3b1862d1a8cebf1210b as skopeo
FROM golang:1.18.3@sha256:5417b4917fa7ed3ad2678a3ce6378a00c95bfd430c2ffa39936fce55130b5f2c as skopeo

ARG SKOPEO_VERSION

Expand Down

0 comments on commit c70ad58

Please sign in to comment.