CrazyMax 
							
						 
					 
					
						
						
							
						
						b2ababc7b6 
					 
					
						
						
							
							debug: fix invoke on error  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-31 10:45:34 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas De Loof 
							
						 
					 
					
						
						
							
						
						0ccdb7e248 
					 
					
						
						
							
							don't warn user about missing --allows when running with progress=rawjson  
						
						 
						
						... 
						
						
						
						Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com > 
						
						
							
						
					 
					
						2025-01-31 08:49:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						cacb4fb9b3 
					 
					
						
						
							
							Merge pull request  #2953  from dvdksn/docs-bake-composable-attrs  
						
						 
						
						... 
						
						
						
						docs: update bake reference to use composable attrs 
						
						
							
						
					 
					
						2025-01-29 10:44:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						df80bd72c6 
					 
					
						
						
							
							docs: update bake reference to use composable attrs  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-29 09:55:45 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						bb4bef2f04 
					 
					
						
						
							
							fix: strip path from usage output and shell-completion scripts  
						
						 
						
						... 
						
						
						
						Before this patch, both "usage" and shell-completion scripts would preserve
the path of the invoked command, which was especially problematic for the
completion-scripts, because Cobra's completion depends on Command.Name()
for this (see [1], [2]);
    ./bin/build/buildx --help | head -n 5
    Extended build capabilities with BuildKit
    Usage:
      ./bin/build/buildx
      ./bin/build/buildx [command]
    ./bin/build/buildx completion bash | head -n 3
    # bash completion V2 for ./bin/build/buildx                   -*- shell-script -*-
    __./bin/build/buildx_debug()
This would also be problematic if the path contained a space, for example;
    ln -s $(pwd)/bin/build $(pwd)/bin/Program\ Files
    ./bin/Program\ Files/buildx completion bash | head -n 3
    # bash completion V2 for ./bin/Program                        -*- shell-script -*-
    __./bin/Program_debug()
With this patch, the path is stripped to prevent this issue;
    ./bin/build/buildx --help | head -n 5
    Extended build capabilities with BuildKit
    Usage:
      buildx
      buildx [command]
    ./bin/build/buildx completion bash | head -n 3
    # bash completion V2 for buildx                               -*- shell-script -*-
    __buildx_debug()
    ./bin/Program\ Files/buildx completion bash | head -n 3
    # bash completion V2 for buildx                               -*- shell-script -*-
    __buildx_debug()
It's worth noting that this patch only fixes these basic issues. Other cases
are not yet addressed, and may need fixes in Cobra because (especially for
the completion scripts) it should likely not conflate "Name" with "executable".
For example, command.Name() does not handle situations where the executable
itself has a space in its name:
    ln -s $(pwd)/bin/build/buildx $(pwd)/bin/build/hello\ world
    ./bin/build/hello\ world completion bash | head -n 3
    # bash completion V2 for hello                                -*- shell-script -*-
    __hello_debug()
Other, less problematic, issues to address are case-insensitive filesystems,
where the binary can be invoked with any case;
    ./bin/build/bUiLdX --help | head -n 5
    Extended build capabilities with BuildKit
    Usage:
      bUiLdX
      bUiLdX [command]
    ./bin/build/bUiLdX completion bash | head -n 3
    # bash completion V2 for bUiLdX                               -*- shell-script -*-
    __bUiLdX_debug()
[1]: https://github.com/spf13/cobra/blob/v1.8.1/bash_completionsV2.go#L24-L39 
[2]: https://github.com/spf13/cobra/blob/v1.8.1/command.go#L1502-L1510 
Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
							
						
					 
					
						2025-01-25 14:25:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						a11507344a 
					 
					
						
						
							
							Merge pull request  #2932  from crazy-max/buildkit-0.19.0  
						
						 
						
						... 
						
						
						
						vendor: update buildkit to v0.19.0 
						
						
							
						
					 
					
						2025-01-22 12:57:37 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						17af006857 
					 
					
						
						
							
							Merge pull request  #2944  from jsternberg/cache-ref-only-format-fix  
						
						 
						
						... 
						
						
						
						buildflags: fix ref only format for command line and bake 
						
						
							
						
					 
					
						2025-01-22 12:57:02 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan A. Sternberg 
							
						 
					 
					
						
						
							
						
						11c84973ef 
					 
					
						
						
							
							buildflags: fix ref only format for command line and bake  
						
						 
						
						... 
						
						
						
						Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com > 
						
						
							
						
					 
					
						2025-01-22 13:18:38 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						cc4a291f6a 
					 
					
						
						
							
							Merge pull request  #2941  from crazy-max/ci-fix-docs-upstream  
						
						 
						
						... 
						
						
						
						ci: use main branch for docs upstream validation workflow 
						
						
							
						
					 
					
						2025-01-22 10:36:56 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						aa1fbc0421 
					 
					
						
						
							
							ci: use main branch for docs upstream validation workflow  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-22 19:11:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						b2bbb337e4 
					 
					
						
						
							
							Merge pull request  #2835  from dvdksn/bake-v019-entitlements  
						
						 
						
						... 
						
						
						
						docs: bake v0.19 entitlements 
						
						
							
						
					 
					
						2025-01-22 09:48:38 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						012df71b63 
					 
					
						
						
							
							docs: add docs for bake --allow  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-22 18:25:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								David Karlsson 
							
						 
					 
					
						
						
							
						
						a26bb271ab 
					 
					
						
						
							
							docs(bake): improve docs on "call" and "description" in bake file  
						
						 
						
						... 
						
						
						
						Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-22 18:23:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						3e0682f039 
					 
					
						
						
							
							Merge pull request  #2937  from jsternberg/attests-json-marshal  
						
						 
						
						... 
						
						
						
						buildflags: marshal attestations into json with extra attributes correctly 
						
						
							
						
					 
					
						2025-01-22 09:16:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jonathan A. Sternberg 
							
						 
					 
					
						
						
							
						
						3aed658dc4 
					 
					
						
						
							
							buildflags: marshal attestations into json with extra attributes correctly  
						
						 
						
						... 
						
						
						
						`MarshalJSON` would not include the extra attributes because it iterated
