OpenShift Merge Robot
93dab7ed41
Merge pull request #477 from saschagrunert/pause
...
Update pause image to 3.5
2021-03-19 02:18:46 -07:00
OpenShift Merge Robot
636a5caea2
Merge pull request #481 from giuseppe/get-bounding-caps
...
capabilities: add new method BoundingSet()
2021-03-19 02:04:44 -07:00
Giuseppe Scrivano
f49cb0aeef
version: bump to 0.35.4-dev
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-03-19 09:59:43 +01:00
Giuseppe Scrivano
ea0be77cfa
version: bump to 0.35.3
...
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-03-19 09:59:30 +01:00
Giuseppe Scrivano
389df0ae1f
capabilities: add new method BoundingSet()
...
add a new public function to retrieve all the capabilities in the
current bounding set.
This is useful for Podman to use only these capabilities when running
with --privileged as it can break running in a container where the
available capabilities can be a subset of the ones available in the
kernel.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-03-18 20:30:40 +01:00
OpenShift Merge Robot
80839d7fbe
Merge pull request #479 from containers/dependabot/go_modules/github.com/containers/storage-1.28.0
...
Bump github.com/containers/storage from 1.27.0 to 1.28.0
2021-03-17 06:25:56 -07:00
Daniel J Walsh
0134ea8df8
Bump github.com/containers/storage from 1.27.0 to 1.28.0
...
Bumps [github.com/containers/storage](https://github.com/containers/storage ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/containers/storage/releases )
- [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md )
- [Commits](https://github.com/containers/storage/compare/v1.27.0...v1.28.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-17 05:31:57 -04:00
OpenShift Merge Robot
dc70926053
Merge pull request #478 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.2
...
Bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2
2021-03-17 02:22:54 -07:00
dependabot[bot]
542adae2b9
Bump github.com/onsi/ginkgo from 1.15.1 to 1.15.2
...
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo ) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v1.15.1...v1.15.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-17 07:27:47 +00:00
Sascha Grunert
4cfca98e2b
Update pause image to 3.5
...
This patch updates the pause container image to the latest release.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-16 15:08:16 +01:00
OpenShift Merge Robot
b3ccfe882d
Merge pull request #476 from containers/dependabot/go_modules/github.com/hashicorp/go-multierror-1.1.1
...
Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
2021-03-12 11:45:30 +01:00
dependabot[bot]
d967b29820
Bump github.com/hashicorp/go-multierror from 1.1.0 to 1.1.1
...
Bumps [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/hashicorp/go-multierror/releases )
- [Commits](https://github.com/hashicorp/go-multierror/compare/v1.1.0...v1.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12 07:32:47 +00:00
OpenShift Merge Robot
bc488b3f2f
Merge pull request #474 from containers/dependabot/go_modules/github.com/sirupsen/logrus-1.8.1
...
Bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
2021-03-11 11:59:58 +01:00
dependabot-preview[bot]
082b64ac40
Bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.8.0...v1.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-10 14:53:43 +01:00
OpenShift Merge Robot
cd1e2ea0ac
Merge pull request #475 from saschagrunert/dependabot
...
Remove `vendor` from dependabot config
2021-03-10 14:09:49 +01:00
Sascha Grunert
017d14f2f9
Remove `vendor` from dependabot config
...
The current config is marked as invalid by dependabot:
```
Dependabot encountered the following error when parsing your .github/dependabot.yml:
The property '#/updates/0/' contains additional properties ["vendor"] outside of the schema when none are allowed
Please update the config file to conform with Dependabot's specification.
```
The docs state something different, so I assume that there is a
implementation mismatch between the currently deployed version and the
docs.
In any case, the vendoring should work automagically.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-10 13:58:55 +01:00
OpenShift Merge Robot
744bea821b
Merge pull request #473 from saschagrunert/dependabot
...
Add dependabot config file to support vendoring
2021-03-10 11:50:48 +01:00
Sascha Grunert
21d9ef254c
Add dependabot config file to support vendoring
...
This allows us to use the vendoring feature from dependabot.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-03-10 11:40:03 +01:00
OpenShift Merge Robot
7b8b55b13f
Merge pull request #472 from containers/dependabot/go_modules/github.com/onsi/gomega-1.11.0
...
Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
2021-03-08 08:54:53 -05:00
Daniel J Walsh
9c78fd1e3b
Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.10.5 to 1.11.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.10.5...v1.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-08 08:43:00 -05:00
OpenShift Merge Robot
675e89d128
Merge pull request #471 from containers/dependabot/go_modules/github.com/onsi/ginkgo-1.15.1
...
Bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
2021-03-08 08:21:53 -05:00
dependabot-preview[bot]
f074579bac
Bump github.com/onsi/ginkgo from 1.15.0 to 1.15.1
...
Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo ) from 1.15.0 to 1.15.1.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v1.15.0...v1.15.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-08 06:00:11 -05:00
OpenShift Merge Robot
d7c559bef4
Merge pull request #470 from containers/dependabot/go_modules/github.com/containers/image/v5-5.10.5
...
Bump github.com/containers/image/v5 from 5.10.4 to 5.10.5
2021-03-05 05:05:01 -05:00
dependabot-preview[bot]
cb88950623
Bump github.com/containers/image/v5 from 5.10.4 to 5.10.5
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.10.4 to 5.10.5.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.10.4...v5.10.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-04 14:34:30 -05:00
Daniel J Walsh
cdf242a228
Merge pull request #469 from rhatdan/VERSION
...
Bump to v0.35.2
2021-03-01 09:05:41 -05:00
Daniel J Walsh
1dacad8474
Move to v0.35.3-dev
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-01 09:04:24 -05:00
Daniel J Walsh
37e2ce5212
Bump to v0.35.2
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-03-01 09:04:10 -05:00
OpenShift Merge Robot
ea57480d76
Merge pull request #466 from rhatdan/shrink
...
Vendor in containers/common and start using types subdir.
2021-03-01 14:54:49 +01:00
Daniel J Walsh
ee0eadd226
Vendor in containers/common and start using types subdir.
...
This will shrink the vendoring size of containers/common/pkg/config
by a huge amount.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-27 06:43:12 -05:00
OpenShift Merge Robot
6859f16f7e
Merge pull request #467 from containers/dependabot/go_modules/github.com/containers/image/v5-5.10.4
...
Bump github.com/containers/image/v5 from 5.10.3 to 5.10.4
2021-02-27 12:35:03 +01:00
dependabot-preview[bot]
51790eb2d2
Bump github.com/containers/image/v5 from 5.10.3 to 5.10.4
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.10.3 to 5.10.4.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.10.3...v5.10.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-26 07:15:09 -05:00
Daniel J Walsh
c682d30615
Merge pull request #464 from rhatdan/master
...
Bump to v0.35.1
2021-02-23 15:31:41 -05:00
Daniel J Walsh
059a2f4346
Move to v0.35.2-dev
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-23 15:28:39 -05:00
Daniel J Walsh
11802b8fa0
Bump to v0.35.1
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-23 15:28:26 -05:00
OpenShift Merge Robot
cc1e48b050
Merge pull request #460 from containers/dependabot/go_modules/github.com/containers/image/v5-5.10.3
...
Bump github.com/containers/image/v5 from 5.10.2 to 5.10.3
2021-02-23 06:03:27 -05:00
dependabot-preview[bot]
86eb56d2fa
Bump github.com/containers/image/v5 from 5.10.2 to 5.10.3
...
Bumps [github.com/containers/image/v5](https://github.com/containers/image ) from 5.10.2 to 5.10.3.
- [Release notes](https://github.com/containers/image/releases )
- [Commits](https://github.com/containers/image/compare/v5.10.2...v5.10.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-23 05:35:14 -05:00
OpenShift Merge Robot
84b31b1a8e
Merge pull request #463 from rhatdan/log
...
Stop logging messages about using DOCKER_CONFIG
2021-02-23 04:30:26 -05:00
Daniel J Walsh
a6447704e3
Stop logging messages about using DOCKER_CONFIG
...
Since the GetDefaultAuthFile() is caused during podman init
it ends up logging the same info line multiple times, with
no way for the user to quiet the output.
Fixes https://github.com/containers/podman/issues/9473
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-22 17:00:05 -05:00
Daniel J Walsh
3b17617e6d
Merge pull request #459 from rhatdan/completion
...
Completion
2021-02-19 06:38:00 -05:00
Daniel J Walsh
e86fc60b84
Add autocompletions to be shared between buildah and podman
...
When attempting to port podman secrets to buildah secrets, I found
these autocompletions which could be shared between the projects.
Moving them to containers/common to allow sharing.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-19 05:55:45 -05:00
Daniel J Walsh
5e0f348440
Merge branch 'master' of github.com:containers/common
2021-02-19 05:54:28 -05:00
OpenShift Merge Robot
7bcb00b4e9
Merge pull request #458 from containers/dependabot/go_modules/github.com/sirupsen/logrus-1.8.0
...
Bump github.com/sirupsen/logrus from 1.7.1 to 1.8.0
2021-02-18 09:04:41 -05:00
dependabot-preview[bot]
d4c071f07e
Bump github.com/sirupsen/logrus from 1.7.1 to 1.8.0
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.7.1...v1.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-18 05:05:51 -05:00
Daniel J Walsh
33b7f7635f
Export error constants from pkg/secrets
...
We want to be able to use these secrets constants from Buildah to
handle errors properly.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-17 15:26:39 -05:00
Daniel J Walsh
d0bfb76666
Merge pull request #456 from rhatdan/master
...
Bump to v0.35.0
2021-02-17 14:51:17 -05:00
Daniel J Walsh
e77728babf
Move to v0.35.1-dev
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-17 14:49:44 -05:00
Daniel J Walsh
7fd376d736
Bump to v0.35.0
...
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-17 14:49:40 -05:00
OpenShift Merge Robot
874e4bdc48
Merge pull request #455 from containers/dependabot/go_modules/github.com/sirupsen/logrus-1.7.1
...
Bump github.com/sirupsen/logrus from 1.7.0 to 1.7.1
2021-02-17 14:48:32 -05:00
OpenShift Merge Robot
4b073c0c33
Merge pull request #454 from rhatdan/range
...
Move EnforceRange and HasTable out of Podman and into common
2021-02-17 10:28:33 -05:00
dependabot-preview[bot]
2a5286f006
Bump github.com/sirupsen/logrus from 1.7.0 to 1.7.1
...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus ) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/sirupsen/logrus/releases )
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sirupsen/logrus/compare/v1.7.0...v1.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-02-17 06:50:16 -05:00