b32cb4b750
Merge pull request #4169 from TomSweeneyRedHat/dev/tsweeney/tutreadfix2
...
Add api link to tutorials
2019-10-03 06:37:33 -07:00
e67e9e123c
Merge pull request #4177 from mheon/bump-1.6.1
...
Bump to v1.6.1
2019-10-02 16:12:02 -07:00
119bc9b6f8
Bump gitvalidation epoch
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-10-02 17:39:05 -04:00
9e5646ec23
Bump to v1.6.2-dev
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-10-02 17:39:05 -04:00
233d95f4f0
Bump to v1.6.1
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
v1.6.1
2019-10-02 17:39:00 -04:00
960f07b0f7
Merge pull request #4176 from mheon/release_notes_1.6.1
...
Update release notes for v1.6.1
2019-10-02 14:37:14 -07:00
2bb5279503
Update release notes for v1.6.1
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-10-02 15:25:01 -04:00
c831a64bb1
Apply changes also to the windows implementation
...
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2019-10-02 20:49:09 +02:00
c091374d77
System-tests: Use bash explicitly
...
On Ubuntu, /bin/sh != /bin/bash. Update system-tests to only use
bash for testing consistency across platforms.
Signed-off-by: Chris Evich <cevich@redhat.com>
2019-10-02 14:32:31 -04:00
0046b0195e
Merge pull request #4170 from mheon/bump-1.6.1-rc1
...
Bump to v1.6.1-RC1
2019-10-02 10:36:47 -07:00
6a540bd3ba
Podman 1.6.0 has been released, update the README
...
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2019-10-02 13:09:50 -04:00
3018d700bb
Bump gitvalidation epoch
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-10-02 12:42:13 -04:00
faf70ae589
Bump to v1.6.1-dev
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-10-02 12:42:13 -04:00
a2fdb6ea02
Bump to v1.6.1-rc1
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
v1.6.1-rc1
2019-10-02 12:42:10 -04:00
dac7889d13
Merge pull request #4171 from giuseppe/allow-cgroupfs-on-cgroup
...
rootless: allow cgroupfs manager on cgroups v2
2019-10-02 09:40:19 -07:00
4ad2cd54a1
rootless: allow cgroupfs manager on cgroups v2
...
if there are no resources specified, make sure the OCI resources block
is empty so that the OCI runtime won't complain.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-02 17:07:14 +02:00
2648955cf5
Merge pull request #4168 from edsantiago/bats
...
system tests: reenable skipped tests
2019-10-02 07:41:07 -07:00
5f932fa441
Add api link to tutorials
...
We recently moved the "How to use libpod for custom/derivative projects" page to
the docs/tutorials directory. This adds a link to the README.md there so it can
be more easily found and adds a logo to the tutorial itself.
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2019-10-02 10:25:42 -04:00
257a985f5a
Merge pull request #4150 from containers/dependabot/go_modules/github.com/onsi/gomega-1.7.0
...
Bump github.com/onsi/gomega from 1.5.0 to 1.7.0
2019-10-02 06:34:50 -07:00
6c0b5a2fab
system tests: reenable skipped tests
...
Issue #3829 (cp symlinks) has been fixed: enable tests for it
And, it looks like podman-remote is now handling exit status
of a force-rm'ed container. Enable that test too.
Signed-off-by: Ed Santiago <santiago@redhat.com>
2019-10-02 06:22:36 -06:00
32a2ce8fc0
Merge pull request #4166 from giuseppe/set-dbus-session-if-not-set
...
rootless: set DBUS_SESSION_BUS_ADDRESS if it is not set
2019-10-02 02:33:24 -07:00
74879c8c17
Merge pull request #4140 from vrothberg/add-libbtrfs-dev
...
install.md: add libbtrfs-dev for Debian build
2019-10-02 01:14:44 -07:00
57f4149a87
rootless: set DBUS_SESSION_BUS_ADDRESS if it is not set
...
if the variable is not set, make sure it has a sane value so that
go-dbus won't try to connect to the wrong user session.
Closes: https://github.com/containers/libpod/issues/4162
Closes: https://github.com/containers/libpod/issues/4164
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-02 09:21:57 +02:00
2f6276cd72
Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.2...v2.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Matthew Heon <mheon@redhat.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-10-02 09:14:25 +02:00
23ae7604c9
Allow setting default parameters with env vars
...
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2019-10-01 19:46:57 +02:00
db694f13ba
Avoid hard-coding path to varlink and podman
...
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2019-10-01 19:46:54 +02:00
32b2856e7a
Allow changing IdentityFile and to IgnoreHosts
...
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
2019-10-01 19:46:48 +02:00
7a5696316a
Merge pull request #4139 from giuseppe/fix-segfault-missing-slirp4netns
...
networking: fix segfault when slirp4netns is missing
2019-10-01 09:03:44 -07:00
4fe49f5840
Merge pull request #4152 from mheon/move_deriv_api
...
Move derivitive doc so it won't be treated as a manpage
2019-10-01 08:53:26 -07:00
c42e46fd87
install.md: add libbtrfs-dev for Debian build
...
Original-author: @hugelgupf
Replaces: #4050
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-10-01 17:48:26 +02:00
abb1523210
Merge pull request #4157 from giuseppe/slirp4netns-workaround
...
network: add workaround for slirp4netns --enable-sandbox issue
2019-10-01 08:42:10 -07:00
7e47abe1f7
Merge pull request #4154 from cevich/show_packages
...
Cirrus: Show names/versions of critical packages
2019-10-01 08:42:04 -07:00
6c72b5c592
Bump github.com/onsi/gomega from 1.5.0 to 1.7.0
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.5.0...v1.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-10-01 17:14:55 +02:00
8f2ec8813d
Merge pull request #4151 from containers/dependabot/go_modules/github.com/containernetworking/plugins-0.8.2
...
Bump github.com/containernetworking/plugins from 0.8.1 to 0.8.2
2019-10-01 07:23:18 -07:00
049aafa4c0
Merge pull request #4090 from vrothberg/build-catatonit
...
Build catatonit
2019-10-01 06:05:22 -07:00
0b5100ff79
Cirrus: Show names/versions of critical packages
...
Adds an output to all testing tasks which lists the names/versions of
critical/essential packages present on the VM.
Signed-off-by: Chris Evich <cevich@redhat.com>
2019-10-01 08:54:50 -04:00
dc71a9ebd0
network: add workaround for slirp4netns --enable-sandbox issue
...
add a workaround for https://github.com/rootless-containers/slirp4netns/pull/153
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-01 14:49:24 +02:00
ec940b08c6
rootless: do not attempt a CNI refresh
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-01 14:10:04 +02:00
5d344db8d7
Merge pull request #4155 from mheon/bump-1.6.0
...
Bump to v1.6.0
2019-10-01 03:55:28 -07:00
2b7a7a084e
Bump github.com/containernetworking/plugins from 0.8.1 to 0.8.2
...
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins ) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/containernetworking/plugins/releases )
- [Commits](https://github.com/containernetworking/plugins/compare/v0.8.1...v0.8.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-10-01 12:07:26 +02:00
fc13aa1f6a
network: hide EPERM warning when rootless
...
if running rootless do not print a warning message when podman cannot
rejoin the initial network namespace.
The first network namespace is owned by root on the host, a rootless
user cannot re-join it once it moves to a new network namespace.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-01 08:51:58 +02:00
9faa6456da
networking: fix segfault when slirp4netns is missing
...
fixes a segfault when slirp4netns is not installed and the slirp sync
pipe is not created.
Closes: https://github.com/containers/libpod/issues/4113
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-10-01 08:51:57 +02:00
d74fb433a8
Bump gitvalidation epoch
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-09-30 19:02:29 -04:00
d52868f81c
Bump to v1.6.1-dev
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2019-09-30 19:02:29 -04:00
b02b072832
Bump to v1.6.0
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
v1.6.0
2019-09-30 19:02:29 -04:00
d7eba02687
Merge pull request #4153 from mheon/release_notes_1.6.0_final
...
Finalize release notes for v1.6.0 final
2019-09-30 15:40:56 -07:00
5702dd7005
Merge pull request #4141 from giuseppe/add-cgroups-info
...
info: add cgroups2
2019-09-30 14:38:23 -07:00
b063383390
Merge pull request #4144 from containers/dependabot/go_modules/github.com/spf13/pflag-1.0.5
...
Bump github.com/spf13/pflag from 1.0.3 to 1.0.5
2019-09-30 13:59:54 -07:00
92a489bcdf
Merge pull request #4149 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.10.1
...
Bump github.com/onsi/ginkgo from 1.8.0 to 1.10.1
2019-09-30 13:43:54 -07:00
c3b9e21c41
Merge pull request #4087 from cevich/intended_env_var
...
Cirrus: Minor, fix env. var. intention
2019-09-30 13:43:46 -07:00