over the target map rather than the source map.
Also fixes JSON unmarshaling for SSH and secrets. The intention was to
unmarshal into the struct, but `UnmarshalText` takes priority over the
default struct unmarshaling so it didn't work as intended.
Tests have been added for all marshaling and unmarshaling methods.
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com > 
						
						
							
						
					 
					
						2025-01-21 15:05:23 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b4a0dee723 
					 
					
						
						
							
							Merge pull request  #2935  from crazy-max/ci-update-buildkit  
						
						 
						
						... 
						
						
						
						ci: update buildkit to 0.19.0 
						
						
							
						
					 
					
						2025-01-21 13:50:26 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						6904512813 
					 
					
						
						
							
							ci: update buildkit to 0.19.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-21 10:31:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						d41e335466 
					 
					
						
						
							
							Merge pull request  #2934  from crazy-max/update-buildkit-dockerfile  
						
						 
						
						... 
						
						
						
						dockerfile: update buildkit to 0.19.0 
						
						
							
						
					 
					
						2025-01-21 10:17:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						0954dcb5fd 
					 
					
						
						
							
							dockerfile: update buildkit to 0.19.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-20 20:41:12 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						38f64bf709 
					 
					
						
						
							
							vendor: update buildkit to v0.19.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-20 18:55:10 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						c1d3955fbe 
					 
					
						
						
							
							Merge pull request  #2928  from tonistiigi/update-buildkit-v0.19.0-rc3  
						
						 
						
						... 
						
						
						
						vendor: update buildkit to v0.19.0-rc3 
						
						
							
  v0.20.0-rc3
 
						
					 
					
						2025-01-17 12:53:50 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						d0b63e60e2 
					 
					
						
						
							
							vendor: update buildkit to v0.19.0-rc3  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-17 12:09:08 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						e141c8fa71 
					 
					
						
						
							
							Merge pull request  #2923  from crazy-max/docs-bake-overrides  
						
						 
						
						... 
						
						
						
						chore: comments to not forget to update docs 
						
						
							
						
					 
					
						2025-01-17 10:45:44 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						2ee156236b 
					 
					
						
						
							
							Merge pull request  #2925  from tonistiigi/history-inspect-error  
						
						 
						
						... 
						
						
						
						history: add error details to history inspect command 
						
						
							
						
					 
					
						2025-01-17 10:23:59 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						1335264c9d 
					 
					
						
						
							
							history: update formatting of error logs  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-17 08:54:38 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						e74185aa6d 
					 
					
						
						
							
							Merge pull request  #2927  from crazy-max/update-labels  
						
						 
						
						... 
						
						
						
						chore: handle area/history label 
						
						
							
						
					 
					
						2025-01-17 15:37:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						0224773102 
					 
					
						
						
							
							chore: handle area/history label  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-17 15:21:35 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						8c27b5c545 
					 
					
						
						
							
							history: make sure started time is shown in current timezone  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-16 21:12:37 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						f7594d484b 
					 
					
						
						
							
							history: fix printing desktop URL  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-16 21:12:37 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						f118749cdc 
					 
					
						
						
							
							history: add error details to history inspect command  
						
						 
						
						... 
						
						
						
						For failed builds, show the source with error location and last
