Skip to content

Commit

Permalink
Bump to v2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <mheon@redhat.com>
  • Loading branch information
mheon committed Jun 25, 2020
1 parent 6a541f6 commit a11c4ea
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions changelog.txt
@@ -1,3 +1,42 @@
- Changelog for v2.0.1 (2020-06-25):
* Update release notes with further v2.0.1 changes
* Fix inspect to display multiple label: changes
* Set syslog for exit commands on log-level=debug
* Friendly amendment for pr 6751
* podman run/create: support all transports
* systemd generate: allow manual restart of container units in pods
* Revert sending --remote flag to containers
* Print port mappings in `ps` for ctrs sharing network
* vendor github.com/containers/common@v0.14.3
* Update release notes for v2.0.1
* utils: drop default mapping when running uid!=0
* Set stop signal to 15 when not explicitly set
* podman untag: error if tag doesn't exist
* Reformat inspect network settings
* APIv2: Return `StatusCreated` from volume creation
* APIv2:fix: Remove `/json` from compat network EPs
* Fix ssh-agent support
* libpod: specify mappings to the storage
* APIv2:doc: Fix swagger doc to refer to volumes
* Add podman network to bash command completions
* Fix typo in manpage for `podman auto update`.
* Add JSON output field for ps
* V2 podman system connection
* wip
* image load: no args required
* Re-add PODMAN_USERNS environment variable
* Fix conflicts between privileged and other flags
* Bump required go version to 1.13
* Add explicit command to alpine container in test case.
* Use POLL_DURATION for timer
* Stop following logs using timers
* "pod" was being truncated to "po" in the names of the generated systemd unit files.
* rootless_linux: improve error message
* Fix podman build handling of --http-proxy flag
* correct the absolute path of `rm` executable
* Makefile: allow customizable GO_BUILD
* Cirrus: Change DEST_BRANCH to v2.0

- Changelog for v2.0.0 (2020-06-19):
* Update release notes for v2.0.0
* Fixes #6670
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
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 = "2.0.1-dev"
const Version = "2.0.1"

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

0 comments on commit a11c4ea

Please sign in to comment.