Skip to content

Commit

Permalink
Bump to v3.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Feb 18, 2021
1 parent c2b393b commit c640670
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
- Changelog for v3.0.1 (2021-02-18):
* Final 3.0.1 release notes update
* Bump containers/buildah to v1.19.4
* Implement missing arguments for podman build
* Fix swagger generation
* Updated Buildah to v1.19.4
* Add release notes for v3.0.1
* Don't switch on a single case
* Quote URL
* bindings: support simple types that implement fmt.Stringer interface
* API: fix libpod's container wait endpoint condition conversion
* Do not reset storage when running inside of a container
* Add missing early returns in compat API
* [NO TESTS NEEDED] Refactor generated code
* Enable more golangci-lint linters
* Enable whitespace linter
* Enable golint linter
* Enable stylecheck linter
* [NO TESTS NEEDED] Update linter
* apiv2: handle docker-java clients pulling
* Fix superfluous response.WriteHeader call in WaitContainerLibpod()
* fix dns resolution on ubuntu
* e2e: fix network alias test
* fix failing image e2e test
* Fix broken podman generate systemd --new with pods
* Don't chown workdir if it already exists
* correct startup error message
* fix create container: handle empty host port
* podman build: pass runtime to buildah
* images/create: always pull image
* Fix panic in pod creation
* do not set empty $HOME
* infra: downgrade warning to debug
* Ignore entrypoint=[\"\"]
* podman ps --format '{{ .Size }}' requires --size option
* Change source path resolution for volume copy-up
* Fix an issue where copyup could fail with ENOENT
* change ps Created to unix
* container ps json format miscue
* make layer-tree lookup errors non-fatal
* Bump c/storage to v1.24.6
* utils: takes the longest path on cgroup v1
* utils: create parent cgroups
* utils: ignore unified on cgroupv1 if not present
* utils: skip empty lines
* hardening flags for fedora rpmbuilds

- Changelog for v3.0.0 (2021-02-11):
* Update release notes for v3.0 final
* Rewrite copy-up to use buildah Copier
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// 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.0.1-dev")
var Version = semver.MustParse("3.0.1")

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

0 comments on commit c640670

Please sign in to comment.