Skip to content

Commit

Permalink
Bump to v1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Feb 6, 2020
1 parent 0d006f7 commit 2ced909
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
- Changelog for v1.8.0 (2020-02-06)
* [CI:DOCS]update contrib systemd user
* [CI:DOCS]fix systemd files for apiv2
* Update release notes for final release of v1.8.0
* Move podman-service to podman-system-service
* Only modify conmon cgroup if we have running containers
* fix swagger docs and make sure docs validation runs
* Special case memory-swap=-1
* vendor github.com/mtrmac/[email protected]
* vendor github.com/containers/image/[email protected]
* Add Containerfile location e2e test
* [CI:DOCS]addition of specgen package
* {CI:DOCS] run gofmt before lint
* build(deps): bump github.com/onsi/ginkgo from 1.11.0 to 1.12.0
* Close tarSource when finished using it
* Force --all when --filter is passed to podman ps
* Initial implementation of a spec generator package
* Fix wrong Containerfile location on build
* Wrap error for failing ImageSize calls
* swagger: v2: libpod/images/{import,load,pull}
* seperate container create network options
* Cirrus: Fix gate task + make lint|validate
* Add a binding test to check image tag and list commands.
* Update /_ping support
* [CI:DOCS]add apiv2 endpoints for exec
* build(deps): bump github.com/containers/storage from 1.15.7 to 1.15.8
* build(deps): bump github.com/onsi/gomega from 1.8.1 to 1.9.0
* Tear down network when restarting containers
* Move install.md to podman.io, leave link page
* Update XML to not embed quote in PATH on windows
* Bump to v1.8.0-dev

- Changelog for v1.8.0-rc1 (2020-01-31)
* Fix a syntax error in hack/release.sh
* Minor update to release notes
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.8.0-dev"
const Version = "1.8.0"

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

0 comments on commit 2ced909

Please sign in to comment.