Commit Graph

66 Commits

Author SHA1 Message Date
Matthew Heon 9d97bd67ed Bump to v0.6.5
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-06-29 15:59:12 -04:00
Matthew Heon d5beb2f4fe Bump to v0.6.4
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-06-22 15:54:57 -04:00
Matthew Heon cd39b628da Bump to v0.6.3
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-06-15 11:15:10 -04:00
Daniel J Walsh 72c0b4f1e2
Bump to v0.6.2
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2018-06-08 12:23:00 -04:00
Matthew Heon 3e0ff127c2 Bump to v0.6.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-06-01 18:20:06 -04:00
Matthew Heon 1f2e2a25bf Bump to v0.5.4
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-05-25 13:46:50 -04:00
Matthew Heon dc3f9df0b3 Bump to v0.5.3
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-05-18 12:40:16 -04:00
Matthew Heon 4631586aa3 Bump to v0.5.2
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-05-11 13:20:57 -04:00
Matthew Heon d0fbfdc0ac Bump to v0.5.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-05-04 11:35:14 -04:00
Matthew Heon 888927abaa Bump to v0.4.4
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-04-27 17:23:43 -04:00
Matthew Heon 4c0d8b0d7f Bump to v0.4.3
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-04-20 11:39:46 -04:00
Matthew Heon f740ee0ba6 Bump to v0.4.2
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-04-13 14:49:45 -04:00
Matthew Heon b51d32703f Bump to v0.4.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-04-05 13:08:53 -04:00
Matthew Heon db6bf9e3ad Bump to v0.3.5
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-03-29 13:31:12 -04:00
Matthew Heon 57b403eda1 Bump version to v0.3.4
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-03-23 14:00:09 -04:00
Valentin Rothberg 9416e2d784 Makefile: add changelog target
Maintaining a changelog for each new version or release of Podman helps
users to quickly skim for new changes.  Add a `make changelog` target to
facilitate creating a new log.

There are two env variables to control the base and target commit for
the new log.  The output gets prepended to the changelog.txt file, which
is a textfile in following format:
- Changelog for $(CHANGELOG_TARGET) (ISO-8601 DATE):
  * Commit subject
  * Commit subject...

Notice that the list of commit subjects excludes merge commits, and can
be manually modified after generation if needed.

`CHANGELOG_BASE=v0.3.2 CHANGELOG_TARGET=v0.3.3 make changelog` would
generate the following shortened output to the changelog.txt file:

Changelog for v0.3.3 (2018-03-17):
  * Bump to v0.3.3
  * Fix build after c/image changes
  * Update containers/image
  * Fix E2E tests
  * Address review comments
  * Fix E2E tests
  * Add restart to main podman manpage
  * Add podman restart to podman bash completions and commands

Signed-off-by: Valentin Rothberg <vrothberg@suse.com>
2018-03-21 13:44:35 +01:00