logs for vertex that caused the error. When debug mode is on,
stacktrace is printed.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-16 21:12:17 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						0d92ad713c 
					 
					
						
						
							
							chore: comments to not forget to update docs  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-16 10:11:43 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tõnis Tiigi 
							
						 
					 
					
						
						
							
						
						a18ff4d5ef 
					 
					
						
						
							
							Merge pull request  #2891  from tonistiigi/history-command-initial  
						
						 
						
						... 
						
						
						
						Add buildx history command 
						
						
							
  v0.20.0-rc2
 
						
					 
					
						2025-01-15 08:51:23 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b035a04aaa 
					 
					
						
						
							
							history: update containerd imports to v2  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-15 17:22:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						6220e0aae8 
					 
					
						
						
							
							add history inspect attachment command  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-15 16:17:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						d9abc78e8f 
					 
					
						
						
							
							update history inspect formatting  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-15 16:17:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						3313026961 
					 
					
						
						
							
							add buildx history inspect formatting  
						
						 
						
						... 
						
						
						
						Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-15 16:17:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Tonis Tiigi 
							
						 
					 
					
						
						
							
						
						06912aa24c 
					 
					
						
						
							
							Add buildx history command  
						
						 
						
						... 
						
						
						
						These commands allow working with build records
of completed and running builds.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com > 
						
						
							
						
					 
					
						2025-01-15 16:17:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						cde0e9814d 
					 
					
						
						
							
							Merge pull request  #2921  from thaJeztah/downgrade_tagged_releases  
						
						 
						
						... 
						
						
						
						downgrade go-difflib and go-spew to tagged releases 
						
						
							
						
					 
					
						2025-01-15 15:03:23 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						2e6e146087 
					 
					
						
						
							
							Merge pull request  #2920  from crazy-max/dockerfile-update-buildkit  
						
						 
						
						... 
						
						
						
						dockerfile: update buildkit to 0.19.0-rc2 
						
						
							
						
					 
					
						2025-01-15 14:50:15 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						af3cbe6cec 
					 
					
						
						
							
							Merge pull request  #2919  from crazy-max/dockerfile-update-docker  
						
						 
						
						... 
						
						
						
						dockerfile: update docker to 27.5.0 
						
						
							
						
					 
					
						2025-01-15 14:48:30 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Sebastiaan van Stijn 
							
						 
					 
					
						
						
							
						
						1ef9e67cbb 
					 
					
						
						
							
							downgrade go-difflib and go-spew to tagged releases  
						
						 
						
						... 
						
						
						
						Signed-off-by: Sebastiaan van Stijn <github@gone.nl > 
						
						
							
						
					 
					
						2025-01-15 14:41:48 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						75204426bd 
					 
					
						
						
							
							dockerfile: update buildkit to 0.19.0-rc2  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-15 13:33:17 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b73f58a90b 
					 
					
						
						
							
							Merge pull request  #2914  from tonistiigi/update-buildkit-v0.19.0-rc1  
						
						 
						
						... 
						
						
						
						vendor: update buildkit to v0.19.0-rc2 
						
						
							
  v0.20.0-rc1
 
						
					 
					
						2025-01-15 13:32:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						6f5486e718 
					 
					
						
						
							
							dockerfile: update docker to 27.5.0  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-15 13:24:39 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						3fa0c3d122 
					 
					
						
						
							
							vendor: update buildkit to v0.19.0-rc2  
						
						 
						
						... 
						
						
						
						Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com > 
						
						
							
						
					 
					
						2025-01-15 13:11:32 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						b0b902de41 
					 
					
						
						
							
							Merge pull request  #2916  from docker/dependabot/github_actions/softprops/action-gh-release-2.2.1  
						
						 
						
						... 
						
						
						
						build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1 
						
						
							
						
					 
					
						2025-01-15 08:47:21 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						77d632e0c5 
					 
					
						
						
							
							Merge pull request  #2917  from docker/dependabot/github_actions/peter-evans/create-pull-request-7.0.6  
						
						 
						
						... 
						
						
						
						build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 
						
						
							
						
					 
					
						2025-01-15 08:47:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						6a12543db3 
					 
					
						
						
							
							Merge pull request  #2918  from docker/dependabot/github_actions/docker/bake-action-6  
						
						 
						
						... 
						
						
						
						build(deps): bump docker/bake-action from 5 to 6 
						
						
							
						
					 
					
						2025-01-15 08:46:54 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4027b60fa0 
					 
					
						
						
							
							build(deps): bump docker/bake-action from 5 to 6  
						
						 
						
						... 
						
						
						
						Bumps [docker/bake-action](https://github.com/docker/bake-action ) from 5 to 6.
- [Release notes](https://github.com/docker/bake-action/releases )
- [Commits](https://github.com/docker/bake-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
							
						
					 
					
						2025-01-15 07:37:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						dda8df3b06 
					 
					
						
						
							
							build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6  
						
						 
						
						... 
						
						
						
						Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](5e914681df...67ccf781d6 )
---
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 > 
						
						
							
						
					 
					
						2025-01-15 07:37:53 +00:00