From 9a5438d4b797fffbb7f35f11c07da14ff05734f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:30:11 +0000 Subject: [PATCH 01/17] docker-compose: Update to version 2.29.1 --- bucket/docker-compose.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/docker-compose.json b/bucket/docker-compose.json index 4e44b033452942..8353fd0516e1cc 100644 --- a/bucket/docker-compose.json +++ b/bucket/docker-compose.json @@ -1,12 +1,12 @@ { - "version": "2.29.0", + "version": "2.29.1", "description": "Define and run multi-container applications with Docker", "homepage": "https://docs.docker.com/compose/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/docker/compose/releases/download/v2.29.0/docker-compose-windows-x86_64.exe#/docker-compose.exe", - "hash": "3dc98cacf0e0a05d8a714cc729827c062ff7ec13ffcd626e7b3767b362ce9b65" + "url": "https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-windows-x86_64.exe#/docker-compose.exe", + "hash": "c80155bfd2669bcdc7482ae7ccf7ccaf6b5da2149b690d806c7a4d9200abc54e" } }, "bin": "docker-compose.exe", From ff9a2cd197e3421b8dc5e2271f378feeaf6e4b1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:30:11 +0000 Subject: [PATCH 02/17] jdtls: Update to version 1.38.0-202407231400 --- bucket/jdtls.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jdtls.json b/bucket/jdtls.json index 83280cc125ffc8..a30a7cbf042167 100644 --- a/bucket/jdtls.json +++ b/bucket/jdtls.json @@ -1,5 +1,5 @@ { - "version": "1.38.0-202407200154", + "version": "1.38.0-202407231400", "description": "Java language server", "homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls", "license": "EPL-2.0", @@ -7,8 +7,8 @@ "JDK": "java/openjdk", "Python": "python" }, - "url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.38.0-202407200154.tar.gz", - "hash": "96a6c854b4935ebc82fddea92ecb1232d3c0817fc53f17478a7b710bac68cbfa", + "url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.38.0-202407231400.tar.gz", + "hash": "eb7d82023b4f05ca7d4b400dec6e6535afe4af788217746181f9793bad7d7230", "installer": { "script": "shim (Get-Command 'python.exe').Source $global jdtls \"$dir\\bin\\jdtls\"" }, From a7bfd776f1b8d0fa3eb9b2edabd7b5b597e1303d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:30:11 +0000 Subject: [PATCH 03/17] wakatime-cli: Update to version 1.97.1 --- bucket/wakatime-cli.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/wakatime-cli.json b/bucket/wakatime-cli.json index dcdf492a051960..fe2d3dd54744d3 100644 --- a/bucket/wakatime-cli.json +++ b/bucket/wakatime-cli.json @@ -1,20 +1,20 @@ { - "version": "1.95.0", + "version": "1.97.1", "description": "Command line interface to WakaTime used by all WakaTime text editor plugins.", "homepage": "https://wakatime.com/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.95.0/wakatime-cli-windows-amd64.zip", - "hash": "f176e2d70896f35fa19d28509612dcb438f373cb3790ede254ca8e2a5cc4856f" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-amd64.zip", + "hash": "8046587cd3869b058f1ccebce9586f4853f1a529c178f19e971118eb6f2215f1" }, "32bit": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.95.0/wakatime-cli-windows-386.zip", - "hash": "c6a6df5510719213f108ec0318055e440b3c52c849d21cb7a24f862a84ebb5de" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-386.zip", + "hash": "7c28016b4c974a7f9532f9174ebba68e593f74d80462851a976dacba948a4e50" }, "arm64": { - "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.95.0/wakatime-cli-windows-arm64.zip", - "hash": "a23d90c7593c87e204d8b25f5ff725ee2a4566c81143bdf7707ed028842bdb2c" + "url": "https://github.com/wakatime/wakatime-cli/releases/download/v1.97.1/wakatime-cli-windows-arm64.zip", + "hash": "4914ace49c222c2f542d56f65eaddf52a2969c20667a2165450e6302594e186c" } }, "pre_install": "Get-ChildItem \"$dir\\wakatime-cli-windows-*.exe\" | Rename-Item -NewName 'wakatime-cli.exe'", From 56f0c25c4d532b0d1db64e71bc4fcdfd30ceacfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:45 +0000 Subject: [PATCH 04/17] argocd: Update to version 2.11.6 --- bucket/argocd.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/argocd.json b/bucket/argocd.json index 63d52eadf14bd2..55f858870752c1 100644 --- a/bucket/argocd.json +++ b/bucket/argocd.json @@ -1,12 +1,12 @@ { - "version": "2.10.15", + "version": "2.11.6", "description": "CLI for ArgoCD - declarative, GitOps continuous delivery tool for Kubernetes", "homepage": "https://github.com/argoproj/argo-cd", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/argoproj/argo-cd/releases/download/v2.10.15/argocd-windows-amd64.exe#/argocd.exe", - "hash": "2ec8701322eb45a9a48eaa82ca0262f1ae66a1aff1e689b274aab5aa3ce2ef45" + "url": "https://github.com/argoproj/argo-cd/releases/download/v2.11.6/argocd-windows-amd64.exe#/argocd.exe", + "hash": "8b9a81c849b47cb4eabdc8aec04f3119b83f64d9ee5a4d5441a3b1db73836116" } }, "bin": "argocd.exe", From 1b0eaa42dc73fabe9eab4e1b2b0c58c14a3d8fb5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:45 +0000 Subject: [PATCH 05/17] aws: Update to version 2.17.16 --- bucket/aws.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/aws.json b/bucket/aws.json index 3d7ab08e90e5b0..88ca39de2886b3 100644 --- a/bucket/aws.json +++ b/bucket/aws.json @@ -1,12 +1,12 @@ { - "version": "2.17.15", + "version": "2.17.16", "description": "Unified tool to manage AWS services", "homepage": "https://aws.amazon.com/cli/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://awscli.amazonaws.com/AWSCLIV2-2.17.15.msi", - "hash": "c1559c69313d26de6c545707462b562e15b64709bc073243dffd102d313e0236" + "url": "https://awscli.amazonaws.com/AWSCLIV2-2.17.16.msi", + "hash": "7c541bf394d605f13ffcca169fba4f3954e54c334bcb9c19093a1b2048844b0b" } }, "extract_dir": "Amazon\\AWSCLIV2", From d8d38319c47c873ba8107436bdf15481ed82c6d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:46 +0000 Subject: [PATCH 06/17] chromedriver: Update to version 127.0.6533.72 --- bucket/chromedriver.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/chromedriver.json b/bucket/chromedriver.json index 9dd6f169b90f38..b64f735131af69 100644 --- a/bucket/chromedriver.json +++ b/bucket/chromedriver.json @@ -1,17 +1,17 @@ { - "version": "126.0.6478.182", + "version": "127.0.6533.72", "description": "An open source tool for automated testing of webapps across many browsers", "homepage": "https://chromedriver.chromium.org/", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/win64/chromedriver-win64.zip", - "hash": "8e27899ebd1e7741196c023bed6fe7a54676705ad08176f4562d8b67a524bda5", + "url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/win64/chromedriver-win64.zip", + "hash": "ffb2d4c07e00d70d2011a29ce7ddc428a2cecae4e1ed00fcceca743eefc0b18e", "extract_dir": "chromedriver-win64" }, "32bit": { - "url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.182/win32/chromedriver-win32.zip", - "hash": "55a5aa1fac55e771fc6f024d28d0cd1bc2695ae86c689ee86490adbfceec310a", + "url": "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.72/win32/chromedriver-win32.zip", + "hash": "f993c20d091bfa28ee08dcb6a173772f81a2133d253402b7343d1254772a6f2f", "extract_dir": "chromedriver-win32" } }, From bbb4def39b47f68493b1b7fea969cc065b98cb5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:46 +0000 Subject: [PATCH 07/17] flyctl: Update to version 0.2.95 --- bucket/flyctl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/flyctl.json b/bucket/flyctl.json index 289cf7435cc735..4bb6d9a58cc312 100644 --- a/bucket/flyctl.json +++ b/bucket/flyctl.json @@ -1,16 +1,16 @@ { - "version": "0.2.94", + "version": "0.2.95", "description": "Command line deployment/management client for fly.io services", "homepage": "https://github.com/superfly/flyctl", "license": " Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/superfly/flyctl/releases/download/v0.2.94/flyctl_0.2.94_Windows_x86_64.zip", - "hash": "0b4f032311a08f76187816820665221cfb9d933ed0bda9764c786e80413e0e68" + "url": "https://github.com/superfly/flyctl/releases/download/v0.2.95/flyctl_0.2.95_Windows_x86_64.zip", + "hash": "07415279b7e41ba367aa2ca80d6082105ea9f0e77700ed597872aa9cab7e65e7" }, "arm64": { - "url": "https://github.com/superfly/flyctl/releases/download/v0.2.94/flyctl_0.2.94_Windows_arm64.zip", - "hash": "852ffcd0316c16396accc2b3bad92dda34a84dcf11b7489d80adf5d9207acfc5" + "url": "https://github.com/superfly/flyctl/releases/download/v0.2.95/flyctl_0.2.95_Windows_arm64.zip", + "hash": "888e572234a64d637809125628527432a00348f9e7c8d316bbd318a6e5659634" } }, "bin": [ From 26ed7c91c2f9546e7ef537bb71e9b69dd036ba42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:46 +0000 Subject: [PATCH 08/17] jenkins: Update to version 2.469 --- bucket/jenkins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/jenkins.json b/bucket/jenkins.json index 044f4f0a4be109..c12d073c8abb24 100644 --- a/bucket/jenkins.json +++ b/bucket/jenkins.json @@ -1,5 +1,5 @@ { - "version": "2.468", + "version": "2.469", "description": "An automation server which enables developers around the world to reliably build, test, and deploy their software.", "homepage": "https://www.jenkins.io", "license": "MIT", @@ -7,8 +7,8 @@ "Java 11": "java/openjdk11", "Java 17": "java/openjdk17" }, - "url": "https://get.jenkins.io/war/2.468/jenkins.war#/jenkins.jar", - "hash": "d0f6dfc74dd2baa6ad17d8654d457197af500ab33420bcc6d4d941f80beacb71", + "url": "https://get.jenkins.io/war/2.469/jenkins.war#/jenkins.jar", + "hash": "954b2759e2309151596e90bb5a88ddfd950d9397440403641bbefe5c3a2a016e", "bin": "jenkins.jar", "checkver": { "url": "https://www.jenkins.io/changelog/rss.xml", From 9a65a469e6dc96dd82756d5fd74c52a46f91cf14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:46 +0000 Subject: [PATCH 09/17] metabase: Update to version 0.50.15 --- bucket/metabase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/metabase.json b/bucket/metabase.json index 496d7d33659ab7..d62b9060a90f99 100644 --- a/bucket/metabase.json +++ b/bucket/metabase.json @@ -1,13 +1,13 @@ { - "version": "0.50.14", + "version": "0.50.15", "description": "The simplest, fastest way to get business intelligence and analytics to everyone in your company", "homepage": "https://www.metabase.com", "license": "AGPL-3.0-or-later", "suggest": { "JDK": "java/openjdk" }, - "url": "https://downloads.metabase.com/v0.50.14/metabase.jar", - "hash": "084e0168d340abc09647e9012e3c32e6ee6b56d7d8d583fabb01e5b0130ca2a8", + "url": "https://downloads.metabase.com/v0.50.15/metabase.jar", + "hash": "c42360d2b2b75b5457310b9883552e52ad0aaa21669b9493be083e2f61ccfa15", "bin": "metabase.jar", "checkver": { "github": "https://github.com/metabase/metabase" From 0aa11426149afafa0a61524ed73a1b9835380226 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:47 +0000 Subject: [PATCH 10/17] oh-my-posh: Update to version 22.0.3 --- bucket/oh-my-posh.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/bucket/oh-my-posh.json b/bucket/oh-my-posh.json index 6577883a290dd8..2f104f20106250 100644 --- a/bucket/oh-my-posh.json +++ b/bucket/oh-my-posh.json @@ -1,5 +1,5 @@ { - "version": "22.0.2", + "version": "22.0.3", "description": "A prompt theme engine for any shell", "homepage": "https://ohmyposh.dev", "license": "MIT", @@ -7,32 +7,32 @@ "architecture": { "64bit": { "url": [ - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/themes.zip", - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/posh-windows-amd64.exe#/oh-my-posh.exe" + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/themes.zip", + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/posh-windows-amd64.exe#/oh-my-posh.exe" ], "hash": [ - "e351b841fc7cbb38235bf3411540fb2c341762970f95487acf82e47b47f5e25b", - "70216103c423cfbeb4042e93d629081c4d993b9c62d13bcdb44e31a3db95eea5" + "236836b6474dab4dd942d210e87e31b9e35ebee3d312a2e955f4e828ccf397bd", + "48ff58d313f721422b378b434abc222aceb170d0473b0a89ec9173a600e7edfd" ] }, "32bit": { "url": [ - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/themes.zip", - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/posh-windows-386.exe#/oh-my-posh.exe" + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/themes.zip", + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/posh-windows-386.exe#/oh-my-posh.exe" ], "hash": [ - "e351b841fc7cbb38235bf3411540fb2c341762970f95487acf82e47b47f5e25b", - "e6185c0f49f2714da761721c8215a843c0fc5a0cfd2acf4dc51c3d9206264e64" + "236836b6474dab4dd942d210e87e31b9e35ebee3d312a2e955f4e828ccf397bd", + "822edf78ee27bffc82ca5c23246a91af32fc2b4b5957d3c255a2466fadf6e487" ] }, "arm64": { "url": [ - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/themes.zip", - "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.2/posh-windows-arm64.exe#/oh-my-posh.exe" + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/themes.zip", + "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v22.0.3/posh-windows-arm64.exe#/oh-my-posh.exe" ], "hash": [ - "e351b841fc7cbb38235bf3411540fb2c341762970f95487acf82e47b47f5e25b", - "e988988f7ca33aaff30e1a356b9f9ad7c8e813cfb0ac1a1e8372eeb07dff8535" + "236836b6474dab4dd942d210e87e31b9e35ebee3d312a2e955f4e828ccf397bd", + "7343bb570fe4b0d98bb4c60fb86b60c04c2edc953f25a5b360453c6a02bf6eac" ] } }, From 210aaaa1386e11155552e85cbf4b3b2dde8b8099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:47 +0000 Subject: [PATCH 11/17] pwsh: Update to version 7.4.4 --- bucket/pwsh.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/pwsh.json b/bucket/pwsh.json index 647d84639f78b3..69b78900e1735d 100644 --- a/bucket/pwsh.json +++ b/bucket/pwsh.json @@ -1,5 +1,5 @@ { - "version": "7.4.3", + "version": "7.4.4", "description": "Cross-platform automation and configuration tool/framework, known as Powershell Core, that works well with existing tools and is optimized for dealing with structured data.", "homepage": "https://github.com/PowerShell/PowerShell", "license": "MIT", @@ -12,16 +12,16 @@ ], "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.3/PowerShell-7.4.3-win-x64.zip", - "hash": "64b4a0636a2af4854b90593ac78645bb59f86b4d094f75b41a5a617afd2478d3" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.4/PowerShell-7.4.4-win-x64.zip", + "hash": "6461dd3fda39fc65e30c7642f863b9e1dabe32885043094e1d8a79dffcef1dcb" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.3/PowerShell-7.4.3-win-x86.zip", - "hash": "52982520dc8282c3daf56762392baf4764741c35278c3e94dda57cb3e583af96" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.4/PowerShell-7.4.4-win-x86.zip", + "hash": "79f79f5615e65cf84212579eeb7d7cd9c89f2f0ff9dee24ae570561877dfdfcb" }, "arm64": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.3/PowerShell-7.4.3-win-arm64.zip", - "hash": "a12078ed9d246b7b2933d6a5f4efb8c2734b781c92bc34f7c818fa3214ec5461" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v7.4.4/PowerShell-7.4.4-win-arm64.zip", + "hash": "ca7e26f87b9ea4d1a4e5f6106a2e4506290284a0e892cc1f3e4a4227e7cd59ac" } }, "pre_install": [ From e2be175b11d7e97d8f87ebf1540a81203a7ce9dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:47 +0000 Subject: [PATCH 12/17] terragrunt: Update to version 0.63.4 --- bucket/terragrunt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/terragrunt.json b/bucket/terragrunt.json index 7b25b1d4151350..0786ff8a5ccdcb 100644 --- a/bucket/terragrunt.json +++ b/bucket/terragrunt.json @@ -1,16 +1,16 @@ { - "version": "0.63.3", + "version": "0.63.4", "description": "Thin wrapper for Terraform that provides extra tools for keeping Terraform configurations DRY, working with multiple Terraform modules, and managing remote state.", "homepage": "https://github.com/gruntwork-io/terragrunt", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.3/terragrunt_windows_amd64.exe#/terragrunt.exe", - "hash": "363ccf22cb454d2aa7f9f841b44aa009150bb8c5445b05ce3c79e1f111c92e25" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.4/terragrunt_windows_amd64.exe#/terragrunt.exe", + "hash": "b844e89124d5498231cbb989210f349adaa436299af52eb55d3f09af65a455f7" }, "32bit": { - "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.3/terragrunt_windows_386.exe#/terragrunt.exe", - "hash": "1d02ce2791dcb6d476d9f87325c82d466df1991a6a0cf3e621318a260e09d3b7" + "url": "https://github.com/gruntwork-io/terragrunt/releases/download/v0.63.4/terragrunt_windows_386.exe#/terragrunt.exe", + "hash": "176070c2ac10eded7db71a718b260809e1d02c4980d17f72bcecc2dc9ff2b6cf" } }, "bin": "terragrunt.exe", From df800d17ba32453a2a5525aeb8497fe8bfa74671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:26:48 +0000 Subject: [PATCH 13/17] uv: Update to version 0.2.28 --- bucket/uv.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/uv.json b/bucket/uv.json index dc282e2479cf7e..4fc8312ec08a46 100644 --- a/bucket/uv.json +++ b/bucket/uv.json @@ -1,16 +1,16 @@ { - "version": "0.2.27", + "version": "0.2.28", "description": "An extremely fast Python package installer and resolver, written in Rust.", "homepage": "https://github.com/astral-sh/uv", "license": "Apache-2.0|MIT", "architecture": { "64bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.2.27/uv-x86_64-pc-windows-msvc.zip", - "hash": "1ea0b0623c362c47c6d00801e09ddf948cc27cc18200e5390469e279dfb85d29" + "url": "https://github.com/astral-sh/uv/releases/download/0.2.28/uv-x86_64-pc-windows-msvc.zip", + "hash": "7635ff298ddfde400e00054ba31d88a139dbfec234578f10376984f3e0aa36e2" }, "32bit": { - "url": "https://github.com/astral-sh/uv/releases/download/0.2.27/uv-i686-pc-windows-msvc.zip", - "hash": "6183e4fecfe5404dc69d9cc23c248441ba25a21541c8046c8a27b09a63f224b7" + "url": "https://github.com/astral-sh/uv/releases/download/0.2.28/uv-i686-pc-windows-msvc.zip", + "hash": "75de1d50a1f5d19de6794375762ab8afefb0b0c4704d6c599e5af6cee84ad0e3" } }, "bin": [ From 9b4cd7a4d77f354727c985bee53bce1b73e33d8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:34:07 +0000 Subject: [PATCH 14/17] docker: Update to version 27.1.1 --- bucket/docker.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/docker.json b/bucket/docker.json index bab36d53bdd283..f36d3b9a661676 100644 --- a/bucket/docker.json +++ b/bucket/docker.json @@ -1,12 +1,12 @@ { - "version": "27.1.0", + "version": "27.1.1", "description": "Docker CLI & Docker Engine for Windows containers. Docker is an open platform for developing, shipping, and running applications.", "homepage": "https://docs.docker.com/engine", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://download.docker.com/win/static/stable/x86_64/docker-27.1.0.zip", - "hash": "904821189cac22bf2ab911931f6a49ac1e8b454e4de5166828ceb435c3c2f4ea" + "url": "https://download.docker.com/win/static/stable/x86_64/docker-27.1.1.zip", + "hash": "978d3ba0f8440173469580f9c17f44fe28fcef3a59ab87c32d42a2d9a2853c26" } }, "extract_dir": "docker", From d22bec947e7419532694b6bf464a8b9dd1b0cf5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:34:07 +0000 Subject: [PATCH 15/17] draft: Update to version 0.0.36 --- bucket/draft.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/draft.json b/bucket/draft.json index ac9945175a05ec..6b3b614e5ab7cd 100644 --- a/bucket/draft.json +++ b/bucket/draft.json @@ -1,12 +1,12 @@ { - "version": "0.0.35", + "version": "0.0.36", "description": "Create cloud-native applications on Kubernetes.", "homepage": "https://github.com/Azure/draft", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Azure/draft/releases/download/v0.0.35/draft-windows-amd64.exe#/draft.exe", - "hash": "e0f63be0da6b5a39fe1c107402572c0b7d94079da30143ddc5bc49b4bff5dae1" + "url": "https://github.com/Azure/draft/releases/download/v0.0.36/draft-windows-amd64.exe#/draft.exe", + "hash": "fbec7c1466b154157d6837e827b8671cdec13cca55884108399ef4238e6afd82" } }, "bin": "draft.exe", From 5b394fff7ebd0f231c62b93122ab9c975d13161f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:34:08 +0000 Subject: [PATCH 16/17] firebase: Update to version 13.14.0 --- bucket/firebase.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/firebase.json b/bucket/firebase.json index aca8dae8c1d30a..43bce4ffbf1fca 100644 --- a/bucket/firebase.json +++ b/bucket/firebase.json @@ -1,12 +1,12 @@ { - "version": "13.13.3", + "version": "13.14.0", "description": "Test, manage, and deploy Firebase project from the command line", "homepage": "https://github.com/firebase/firebase-tools", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/firebase/firebase-tools/releases/download/v13.13.3/firebase-tools-win.exe#/firebase.exe", - "hash": "584af9a0f2d49b07fa1b0512f091aaed295810736cb0983e88b45c78d76812ae" + "url": "https://github.com/firebase/firebase-tools/releases/download/v13.14.0/firebase-tools-win.exe#/firebase.exe", + "hash": "a8f8b9a9ac1fe45cc95cae56d7bc586d836c3d75c6c181523473221664efad85" } }, "bin": "firebase.exe", From d1521db158e57bd987cc19a402c2e4bc52f0eb38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:34:08 +0000 Subject: [PATCH 17/17] minio-client: Update to version 2024-07-22T20-02-49Z --- bucket/minio-client.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/minio-client.json b/bucket/minio-client.json index 24d34fb3a07e99..8bccef3ae3a446 100644 --- a/bucket/minio-client.json +++ b/bucket/minio-client.json @@ -1,5 +1,5 @@ { - "version": "2024-07-15T17-46-06Z", + "version": "2024-07-22T20-02-49Z", "description": "A high performance, distributed object storage server, designed for large-scale data infrastructure. (client)", "homepage": "https://min.io/", "license": "Apache-2.0", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2024-07-15T17-46-06Z#/mc.exe", - "hash": "aa91d3442c7cb2346dbc0c9f194bbd2a39d85b6e7adaa23d3388593b4fb3578b" + "url": "https://dl.min.io/client/mc/release/windows-amd64/archive/mc.RELEASE.2024-07-22T20-02-49Z#/mc.exe", + "hash": "75c9b197fd25f08bc4a959f29c2ca301f29103e1907e42261574fef0422c9641" } }, "bin": "mc.exe",