renovate[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								a00ed20e01 
								
							 
						 
						
							
							
								
								fix(deps): update module github.com/containers/libhvee to v0.0.5  
							
							 
							
							... 
							
							
							
							Signed-off-by: Renovate Bot <bot@renovateapp.com> 
							
						 
						
							2023-04-19 08:40:47 +00:00  
						
					 
				
					
						
							
							
								 
								Brent Baude
							
						 
						
							 
							
							
							
							
								
							
							
								4b8230119e 
								
							 
						 
						
							
							
								
								HyperV: wait on stop  
							
							 
							
							... 
							
							
							
							When using podman machine with hyperv, stop was releasing the terminal
back top the user prematurely.  This resulted in users being able to run
subsequent commands while the vm was still stopped.  Commands like
machine stop were prone to failing.
[NO NEW TESTS NEEDED]
Signed-off-by: Brent Baude <bbaude@redhat.com> 
							
						 
						
							2023-04-18 08:02:48 -05:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								e7b9ae4f3b 
								
							 
						 
						
							
							
								
								Merge pull request  #18236  from baude/vsock0  
							
							 
							
							... 
							
							
							
							Enabled network over vsock 
							
						 
						
							2023-04-17 17:25:24 -04:00  
						
					 
				
					
						
							
							
								 
								Brent Baude
							
						 
						
							 
							
							
							
							
								
							
							
								3222545ad5 
								
							 
						 
						
							
							
								
								Enabled network over vsock  
							
							 
							
							... 
							
							
							
							podman machine with Microsoft HyperV will use hvsock on the guest and
vsock on the guest for its networking.  this pr enables the basics for
this to happen as well as changes to ignition to automatically set this
up with network manager.
the vm binary referenced in this pr is in containers/gvisor-tap-vsock
and will need to be added to distributions.
[NO NEW TESTS NEEDED]
Signed-off-by: Brent Baude <bbaude@redhat.com> 
							
						 
						
							2023-04-17 12:34:37 -05:00  
						
					 
				
					
						
							
							
								 
								renovate[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								aec7ce4a10 
								
							 
						 
						
							
							
								
								fix(deps): update module github.com/microsoft/go-winio to v0.6.1  
							
							 
							
							... 
							
							
							
							Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 
							
						 
						
							2023-04-17 17:27:04 +00:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								ef4dbc27b0 
								
							 
						 
						
							
							
								
								Merge pull request  #18167  from baude/hypervvsock  
							
							 
							
							... 
							
							
							
							Add support for HVSOCK on hyperv 
							
						 
						
							2023-04-17 13:25:45 -04:00  
						
					 
				
					
						
							
							
								 
								renovate[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								08f137aec2 
								
							 
						 
						
							
							
								
								fix(deps): update module github.com/vbauerster/mpb/v8 to v8.4.0  
							
							 
							
							... 
							
							
							
							Signed-off-by: Renovate Bot <bot@renovateapp.com> 
							
						 
						
							2023-04-15 12:49:03 +00:00  
						
					 
				
					
						
							
							
								 
								Brent Baude
							
						 
						
							 
							
							
							
							
								
							
							
								f488d9890c 
								
							 
						 
						
							
							
								
								Add support for HVSOCK on hyperv  
							
							 
							
							... 
							
							
							
							Windows HyperV uses HVSocks (Windows adaptation of vsock) for
communicating between vms and the host.  Podman machine in Qemu uses a
virtual UDS to signal the host that the machine is booted.  In HyperV,
we can use a HVSOCK for the same purpose.
One of the big aspects of using HVSOCK on Windows is that the HVSOCK
must be entered into the Windows registry.  So now part of init and rm
of a podman machine, entries must be added and removed respectively.
Also duplicates are a no-no.
Signed-off-by: Brent Baude <bbaude@redhat.com> 
							
						 
						
							2023-04-14 13:53:25 -05:00  
						
					 
				
					
						
							
							
								 
								Valentin Rothberg
							
						 
						
							 
							
							
							
							
								
							
							
								b4cfc727be 
								
							 
						 
						
							
							
								
								api: auth: fix nil deref  
							
							 
							
							... 
							
							
							
							By pulling in the fixes from c/common.  Add regression tests to make
sure it's not happening another time.  The error messages are not
ideal and should probably be optimized in the `/auth` endpoints directly
but it's already an improvement over a nil deref.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> 
							
						 
						
							2023-04-12 11:27:35 +02:00  
						
					 
				
					
						
							
							
								 
								Aditya R
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								260bc3ec4c 
								
							 
						 
						
							
							
								
								vendor: bump containers/(storage, common, buildah, image)  
							
							 
							
							... 
							
							
							
							Bump containers/(storage, common, buildah and image)
Changes since 2023-01-01:
 - skip mount-cache-selinux-long-name test under remote, with
   a FIXME requesting that someone see if it can be made to work.
 - skip six tests that fail under rootless-remote
 - add new --build-arg-file option:
 - update man page
Squash of:
* cf56eb1865 
* 561f082772 
Signed-off-by: Ed Santiago <santiago@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Signed-off-by: Aditya R <arajan@redhat.com> 
							
						 
						
							2023-04-10 17:30:14 +05:30  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								341aa0da54 
								
							 
						 
						
							
							
								
								Merge pull request  #18082  from containers/dependabot/go_modules/golang.org/x/text-0.9.0  
							
							 
							
							... 
							
							
							
							build(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 
							
						 
						
							2023-04-08 03:53:59 -04:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								83773074e3 
								
							 
						 
						
							
							
								
								Merge pull request  #18066  from Juneezee/chore/yaml  
							
							 
							
							... 
							
							
							
							chore: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml` 
							
						 
						
							2023-04-06 16:34:17 -04:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								f417861e0f 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/text from 0.8.0 to 0.9.0  
							
							 
							
							... 
							
							
							
							Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.8.0...v0.9.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-04-06 20:16:55 +00:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								bb099ed3e0 
								
							 
						 
						
							
							
								
								Merge pull request  #18058  from containers/dependabot/go_modules/golang.org/x/sys-0.7.0  
							
							 
							
							... 
							
							
							
							build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 
							
						 
						
							2023-04-06 16:15:04 -04:00  
						
					 
				
					
						
							
							
								 
								Eng Zer Jun
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								35165df37b 
								
							 
						 
						
							
							
								
								chore: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml`  
							
							 
							
							... 
							
							
							
							At the time of making this commit, the package `github.com/ghodss/yaml`
is no longer actively maintained.
`sigs.k8s.io/yaml` is a permanent fork of `ghodss/yaml` and is actively
maintained by Kubernetes SIG.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> 
							
						 
						
							2023-04-06 21:11:17 +08:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								45b1099eff 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0  
							
							 
							
							... 
							
							
							
							Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-04-05 12:59:13 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								34a5c7f157 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0  
							
							 
							
							... 
							
							
							
							Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/sys/releases )
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-04-05 12:58:38 +00:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b9821b5e66 
								
							 
						 
						
							
							
								
								Merge pull request  #17987  from containers/dependabot/go_modules/github.com/onsi/gomega-1.27.6  
							
							 
							
							... 
							
							
							
							build(deps): bump github.com/onsi/gomega from 1.27.5 to 1.27.6 
							
						 
						
							2023-04-04 07:43:08 -04:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b36bc21e21 
								
							 
						 
						
							
							
								
								Merge pull request  #17813  from containers/dependabot/go_modules/github.com/openshift/imagebuilder-1.2.4  
							
							 
							
							... 
							
							
							
							build(deps): bump github.com/openshift/imagebuilder from 1.2.4-0.20230207193036-6e08c897da73 to 1.2.4 
							
						 
						
							2023-04-04 05:38:55 -04:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								704901d113 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/onsi/gomega from 1.27.5 to 1.27.6  
							
							 
							
							... 
							
							
							
							Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.27.5 to 1.27.6.
- [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.27.5...v1.27.6 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-04-04 09:35:33 +00:00  
						
					 
				
					
						
							
							
								 
								Valentin Rothberg
							
						 
						
							 
							
							
							
							
								
							
							
								f0cfbbe2cc 
								
							 
						 
						
							
							
								
								vendor  containers/common@e27c30ee9b  
							
							 
							
							... 
							
							
							
							Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> 
							
						 
						
							2023-03-30 09:34:32 +02:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								71c5c6efa0 
								
							 
						 
						
							
							
								
								Merge pull request  #17915  from containers/dependabot/go_modules/github.com/onsi/gomega-1.27.5  
							
							 
							
							... 
							
							
							
							build(deps): bump github.com/onsi/gomega from 1.27.4 to 1.27.5 
							
						 
						
							2023-03-28 15:24:58 +02:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								905dc6de48 
								
							 
						 
						
							
							
								
								Merge pull request  #17895  from vrothberg/containers_conf_extra  
							
							 
							
							... 
							
							
							
							add CONTAINERS_CONF_OVERRIDE 
							
						 
						
							2023-03-27 16:48:44 -04:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								6222d3bd19 
								
							 
						 
						
							
							
								
								Merge pull request  #17894  from baude/hypervloadfromfilesystemfirst  
							
							 
							
							... 
							
							
							
							hyperv: lookup machine on local filesystem first 
							
						 
						
							2023-03-27 16:45:20 -04:00  
						
					 
				
					
						
							
							
								 
								Daniel J Walsh
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								a5621311e3 
								
							 
						 
						
							
							
								
								Merge pull request  #17814  from containers/dependabot/go_modules/google.golang.org/protobuf-1.30.0  
							
							 
							
							... 
							
							
							
							build(deps): bump google.golang.org/protobuf from 1.29.0 to 1.30.0 
							
						 
						
							2023-03-27 16:41:58 -04:00  
						
					 
				
					
						
							
							
								 
								Brent Baude
							
						 
						
							 
							
							
							
							
								
							
							
								518eafaa34 
								
							 
						 
						
							
							
								
								hyperv: lookup machine on local filesystem first  
							
							 
							
							... 
							
							
							
							when looking for a machine, look it up locally first to prevent
accidental collision with non-podman machine vms.  in the cast of
`podman machine ls`, only list podman machines found by json files
Enabled remove with force.
[NO NEW TESTS NEEDED]
Signed-off-by: Brent Baude <bbaude@redhat.com> 
							
						 
						
							2023-03-27 10:17:06 -05:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								ade46ae6a5 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/onsi/gomega from 1.27.4 to 1.27.5  
							
							 
							
							... 
							
							
							
							Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.27.4 to 1.27.5.
- [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.27.4...v1.27.5 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-03-24 13:00:28 +00:00  
						
					 
				
					
						
							
							
								 
								Valentin Rothberg
							
						 
						
							 
							
							
							
							
								
							
							
								5f86fae71f 
								
							 
						 
						
							
							
								
								vendor containers/common@main  
							
							 
							
							... 
							
							
							
							Also adjust the e2e tests to account for SYS_CHROOT having made it back
to the default caps.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> 
							
						 
						
							2023-03-23 15:16:57 +01:00  
						
					 
				
					
						
							
							
								 
								Brent Baude
							
						 
						
							 
							
							
							
							
								
							
							
								0dac214f56 
								
							 
						 
						
							
							
								
								basic hypverv machine implementation  
							
							 
							
							... 
							
							
							
							with libhvee, we are able to do the basics of podman machine management
on hyperv.  The basic functions like init, rm, stop, and start are all
functional.  Start and stop will periodically throw a benign error
processing the hyperv message being returned from the action.  The error
is described in the todo's below.
notable items:
* no podman commands will work (like ps, images, etc)
* the machine must be initialized with --image-path and fed a custom image.
* disk size is set to 100GB statically.
* the vm joins the default hyperv network which is TCP/IP network based.
* podman machine ssh does not work
* podman machine set does not work
* you can grab the ip address from hyperv and fake a machine connection
  with `podman system connection`.
* when booting, use the hyperv console to know the boot is complete.
TODOs:
* podman machine ssh
* podman machine set
* podman machine rm needs force bool
* disk size in NewMachine is set to 100GB
* podman start needs to wait until fully booted
* establish a boot complete signal from guest
* implement gvproxy like user networking
* fix benign failures in stop/start -> Error: error 2147749890 (FormatMessage failed with: The system cannot find message text for message number 0x%1 in the message file for %2.)
[NO NEW TESTS NEEDED]
Signed-off-by: Brent Baude <bbaude@redhat.com> 
							
						 
						
							2023-03-17 16:02:28 -05:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								1ea62f32f0 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/openshift/imagebuilder  
							
							 
							
							... 
							
							
							
							Bumps [github.com/openshift/imagebuilder](https://github.com/openshift/imagebuilder ) from 1.2.4-0.20230207193036-6e08c897da73 to 1.2.4.
- [Release notes](https://github.com/openshift/imagebuilder/releases )
- [Commits](https://github.com/openshift/imagebuilder/commits/v1.2.4 )
---
updated-dependencies:
- dependency-name: github.com/openshift/imagebuilder
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-03-16 16:16:48 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel J Walsh
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								e21cf2d8df 
								
							 
						 
						
							
							
								
								Vendor in latest containers/(storage, common, image)  
							
							 
							
							... 
							
							
							
							Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> 
							
						 
						
							2023-03-16 09:26:19 -04:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								686bdcc298 
								
							 
						 
						
							
							
								
								build(deps): bump google.golang.org/protobuf from 1.29.0 to 1.30.0  
							
							 
							
							... 
							
							
							
							Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.0...v1.30.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-03-16 12:58:57 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								9294b73508 
								
							 
						 
						
							
							
								
								build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.29.0  
							
							 
							
							... 
							
							
							
							Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go ) from 1.28.1 to 1.29.0.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash )
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.1...v1.29.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-03-09 12:58:56 +00:00  
						
					 
				
					
						
							
							
								 
								Adrian Reber
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								c03cb57183 
								
							 
						 
						
							
							
								
								Update checkpointctl v0.1.0  
							
							 
							
							... 
							
							
							
							With a minor fix during error unwrapping.
[NO NEW TESTS NEEDED]
Signed-off-by: Adrian Reber <areber@redhat.com> 
							
						 
						
							2023-03-07 18:28:39 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								af7a759e9d 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/net from 0.7.0 to 0.8.0  
							
							 
							
							... 
							
							
							
							Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-03-07 01:34:11 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								5d039ce222 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/sys from 0.5.0 to 0.6.0  
							
							 
							
							... 
							
							
							
							Bumps [golang.org/x/sys](https://github.com/golang/sys ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/sys/releases )
- [Commits](https://github.com/golang/sys/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-03-06 13:00:25 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel J Walsh
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								76056c6701 
								
							 
						 
						
							
							
								
								Vendor in latest containers/(common, storage, image)  
							
							 
							
							... 
							
							
							
							Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> 
							
						 
						
							2023-02-28 15:46:49 -05:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								b00874c167 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/coreos/stream-metadata-go  
							
							 
							
							... 
							
							
							
							Bumps [github.com/coreos/stream-metadata-go](https://github.com/coreos/stream-metadata-go ) from 0.0.0-20210225230131-70edb9eb47b3 to 0.4.1.
- [Release notes](https://github.com/coreos/stream-metadata-go/releases )
- [Commits](https://github.com/coreos/stream-metadata-go/commits/v0.4.1 )
---
updated-dependencies:
- dependency-name: github.com/coreos/stream-metadata-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-02-27 11:22:22 +00:00  
						
					 
				
					
						
							
							
								 
								Daniel J Walsh
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								9d93486d21 
								
							 
						 
						
							
							
								
								Vendor in latest containers/storage  
							
							 
							
							... 
							
							
							
							Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> 
							
						 
						
							2023-02-24 08:25:04 -05:00  
						
					 
				
					
						
							
							
								 
								Matt Heon
							
						 
						
							 
							
							
							
							
								
							
							
								1b968c6074 
								
							 
						 
						
							
							
								
								Add initial SQLite-backed state implementation  
							
							 
							
							... 
							
							
							
							This contains the implementation of (most) container functions,
with stubs for all pod and volume functions. Presently accessed
via environment variable only for testing purposes.
Signed-off-by: Matt Heon <mheon@redhat.com> 
							
						 
						
							2023-02-22 11:00:50 -05:00  
						
					 
				
					
						
							
							
								 
								Valentin Rothberg
							
						 
						
							 
							
							
							
							
								
							
							
								adacd3b127 
								
							 
						 
						
							
							
								
								vendor  c/common@852ca05a1f  
							
							 
							
							... 
							
							
							
							Also force an update of c/image to prevent a downgrade.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> 
							
						 
						
							2023-02-21 14:06:42 +01:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								562c033a31 
								
							 
						 
						
							
							
								
								Merge pull request  #17574  from containers/dependabot/go_modules/github.com/vbauerster/mpb/v8-8.2.0  
							
							 
							
							... 
							
							
							
							build(deps): bump github.com/vbauerster/mpb/v8 from 8.1.6 to 8.2.0 
							
						 
						
							2023-02-20 16:40:07 +01:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								80c5896fbc 
								
							 
						 
						
							
							
								
								Merge pull request  #17375  from containers/dependabot/go_modules/github.com/container-orchestrated-devices/container-device-interface-0.5.4  
							
							 
							
							... 
							
							
							
							build(deps): bump github.com/container-orchestrated-devices/container-device-interface from 0.5.3 to 0.5.4 
							
						 
						
							2023-02-20 16:34:33 +01:00  
						
					 
				
					
						
							
							
								 
								OpenShift Merge Robot
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								cdd755d20e 
								
							 
						 
						
							
							
								
								Merge pull request  #17529  from containers/dependabot/go_modules/github.com/containerd/containerd-1.6.18  
							
							 
							
							... 
							
							
							
							build(deps): bump github.com/containerd/containerd from 1.6.16 to 1.6.18 
							
						 
						
							2023-02-20 16:16:04 +01:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
							
							
								
							
							
								e9942c61dd 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/container-orchestrated-devices/container-device-interface  
							
							 
							
							... 
							
							
							
							Bumps [github.com/container-orchestrated-devices/container-device-interface](https://github.com/container-orchestrated-devices/container-device-interface ) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/container-orchestrated-devices/container-device-interface/releases )
- [Commits](https://github.com/container-orchestrated-devices/container-device-interface/compare/v0.5.3...v0.5.4 )
---
updated-dependencies:
- dependency-name: github.com/container-orchestrated-devices/container-device-interface
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
[NO NEW TESTS NEEDED]
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> 
							
						 
						
							2023-02-20 14:51:04 +01:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								5056bd45f8 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/vbauerster/mpb/v8 from 8.1.6 to 8.2.0  
							
							 
							
							... 
							
							
							
							Bumps [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb ) from 8.1.6 to 8.2.0.
- [Release notes](https://github.com/vbauerster/mpb/releases )
- [Commits](https://github.com/vbauerster/mpb/compare/v8.1.6...v8.2.0 )
---
updated-dependencies:
- dependency-name: github.com/vbauerster/mpb/v8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-02-20 12:20:18 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								5fcd2c3fae 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/onsi/gomega from 1.27.0 to 1.27.1  
							
							 
							
							... 
							
							
							
							Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.27.0 to 1.27.1.
- [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.27.0...v1.27.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-02-20 12:19:32 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								22a207d453 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/onsi/gomega from 1.26.0 to 1.27.0  
							
							 
							
							... 
							
							
							
							Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.26.0 to 1.27.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.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-02-17 12:59:10 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								6f5ca7318f 
								
							 
						 
						
							
							
								
								build(deps): bump github.com/containerd/containerd from 1.6.16 to 1.6.18  
							
							 
							
							... 
							
							
							
							Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.6.16 to 1.6.18.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.6.16...v1.6.18 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-02-16 14:29:46 +00:00  
						
					 
				
					
						
							
							
								 
								dependabot[bot]
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								9f84b9b52a 
								
							 
						 
						
							
							
								
								build(deps): bump golang.org/x/net from 0.6.0 to 0.7.0  
							
							 
							
							... 
							
							
							
							Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> 
							
						 
						
							2023-02-15 03:13:27 +00:00