Skip to content

Commit

Permalink
Bump to v1.7.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Jan 2, 2020
1 parent 1faa5bb commit 9090c47
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
- Changelog for v1.7.0-rc2 (2020-01-02)
* Update release notes with further changes from 1.7.0
* refactor network commands
* Fix race condition in kill test leading to hang
* Ensure 'make uninstall' remove bin and conf files.
* Add the pod name when we use `podman ps -p`
* Ensure SizeRw is shown when a user does 'inspect --size -t container'.
* signal parsing - better input validation
* The --quiet flag does not conflict with templates in ps
* add struct response for removal of images
* Update containers/storage to v1.15.4
* Update containers/storage to v1.15.4
* zsh completion: ignore multi-line output in Flags
* build(deps): bump github.com/containers/image/v5 from 5.0.0 to 5.1.0
* if container is not in a pid namespace, stop all processes
* update c/buildah to v1.12.0
* Remove volumes after containers in pod remove
* libpod: drop arbitrary memory limit of 4M
* docs: add workaround for --device with rootless containers
* install.md: openSUSE dependencies
* Use systemd/sd-daemon.h headers for systemd presence
* Allow the injection of TESTFLAGS
* Remove coverprofile from the repository
* troubleshooting.md: rebased master and bumped 18 to 19
* Fix F30-F31 migration for Podman 1.7.0
* runtime.go: show registries data and search table
* container config: add CreateCommand
* Fixed the path of hack scripts in spec file
* runtime.go: show search table in podman info
* podman info man: example update
* podman: mirror information
* Reap exec sessions on cleanup and removal
* [Makefile] `LDFLAGS` is reserved for the GCC linker
* podman images history test - clean up
* Bump gitvalidation epoch
* Bump to v1.7.0-dev
* allow exec to read files of environment variables
* Correctly export the root file-system changes
* build(deps): bump github.com/uber/jaeger-client-go

- Changelog for v1.7.0-rc1 (2019-12-11)
* Update release notes for 1.7.0
* docs: update podman-{pod-,}top man pages
Expand Down
2 changes: 1 addition & 1 deletion contrib/spec/podman.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})

Name: podman
Version: 1.7.0
Version: 1.7.0-rc2
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
Summary: Manage Pods, Containers and Container Images
License: ASL 2.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
const Version = "1.7.0-dev"
const Version = "1.7.0-rc2"

// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility
Expand Down

0 comments on commit 9090c47

Please sign in to comment.