dependabot[bot] 
							
						 
					 
					
						
						
							
						
						a0ce8bec97 
					 
					
						
						
							
							build(deps): bump softprops/action-gh-release from 2.0.3 to 2.0.4  
						
						 
						
						... 
						
						
						
						Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](3198ee18f8...9d7c94cfd0 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
							
						
					 
					
						2024-03-12 18:19:57 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						df4b13320d 
					 
					
						
						
							
							Merge pull request  #2330  from crazy-max/fix-bake-load-push  
						
						 
						
						... 
						
						
						
						bake: fix output handling for push 
						
						
							
						
					 
					
						2024-03-12 09:34:07 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						bb511110d6 
					 
					
						
						
							
							Merge pull request  #2327  from tonistiigi/remote-connhelper-fix  
						
						 
						
						... 
						
						
						
						remote: fix connhelpers with custom dialer 
						
						
							
						
					 
					
						2024-03-12 09:01:23 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						47cf4a5dbe 
					 
					
						
						
							
							bake: fix output handling for push  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-12 13:13:13 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						cfbed42fa7 
					 
					
						
						
							
							Merge pull request  #2331  from docker/dependabot/github_actions/softprops/action-gh-release-2  
						
						 
						
						... 
						
						
						
						build(deps): bump softprops/action-gh-release from 1 to 2 
						
						
							
						
					 
					
						2024-03-12 10:38:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						ff27ab7e86 
					 
					
						
						
							
							ci: update comment version for softprops/action-gh-release update  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-12 09:24:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b1490ed5ce 
					 
					
						
						
							
							tests: create remote with container helper  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-12 08:44:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						ea830c9758 
					 
					
						
						
							
							build(deps): bump softprops/action-gh-release from 1 to 2  
						
						 
						
						... 
						
						
						
						Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](de2c0eb89a...3198ee18f8 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
							
						
					 
					
						2024-03-11 18:14:17 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						8f576e5790 
					 
					
						
						
							
							remote: fix connhelpers with custom dialer  
						
						 
						
						... 
						
						
						
						With the new dial-stdio command the dialer is split
from `Client` function in order to access it directly.
This breaks the custom connhelpers functionality
as support for connhelpers is a feature of the default
dialer. If client defines a custom dialer then only
it is used without extra modifications. This means
that remote driver dialer needs to detect the
connhelpers on its own.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2024-03-08 18:35:53 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						4327ee73b1 
					 
					
						
						
							
							Merge pull request  #2321  from crazy-max/docker-use-bin-images  
						
						 
						
						... 
						
						
						
						dockerfile: use moby-bin and cli-bin images for docker binaries 
						
						
							
						
					 
					
						2024-03-07 13:46:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						70a28fed12 
					 
					
						
						
							
							dockerfile: use moby-bin and cli-bin images for docker binaries  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-07 13:10:01 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						fc22d39d6d 
					 
					
						
						
							
							Merge pull request  #2319  from dvdksn/doc-securitysandbox-link  
						
						 
						
						... 
						
						
						
						docs: fix link to new target in dockerfile reference 
						
						
							
						
					 
					
						2024-03-07 10:36:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						1cc5e39cb8 
					 
					
						
						
							
							docs: fix link to new target in dockerfile reference  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-07 10:07:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						1815e4d9b2 
					 
					
						
						
							
							Merge pull request  #2314  from dvdksn/docs-vendor  
						
						 
						
						... 
						
						
						
						ci: use make target for vendoring docs release 
						
						
							
						
					 
					
						2024-03-06 14:42:03 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						2ec1dbd1b6 
					 
					
						
						
							
							ci: use make target for vendoring docs release  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-06 14:25:49 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a6163470b7 
					 
					
						
						
							
							Merge pull request  #2312  from crazy-max/ci-docs-no-provenance  
						
						 
						
						... 
						
						
						
						ci: disable provenance for docs generation 
						
						
							
						
					 
					
						2024-03-06 09:29:31 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						3dfb102f82 
					 
					
						
						
							
							ci: disable provenance for docs generation  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-06 09:09:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						253cbee5c7 
					 
					
						
						
							
							Merge pull request  #2310  from crazy-max/fix-docs-release  
						
						 
						
						... 
						
						
						
						ci(docs-release): fix vendoring step 
						
						
							
						
					 
					
						2024-03-06 08:59:11 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						c1dfa74b98 
					 
					
						
						
							
							ci(docs-release): manual trigger support  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-06 08:40:44 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						647491dd99 
					 
					
						
						
							
							ci(docs-release): fix vendoring step  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-06 08:40:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						9ebfde4897 
					 
					
						
						
							
							Merge pull request  #2302  from crazy-max/multi-load-push  
						
						 
						
						... 
						
						
						
						build: handle push/load shorthands for multi exporters 
						
						
							
						
					 
					
						2024-03-05 09:09:30 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						e4ee2ca1fd 
					 
					
						
						
							
							Merge pull request  #2308  from tonistiigi/vendor-buildkit-240305  
						
						 
						
						... 
						
						
						
						vendor: update to buildkit v0.13.0 
						
						
							
						
					 
					
						2024-03-05 09:09:07 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						849456c198 
					 
					
						
						
							
							vendor: update to buildkit v0.13.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2024-03-05 08:53:44 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						9a2536dd0d 
					 
					
						
						
							
							test: multi exporters  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-05 17:05:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a03263acf8 
					 
					
						
						
							
							build: handle push/load shorthands for multi exporters  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-03-05 17:05:59 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						0c0dcb7c8c 
					 
					
						
						
							
							Merge pull request  #2299  from vvoland/vendor-moby-v26  
						
						 
						
						... 
						
						
						
						vendor: github.com/docker/docker v26.0.0-rc1 
						
						
							
						
					 
					
						2024-03-05 08:58:41 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paweł Gronowski 
							
						 
					 
					
						
						
							
						
						9bce433154 
					 
					
						
						
							
							vendor: github.com/docker/docker v26.0.0-rc1  
						
						 
						
						... 
						
						
						
						Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com > 
						
						
							
						
					 
					
						2024-03-01 12:29:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Paweł Gronowski 
							
						 
					 
					
						
						
							
						
						04f0fc5871 
					 
					
						
						
							
							Replace deprecated docker types usage  
						
						 
						
						... 
						
						
						
						Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com > 
						
						
							
						
					 
					
						2024-03-01 12:29:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						e7da2b0686 
					 
					
						
						
							
							Merge pull request  #2296  from dvdksn/docs-release-fix-dirnames  
						
						 
						
						... 
						
						
						
						ci(fix): remove underscore in docs data dir 
						
						
							
						
					 
					
						2024-02-29 12:02:09 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						eab565afe7 
					 
					
						
						
							
							ci(fix): remove underscore in docs data dir  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-02-29 11:29:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						7d952441ea 
					 
					
						
						
							
							Merge pull request  #2295  from dvdksn/fix-docs-release-workflow  
						
						 
						
						... 
						
						
						
						ci: fix docs-release workflow 
						
						
							
						
					 
					
						2024-02-29 11:26:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						835a6b1096 
					 
					
						
						
							
							ci: fix docs-release workflow  
						
						 
						
						... 
						
						
						
						Automatically create PR for updating docs on release
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-02-29 10:43:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						e273a53c88 
					 
					
						
						
							
							Merge pull request  #2194  from LaurentGoderre/sbom-dsse  
						
						 
						
						... 
						
						
						
						Add support for DSSE envelope for attestation in imagetools 
						
						
							
  v0.13.0-rc2
 
						
					 
					
						2024-02-28 20:08:07 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						dcdcce6c52 
					 
					
						
						
							
							imagetools: supress warnings for dsse mediatypes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2024-02-28 19:25:42 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						c5b4ce9e7b 
					 
					
						
						
							
							Merge pull request  #2292  from crazy-max/go-minor  
						
						 
						
						... 
						
						
						
						pin to go 1.21 
						
						
							
						
					 
					
						2024-02-28 14:26:28 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						8f484f6ac1 
					 
					
						
						
							
							Merge pull request  #2290  from tonistiigi/multi-export  
						
						 
						
						... 
						
						
						
						build: allow multiple exports if supported by buildkit 
						
						
							
						
					 
					
						2024-02-28 14:20:21 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Laurent Goderre 
							
						 
					 
					
						
						
							
						
						b748185f48 
					 
					
						
						
							
							Add support for DSSE envelope for attestation and provenance in imagetools  
						
						 
						
						... 
						
						
						
						Signed-off-by: Laurent Goderre <laurent.goderre@docker.com > 
						
						
							
						
					 
					
						2024-02-28 16:45:51 -05:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						a6228ed78f 
					 
					
						
						
							
							Merge pull request  #2293  from docker/dependabot/github_actions/peter-evans/create-pull-request-6.0.1  
						
						 
						
						... 
						
						
						
						build(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 
						
						
							
						
					 
					
						2024-02-28 22:31:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						fcbe2803c8 
					 
					
						
						
							
							build: allow multiple exports if supported by buildkit  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2024-02-28 13:16:15 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						83c30c6c5a 
					 
					
						
						
							
							Merge pull request  #2291  from crazy-max/update-buildkit  
						
						 
						
						... 
						
						
						
						vendor: github.com/moby/buildkit v0.13.0-rc3 
						
						
							
						
					 
					
						2024-02-28 13:13:06 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						8db86e4031 
					 
					
						
						
							
							Merge pull request  #2287  from iankingori/fix-dialer  
						
						 
						
						... 
						
						
						
						remote: use winio DialPipeContext for named pipes 
						
						
							
						
					 
					
						2024-02-28 13:12:29 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						e705cafcd5 
					 
					
						
						
							
							Merge pull request  #2289  from tonistiigi/prompt-cancel  
						
						 
						
						... 
						
						
						
						commands: handle ctrl-c on active prompt 
						
						
							
						
					 
					
						2024-02-28 13:11:48 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						32f17b0de1 
					 
					
						
						
							
							build(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1  
						
						 
						
						... 
						
						
						
						Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](b1ddad2c99...a4f52f8033 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
							
						
					 
					
						2024-02-28 18:23:29 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ian King'ori 
							
						 
					 
					
						
						
							
						
						d40c4bb046 
					 
					
						
						
							
							remote: use winio DialPipeContext for named pipes  
						
						 
						
						... 
						
						
						
						Signed-off-by: Ian King'ori <kingorim.ian@gmail.com > 
						
						
							
						
					 
					
						2024-02-28 16:19:58 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						25f8011825 
					 
					
						
						
							
							pin to go 1.21  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-02-28 13:18:42 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						d0f9655aa2 
					 
					
						
						
							
							vendor: github.com/moby/buildkit v0.13.0-rc3  
						
						 
						
						... 
						
						
						
						full diff: https://github.com/moby/buildkit/compare/v0.13.0-rc2...v0.13.0-rc3 
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-02-28 09:46:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						ce9a486a0e 
					 
					
						
						
							
							commands: handle ctrl-c on active prompt  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2024-02-27 17:35:27 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						85abcc413e 
					 
					
						
						
							
							Merge pull request  #2283  from crazy-max/update-compose  
						
						 
						
						... 
						
						
						
						vendor: update compose-go to v2.0.0-rc.8 
						
						
							
						
					 
					
						2024-02-27 08:55:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						e5acb010c9 
					 
					
						
						
							
							Merge pull request  #2284  from crazy-max/update-uuid  
						
						 
						
						... 
						
						
						
						vendor: update github.com/google/uuid to v1.6.0 
						
						
							
						
					 
					
						2024-02-26 08:39:01 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Akihiro Suda 
							
						 
					 
					
						
						
							
						
						79f50ad924 
					 
					
						
						
							
							Merge pull request  #2285  from crazy-max/update-hashring  
						
						 
						
						... 
						
						
						
						vendor: github.com/serialx/hashring 22c0c7ab6b1b (master) 
						
						
							
						
					 
					
						2024-02-26 21:00:42 +09:00