Skip to content

Commit

Permalink
Bump to v3.3.0-RC3
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Aug 17, 2021
1 parent e200b07 commit 7aa18e0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
- Changelog for HEAD (2021-08-17):
* Release notes for v3.3.0-RC3
* [v3.3] Bump c/storage to v1.34.1 and c/image to v5.15.1
* fix gvproxy path search for macos
* Bump to v3.3.0-dev
* Bump to v3.3.0-rc2
* Set gvproxy path to /usr/libexec/podman/gvproxy
* Revert "Podman Pod Create --cpus and --cpuset-cpus flags"
* Address review comments
* Final release notes for v3.3.0-RC2
* Document source ip for the rootlesskit port handler
* podman info show correct slirp4netns path
* show podman machine ssh command line
* Fix TS parsing for fractional values
* Handle timezone on server containers.conf
* Fix podman unpause,pause,kill --all to work like podman stop --all
* Do not add an entry to /etc/hosts with `--net=host`
* Only support containers stats using cgroups v2
* Compat API: Fix healthcheck status and healthcheck config
* podman info: try qfile before equery
* test: move container process to a sub-cgroup
* Fix handling of user specified container labels
* Release notes for v3.3.0-RC2: Initial
* Bump github.com/rootless-containers/rootlesskit from 0.14.3 to 0.14.4
* fix rootless port forwarding with network dis-/connect
* [v3.3] Bump to Buildah v1.22.0 [NO TESTS NEEDED]
* Disable aarch64 support

- Changelog for v3.2.0-rc1 (2021-05-05)
* migrate Podman to containers/common/libimage
* add --mac-address to podman play kube
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
var Version = semver.MustParse("3.3.0-dev")
var Version = semver.MustParse("3.3.0-rc3")

// See https://docs.docker.com/engine/api/v1.40/
// libpod compat handlers are expected to honor docker API versions
Expand Down

0 comments on commit 7aa18e0

Please sign in to comment.