Skip to content

Commit 82e8011

Browse files
committed
Bump to v1.0.0
Signed-off-by: Matthew Heon <[email protected]>
1 parent d32e2d1 commit 82e8011

File tree

3 files changed

+99
-2
lines changed

3 files changed

+99
-2
lines changed

changelog.txt

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,100 @@
1+
- Changelog for v1.0.0 (2018-1-11)
2+
* Update release notes for v1.0
3+
* Remove clientintegration from Makefile
4+
* Regenerate EasyJSON to fix JSON issues
5+
* Update gitvalidation to avoid reverts w/o signoffs
6+
* Cirrus: Post-Merge Testing for v1.0 Branch
7+
* Move python code from contrib to it's own repo python-podman
8+
* Use defaults if paths are not specified in storage.conf
9+
* (Minor) Cirrus: Print timestamp at start
10+
* fix up sigstore path
11+
* Trivial readme updates
12+
* podman: bump RLIMIT_NOFILE also without CAP_SYS_RESOURCE
13+
* Fix handling of nil volumes
14+
* sign: make all error messages lowercase
15+
* sign: use filepath.Join instead of fmt.Sprintf
16+
* createconfig: always cleanup a rootless container
17+
* Fix 'image trust' from PR1899
18+
* libpod/image: Use ParseNormalizedNamed in RepoDigests
19+
* apparmor: apply default profile at container initialization
20+
* Fix up image sign and trust
21+
* List the long variant of each option before its shorter counterpart
22+
* Use existing interface to request IP address during restore
23+
* Added checkpoint/restore test for same IP
24+
* Enable checkpoint test with established TCP connections
25+
* .github/ISSUE_TEMPLATE: Suggest '/kind bug' and '/kind feature'
26+
* pkg/hooks/exec: Include failed command in hook errors
27+
* hooks/exec/runtimeconfigfilter: Log config changes
28+
* hooks: Add pre-create hooks for runtime-config manipulation
29+
* Add Validate completions
30+
* Add a --workdir option to 'podman exec'
31+
* Default --sig-proxy to true for 'podman start --attach'
32+
* Test that 'podman start --sig-proxy' does not work without --attach
33+
* [WIP]Support podman image sign
34+
* vendor latest buildah
35+
* Honor image environment variables with exec
36+
* Minor: Remove redundant basename command in ooe.sh
37+
* Rename libpod.Config back to ContainerConfig
38+
* Add ability to build golang remote client
39+
* vendor latest buildah
40+
* Add the configuration file used to setup storage to podman info
41+
* podman: set umask to 022
42+
* podman-login: adhere to user input
43+
* Vendor in latest containers/buildah code
44+
* Readd Python testing
45+
* Update vendor of runc
46+
* [skip ci] Docs: Add Bot Interactions section
47+
* container runlabel NAME implementation
48+
* Bump time for build_each_commit step
49+
* add container-init support
50+
* If local storage file exists, then use it rather then defaults.
51+
* vendor in new containers/storage
52+
* Fix completions
53+
* Touch up some troubleshooting nits
54+
* Log container command before starting the container
55+
* Use sprintf to generate port numbers while committing
56+
* Add troubleshooting for sparse files
57+
* Fix handling of symbolic links
58+
* podman build is not using the default oci-runtime
59+
* Re-enable checkpoint/restore CI tests on Fedora
60+
* Fixes to handle /dev/shm correctly.
61+
* rootless tests using stop is more reliable
62+
* Allow alias for list, ls, ps to work
63+
* Refactor: use idtools.ParseIDMap instead of bundling own version
64+
* cirrus: Use updated images including new crui
65+
* Switch all referencs to image.ContainerConfig to image.Config
66+
* Allow users to specify a directory for additonal devices
67+
* Change all 'can not' to 'cannot' for proper usage
68+
* Invalid index for array
69+
* Vendor in latest psgo code to fix race conditions
70+
* test: add test for rootless export
71+
* export: fix usage with rootless containers
72+
* rootless: add function to join user and mount namespace
73+
* libpod: always store the conmon pid file
74+
* Use existing CRIU packages in CI setup
75+
* skip test for blkio.weight when kernel does not support it
76+
* Add Play
77+
* Cirrus: Skip build all commits test on master
78+
* prepare for move to validate on 1.11 only
79+
* [skip ci] Gate: Update docs w/ safer local command
80+
* Support podman image trust command
81+
* Makefile: validate that each commit can at least build
82+
* perf test a stress test to profile CPU load of podman
83+
* all flakes must die
84+
* Add information on --restart
85+
* generate service object inline
86+
* Cirrus: One IRC notice only
87+
* docs/tutorials: add a basic network config
88+
* display proper error when rmi -fa with infra containers
89+
* add --get-login command to podman-login.
90+
* Show image only once with images -q
91+
* Add script to create CI VMs for debugging
92+
* Cirrus: Migrate PAPR testing of F28 to Cirrus
93+
* Skip checkpoint tests on Fedora <30
94+
* Cirrus: Add text editors to cache-images
95+
* Clean up some existing varlink endpoints
96+
* mount: allow mount only when using vfs
97+
198
- Changelog for v0.12.1.2 (2018-12-13)
299
* Add release notes for 0.12.1.2
3100
* runlabel should sub podman for docker|/usr/bin/docker

contrib/spec/podman.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
4040

4141
Name: podman
42-
Version: 0.12.2
42+
Version: 1.0.0
4343
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
4444
Summary: Manage Pods, Containers and Container Images
4545
License: ASL 2.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// NOTE: remember to bump the version at the top
55
// of the top-level README.md file when this is
66
// bumped.
7-
const Version = "0.12.2-dev"
7+
const Version = "1.0.0"

0 commit comments

Comments
 (0)