From eec482cae3289ecaad45c602629657da7062ce9c Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 19 Jun 2020 15:48:14 -0400 Subject: Bump to v2.0.0 Signed-off-by: Matthew Heon --- changelog.txt | 19 +++++++++++++++++++ version/version.go | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 8a401a967..c9fd4ea8d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,22 @@ +- Changelog for v2.0.0 (2020-06-19): + * Update release notes for v2.0.0 + * Fixes #6670 + * Correct logic for demux'ing channels + * Poll on events for file reading + * podman images --format json: pretty print + * CI: force registry:2.6 + * Fix remote docs + * Allow recursive dependency start with Init() + * Bump k8s.io/apimachinery from 0.18.3 to 0.18.4 + * unflake rmi tests + * Bump k8s.io/api from 0.18.3 to 0.18.4 + * Bump go.etcd.io/bbolt from 1.3.4 to 1.3.5 + * Podman system service is no longer experimental + * Handle dropping capabilties correctly when running as non root user + * Don't ignore --user flag in rootless --userns keepid + * Makefile: install.varlink needs to create dirs + * Do not share container log driver for exec + - Changelog for v2.0.0-rc7 (2020-06-17) * Bump Buildah to v1.15.0 * Move logs functionality to separate file for APIv2 diff --git a/version/version.go b/version/version.go index 4c7202e77..39d9aa7e0 100644 --- a/version/version.go +++ b/version/version.go @@ -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.0-dev" +const Version = "2.0.0" // APIVersion is the version for the remote // client API. It is used to determine compatibility -- cgit v1.2.3-54-g00ecf From f458c596830008303846ddfc7466d3f92ac2432d Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 19 Jun 2020 15:49:04 -0400 Subject: Bump to v2.0.1-dev Signed-off-by: Matthew Heon --- contrib/spec/podman.spec.in | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 260de7b20..44313cc39 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -42,7 +42,7 @@ Epoch: 99 %else Epoch: 0 %endif -Version: 2.0.0 +Version: 2.0.1 Release: #COMMITDATE#.git%{shortcommit0}%{?dist} Summary: Manage Pods, Containers and Container Images License: ASL 2.0 diff --git a/version/version.go b/version/version.go index 39d9aa7e0..19db5c340 100644 --- a/version/version.go +++ b/version/version.go @@ -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.0" +const Version = "2.0.1-dev" // APIVersion is the version for the remote // client API. It is used to determine compatibility -- cgit v1.2.3-54-g00ecf From c866e584ded2f17cd49045235cffd1d63be32675 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 19 Jun 2020 15:52:24 -0400 Subject: Update release notes to reflect we are now v2.0 Signed-off-by: Matthew Heon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a5fb2333..cc63acf88 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Libpod provides a library for applications looking to use the Container Pod concept, popularized by Kubernetes. Libpod also contains the Pod Manager tool `(Podman)`. Podman manages pods, containers, container images, and container volumes. -* [Latest Version: 1.9.2](https://github.com/containers/libpod/releases/latest) +* [Latest Version: v2.0.0](https://github.com/containers/libpod/releases/latest) * Latest Remote client for Windows * Latest Remote client for MacOs * Latest Static Remote client for Linux -- cgit v1.2.3-54-g00ecf