-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: release 2026.6.0 #10188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 2026.6.0 #10188
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "repository": "aquaproj/aqua-registry", | ||
| "tag": "v4.519.0" | ||
| "tag": "v4.520.1" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25069,6 +25069,27 @@ packages: | |
| type: github_release | ||
| asset: checksums.txt | ||
| algorithm: sha256 | ||
| - type: github_release | ||
| repo_owner: cliwright | ||
| repo_name: whoiam | ||
| description: CLI tool for checking and validating your current AWS IAM identity | ||
| version_constraint: "false" | ||
| version_overrides: | ||
| - version_constraint: "true" | ||
| asset: whoiam_{{.OS}}_{{.Arch}}.{{.Format}} | ||
| format: tar.gz | ||
| replacements: | ||
| amd64: x86_64 | ||
| darwin: Darwin | ||
| linux: Linux | ||
| windows: Windows | ||
| checksum: | ||
| type: github_release | ||
| asset: checksums.txt | ||
| algorithm: sha256 | ||
| overrides: | ||
| - goos: windows | ||
| format: zip | ||
| - type: github_release | ||
| repo_owner: clog-tool | ||
| repo_name: clog-cli | ||
|
|
@@ -35305,9 +35326,19 @@ packages: | |
| amd64: x86_64 | ||
| arm64: aarch64 | ||
| darwin: apple-darwin | ||
| linux: unknown-linux-musl | ||
| linux: unknown-linux-gnu | ||
| windows: pc-windows-msvc | ||
| overrides: | ||
| - goos: linux | ||
| variants: | ||
| - key: libc | ||
| value: glibc | ||
| - goos: linux | ||
| replacements: | ||
| linux: unknown-linux-musl | ||
| variants: | ||
| - key: libc | ||
| value: musl | ||
| - goos: darwin | ||
| replacements: | ||
| amd64: amd64 | ||
|
|
@@ -43528,46 +43559,30 @@ packages: | |
| supported_envs: | ||
| - linux | ||
| - darwin | ||
| - type: http | ||
| name: google.com/antigravity-cli | ||
| description: Google's agentic development platform CLI companion | ||
| link: https://antigravity.google/download | ||
| format: tar.gz | ||
| - type: github_release | ||
| repo_owner: google-antigravity | ||
| repo_name: antigravity-cli | ||
| aliases: | ||
| - name: google.com/antigravity-cli | ||
| description: Google Antigravity CLI companion | ||
| files: | ||
| - name: agy | ||
| src: antigravity | ||
| checksum: | ||
| type: http | ||
| url: https://antigravity-cli-auto-updater-974169037036.us-central1.run.app/manifests/{{.OS}}_{{.Arch}}.json | ||
| file_format: regexp | ||
| algorithm: sha512 | ||
| pattern: | ||
| checksum: '"sha512": "([0-9a-f]{128})"' | ||
| overrides: | ||
| - goos: linux | ||
| goarch: amd64 | ||
| url: https://storage.googleapis.com/antigravity-public/antigravity-cli/{{.Version}}/linux-x64/cli_linux_x64.tar.gz | ||
| - goos: linux | ||
| goarch: arm64 | ||
| url: https://storage.googleapis.com/antigravity-public/antigravity-cli/{{.Version}}/linux-arm/cli_linux_arm64.tar.gz | ||
| - goos: darwin | ||
| goarch: amd64 | ||
| url: https://storage.googleapis.com/antigravity-public/antigravity-cli/{{.Version}}/darwin-x64/cli_mac_x64.tar.gz | ||
| - goos: darwin | ||
| goarch: arm64 | ||
| url: https://storage.googleapis.com/antigravity-public/antigravity-cli/{{.Version}}/darwin-arm/cli_mac_arm64.tar.gz | ||
| - goos: windows | ||
| goarch: amd64 | ||
| url: https://storage.googleapis.com/antigravity-public/antigravity-cli/{{.Version}}/windows-x64/cli_windows_x64.exe | ||
| format: raw | ||
| files: | ||
| - name: agy | ||
| - goos: windows | ||
| goarch: arm64 | ||
| url: https://storage.googleapis.com/antigravity-public/antigravity-cli/{{.Version}}/windows-arm/cli_windows_arm64.exe | ||
| format: raw | ||
| version_constraint: "false" | ||
| version_overrides: | ||
| - version_constraint: semver("< 1.0.4") | ||
| error_message: The version is old. Please upgrade to 1.0.4 or later. | ||
| - version_constraint: "true" | ||
| asset: agy_cli_{{.OS}}_{{.Arch}}.{{.Format}} | ||
| format: tar.gz | ||
| files: | ||
| - name: agy | ||
| src: antigravity | ||
| replacements: | ||
| amd64: x64 | ||
| darwin: mac | ||
| overrides: | ||
| - goos: windows | ||
| format: zip | ||
| - type: github_release | ||
| repo_owner: google | ||
| repo_name: addlicense | ||
|
|
@@ -90468,6 +90483,24 @@ packages: | |
| type: github_release | ||
| asset: "{{.Asset}}.sha256" | ||
| algorithm: sha256 | ||
| - type: github_release | ||
| repo_owner: tidewave-ai | ||
| repo_name: tidewave_app | ||
| description: Tidewave is the coding agent for full-stack web app development | ||
| files: | ||
| - name: tidewave | ||
| version_constraint: "false" | ||
| version_overrides: | ||
| - version_constraint: "true" | ||
| asset: tidewave-cli-{{.Arch}}-{{.OS}} | ||
| format: raw | ||
| windows_arm_emulation: true | ||
| replacements: | ||
| amd64: x86_64 | ||
| arm64: aarch64 | ||
| darwin: apple-darwin | ||
| linux: unknown-linux-musl | ||
| windows: pc-windows-msvc | ||
| - type: github_release | ||
| repo_owner: tilt-dev | ||
|
Comment on lines
90483
to
90505
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The |
||
| repo_name: ctlptl | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The previous
http-based entry included explicit sha512 checksum verification via a remote manifest URL. The newgithub_releaseentry has nochecksumblock at all. Users installinggoogle.com/antigravity-clivia the new entry will download binaries with no integrity check, whereas they previously had one. If the GitHub release does not publish a checksum file, this should be noted explicitly (e.g.checksum: false), and if a checksum file exists (e.g. achecksums.txtattached to the release), it should be wired up the same way thecliwright/whoiamentry in this same PR does.