mirror of
https://github.com/containers/podman.git
synced 2025-06-24 03:08:13 +08:00
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
GO ?= go
|
GO ?= go
|
||||||
EPOCH_TEST_COMMIT ?= c08a1e0b11
|
EPOCH_TEST_COMMIT ?= 3f5da4d0dd
|
||||||
HEAD ?= HEAD
|
HEAD ?= HEAD
|
||||||
CHANGELOG_BASE ?= HEAD~
|
CHANGELOG_BASE ?= HEAD~
|
||||||
CHANGELOG_TARGET ?= HEAD
|
CHANGELOG_TARGET ?= HEAD
|
||||||
|
@ -0,0 +1,18 @@
|
|||||||
|
- Changelog for v0.3.4 (2018-03-23):
|
||||||
|
* Bump version to v0.3.4
|
||||||
|
* Make container env variable conditional
|
||||||
|
* Stage 4 Image cleanup
|
||||||
|
* Add CONTAINER environment variable
|
||||||
|
* Small manpage reword
|
||||||
|
* Document .containerenv in manpages. Move it to /run.
|
||||||
|
* Add .containerenv file
|
||||||
|
* Add script to determine dependency sizes
|
||||||
|
* If cidfile exists, do not proceed
|
||||||
|
* Removing tagged images change in behavior
|
||||||
|
* Use podman to test podman on FAH
|
||||||
|
* Migrate podman inspect and tag to image library
|
||||||
|
* Migrate podman images to image library
|
||||||
|
* Makefile: add changelog target
|
||||||
|
* Image library stage 4 - create and commit
|
||||||
|
* Add 'podman restart' asciinema
|
||||||
|
* Fix Travis tests for sig-proxy
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 0.3.4
|
Version: 0.3.5
|
||||||
Release: git%{shortcommit}%{?dist}
|
Release: git%{shortcommit}%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package version
|
package version
|
||||||
|
|
||||||
// Version is the version of the build.
|
// Version is the version of the build.
|
||||||
const Version = "0.3.4-dev"
|
const Version = "0.3.5-dev"
|
||||||
|
Reference in New Issue
Block a user