Merge pull request #11783 from containers/dependabot/go_modules/github.com/containers/buildah-1.23.1
Bump github.com/containers/buildah from 1.23.0 to 1.23.1
This commit is contained in:
		
						commit
						e9d8524af5
					
				
							
								
								
									
										2
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										2
									
								
								go.mod
								
								
								
								
							|  | @ -11,7 +11,7 @@ require ( | |||
| 	github.com/container-orchestrated-devices/container-device-interface v0.0.0-20210325223243-f99e8b6c10b9 | ||||
| 	github.com/containernetworking/cni v1.0.1 | ||||
| 	github.com/containernetworking/plugins v1.0.1 | ||||
| 	github.com/containers/buildah v1.23.0 | ||||
| 	github.com/containers/buildah v1.23.1 | ||||
| 	github.com/containers/common v0.46.1-0.20210928081721-32e20295f1c6 | ||||
| 	github.com/containers/conmon v2.0.20+incompatible | ||||
| 	github.com/containers/image/v5 v5.16.0 | ||||
|  |  | |||
							
								
								
									
										6
									
								
								go.sum
								
								
								
								
							
							
						
						
									
										6
									
								
								go.sum
								
								
								
								
							|  | @ -247,9 +247,9 @@ github.com/containernetworking/plugins v0.8.6/go.mod h1:qnw5mN19D8fIwkqW7oHHYDHV | |||
| github.com/containernetworking/plugins v0.9.1/go.mod h1:xP/idU2ldlzN6m4p5LmGiwRDjeJr6FLK6vuiUwoH7P8= | ||||
| github.com/containernetworking/plugins v1.0.1 h1:wwCfYbTCj5FC0EJgyzyjTXmqysOiJE9r712Z+2KVZAk= | ||||
| github.com/containernetworking/plugins v1.0.1/go.mod h1:QHCfGpaTwYTbbH+nZXKVTxNBDZcxSOplJT5ico8/FLE= | ||||
| github.com/containers/buildah v1.23.0 h1:qGIeSNOczUHzvnaaOS29HSMiYAjw6JgIXYksAyvqnLs= | ||||
| github.com/containers/buildah v1.23.0/go.mod h1:K0iMKgy/MffkkgELBXhSXwTy2HTT6hM0X8qruDR1FwU= | ||||
| github.com/containers/common v0.44.0/go.mod h1:7sdP4vmI5Bm6FPFxb3lvAh1Iktb6tiO1MzjUzhxdoGo= | ||||
| github.com/containers/buildah v1.23.1 h1:Tpc9DsRuU+0Oofewpxb6OJVNQjCu7yloN/obUqzfDTY= | ||||
| github.com/containers/buildah v1.23.1/go.mod h1:4WnrN0yrA7ab0ppgunixu2WM1rlD2rG8QLJAKbEkZlQ= | ||||
| github.com/containers/common v0.44.2/go.mod h1:7sdP4vmI5Bm6FPFxb3lvAh1Iktb6tiO1MzjUzhxdoGo= | ||||
| github.com/containers/common v0.46.1-0.20210928081721-32e20295f1c6 h1:DojkCc4a9f3WB25Fk0GDap1/OkKU9UmDLvPJyqw3TBc= | ||||
| github.com/containers/common v0.46.1-0.20210928081721-32e20295f1c6/go.mod h1:L4+sJlqi+R7frlbiWBW0baPra/cH8u5ZYwbxkukw3Lk= | ||||
| github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6JXHGTUje2ZYobNrkg= | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ env: | |||
|     #### Global variables used for all tasks | ||||
|     #### | ||||
|     # Name of the ultimate destination branch for this CI run, PR or post-merge. | ||||
|     DEST_BRANCH: "main" | ||||
|     DEST_BRANCH: "release-1.23" | ||||
|     GOPATH: "/var/tmp/go" | ||||
|     GOSRC: "${GOPATH}/src/github.com/containers/buildah" | ||||
|     # Overrides default location (/tmp/cirrus) for repo clone | ||||
|  |  | |||
|  | @ -2,6 +2,11 @@ | |||
| 
 | ||||
| # Changelog | ||||
| 
 | ||||
| ## v1.23.1 (2021-09-27) | ||||
| 
 | ||||
|     Vendor containers/common v0.44.2 | ||||
|     post-1.23 branch fixups | ||||
| 
 | ||||
| ## v1.23.0 (2021-09-13) | ||||
| 
 | ||||
|     Vendor in containers/common v0.44.0 | ||||
|  |  | |||
|  | @ -1,3 +1,7 @@ | |||
| - Changelog for v1.23.1 (2021-09-27) | ||||
|   * Vendor containers/common v0.44.2 | ||||
|   * post-1.23 branch fixups | ||||
| 
 | ||||
| - Changelog for v1.23.0 (2021-09-13) | ||||
|   * Vendor in containers/common v0.44.0 | ||||
|   * build(deps): bump github.com/containers/storage from 1.35.0 to 1.36.0 | ||||
|  |  | |||
|  | @ -29,7 +29,7 @@ const ( | |||
| 	Package = "buildah" | ||||
| 	// Version for the Package.  Bump version in contrib/rpm/buildah.spec
 | ||||
| 	// too.
 | ||||
| 	Version = "1.23.0" | ||||
| 	Version = "1.23.1" | ||||
| 
 | ||||
| 	// DefaultRuntime if containers.conf fails.
 | ||||
| 	DefaultRuntime = "runc" | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ go 1.13 | |||
| require ( | ||||
| 	github.com/containerd/containerd v1.5.5 | ||||
| 	github.com/containernetworking/cni v0.8.1 | ||||
| 	github.com/containers/common v0.44.0 | ||||
| 	github.com/containers/common v0.44.2 | ||||
| 	github.com/containers/image/v5 v5.16.0 | ||||
| 	github.com/containers/ocicrypt v1.1.2 | ||||
| 	github.com/containers/storage v1.36.0 | ||||
|  |  | |||
|  | @ -230,8 +230,8 @@ github.com/containernetworking/cni v0.8.1 h1:7zpDnQ3T3s4ucOuJ/ZCLrYBxzkg0AELFfII | |||
| github.com/containernetworking/cni v0.8.1/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY= | ||||
| github.com/containernetworking/plugins v0.8.6/go.mod h1:qnw5mN19D8fIwkqW7oHHYDHVlzhJpcY6TQxn/fUyDDM= | ||||
| github.com/containernetworking/plugins v0.9.1/go.mod h1:xP/idU2ldlzN6m4p5LmGiwRDjeJr6FLK6vuiUwoH7P8= | ||||
| github.com/containers/common v0.44.0 h1:YpjfOxmWrnVyxugYgiWV1Vo/Xg8JUfe32QZz3SAMfUk= | ||||
| github.com/containers/common v0.44.0/go.mod h1:7sdP4vmI5Bm6FPFxb3lvAh1Iktb6tiO1MzjUzhxdoGo= | ||||
| github.com/containers/common v0.44.2 h1:mSzW3NFXzQO/AfaMFb2qzDFcIu+vMEncIC33B4Qaag0= | ||||
| github.com/containers/common v0.44.2/go.mod h1:7sdP4vmI5Bm6FPFxb3lvAh1Iktb6tiO1MzjUzhxdoGo= | ||||
| github.com/containers/image/v5 v5.16.0 h1:WQcNSzb7+ngS2cfynx0vUwhk+scpgiKlldVcsF8GPbI= | ||||
| github.com/containers/image/v5 v5.16.0/go.mod h1:XgTpfAPLRGOd1XYyCU5cISFr777bLmOerCSpt/v7+Q4= | ||||
| github.com/containers/libtrust v0.0.0-20190913040956-14b96171aa3b h1:Q8ePgVfHDplZ7U33NwHZkrVELsZP5fYj9pM5WBZB2GE= | ||||
|  |  | |||
|  | @ -79,7 +79,7 @@ github.com/containernetworking/cni/pkg/utils | |||
| github.com/containernetworking/cni/pkg/version | ||||
| # github.com/containernetworking/plugins v1.0.1 | ||||
| github.com/containernetworking/plugins/pkg/ns | ||||
| # github.com/containers/buildah v1.23.0 | ||||
| # github.com/containers/buildah v1.23.1 | ||||
| github.com/containers/buildah | ||||
| github.com/containers/buildah/bind | ||||
| github.com/containers/buildah/chroot | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue