Compare commits

...

23 Commits

Author SHA1 Message Date
Taiki Endo
af6bbc3b8f Release 2.44.2 2024-09-17 07:46:12 +09:00
Taiki Endo
4b3424bf55 Update typos@latest to 1.24.6 2024-09-17 07:17:40 +09:00
Taiki Endo
8bb357f799 Update release-plz@latest to 0.3.90 2024-09-17 07:17:40 +09:00
Taiki Endo
ae888b48c8 Release 2.44.1 2024-09-16 03:16:44 +09:00
Taiki Endo
b5643005b0 Update biome@latest to 1.9.1 2024-09-16 03:13:36 +09:00
Taiki Endo
48b904a029 Release 2.44.0 2024-09-16 01:17:47 +09:00
Taiki Endo
14c87d2c9c Update changelog 2024-09-16 01:17:03 +09:00
Taiki Endo
0c760d6327 codegen: Add version_range to release-plz
Old releases don't have linux-musl binary.
2024-09-16 01:15:37 +09:00
Vitalii Kryvenko
43127da3b2 Add release-plz (#649) 2024-09-16 00:28:09 +09:00
Taiki Endo
cb5a346581 Release 2.43.7 2024-09-15 21:46:01 +09:00
Taiki Endo
124d8a1ea2 Update knope@latest to 0.18.1 2024-09-15 12:26:23 +09:00
Taiki Endo
feae27da5e Update cargo-llvm-cov@latest to 0.6.13 2024-09-15 09:37:24 +09:00
Taiki Endo
15fe2d0590 Release 2.43.6 2024-09-15 05:10:26 +09:00
Taiki Endo
91424fa4fc Update parse-changelog@latest to 0.6.9 2024-09-15 03:25:39 +09:00
Taiki Endo
ec2a11c42f ci: Remove macos-12 test
https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/
2024-09-14 02:03:24 +09:00
Taiki Endo
0241d8f412 Release 2.43.5 2024-09-13 00:11:35 +09:00
Taiki Endo
56c2f023cd Update biome@latest to 1.9.0 2024-09-13 00:11:05 +09:00
Taiki Endo
541c08c86c Release 2.43.4 2024-09-12 10:51:30 +09:00
Taiki Endo
41d35d7220 Update protoc@latest to 3.28.1 2024-09-12 03:14:09 +09:00
Taiki Endo
210eb76ec9 Release 2.43.3 2024-09-12 00:22:13 +09:00
Taiki Endo
89210c3023 Update syft@latest to 1.12.2 2024-09-12 00:12:16 +09:00
Taiki Endo
36ede8b5bc Update cargo-binstall@latest to 1.10.5 2024-09-11 21:15:13 +09:00
Taiki Endo
40d6a8584e Update osv-scanner@latest to 1.8.5 2024-09-11 15:14:50 +09:00
14 changed files with 2089 additions and 42 deletions

View File

@@ -50,7 +50,6 @@ jobs:
tool: major.minor tool: major.minor
- os: ubuntu-22.04 - os: ubuntu-22.04
tool: major tool: major
- os: macos-12
- os: macos-13 - os: macos-13
- os: macos-14 - os: macos-14
- os: windows-2019 - os: windows-2019

View File

@@ -10,6 +10,46 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
## [2.44.2] - 2024-09-16
- Update `typos@latest` to 1.24.6.
- Update `release-plz@latest` to 0.3.90.
## [2.44.1] - 2024-09-15
- Update `biome@latest` to 1.9.1.
## [2.44.0] - 2024-09-15
- Support `release-plz`. ([#649](https://github.com/taiki-e/install-action/pull/649), thanks @Veetaha)
## [2.43.7] - 2024-09-15
- Update `knope@latest` to 0.18.1.
- Update `cargo-llvm-cov@latest` to 0.6.13.
## [2.43.6] - 2024-09-14
- Update `parse-changelog@latest` to 0.6.9.
## [2.43.5] - 2024-09-12
- Update `biome@latest` to 1.9.0.
## [2.43.4] - 2024-09-12
- Update `protoc@latest` to 3.28.1.
## [2.43.3] - 2024-09-11
- Update `syft@latest` to 1.12.2.
- Update `cargo-binstall@latest` to 1.10.5.
- Update `osv-scanner@latest` to 1.8.5.
## [2.43.2] - 2024-09-09 ## [2.43.2] - 2024-09-09
- Update `rclone@latest` to 1.68.0. - Update `rclone@latest` to 1.68.0.
@@ -583,7 +623,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `cargo-deny@latest` to 0.14.23. - Update `cargo-deny@latest` to 0.14.23.
- Support `cargo-deny` on aarch64 Linux. - Support `cargo-deny` on AArch64 Linux.
## [2.33.13] - 2024-05-03 ## [2.33.13] - 2024-05-03
@@ -885,9 +925,9 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [2.27.15] - 2024-03-02 ## [2.27.15] - 2024-03-02
- Support `biome` on x86_64/aarch64 Linux (musl). - Support `biome` on x86_64/AArch64 Linux (musl).
- Support `zola` on aarch64 macOS. (Previously x86_64 macOS binary is used as fallback.) - Support `zola` on AArch64 macOS. (Previously x86_64 macOS binary is used as fallback.)
## [2.27.14] - 2024-03-01 ## [2.27.14] - 2024-03-01
@@ -1321,7 +1361,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `biome@latest` to 1.3.3. - Update `biome@latest` to 1.3.3.
- Support `dprint` on aarch64 Linux (musl). - Support `dprint` on AArch64 Linux (musl).
## [2.21.5] - 2023-10-30 ## [2.21.5] - 2023-10-30
@@ -1937,7 +1977,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `cargo-nextest@latest` to 0.9.52. - Update `cargo-nextest@latest` to 0.9.52.
- Support `cargo-udeps` on x86_64 Linux (musl) and aarch64 Linux/macOS/Windows. - Support `cargo-udeps` on x86_64 Linux (musl) and AArch64 Linux/macOS/Windows.
## [2.8.0] - 2023-05-03 ## [2.8.0] - 2023-05-03
@@ -2169,7 +2209,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
- Update `cargo-binstall@latest` to 0.19.1. - Update `cargo-binstall@latest` to 0.19.1.
- Support `cargo-binstall` on aarch64 Windows. - Support `cargo-binstall` on AArch64 Windows.
## [2.2.0] - 2023-01-11 ## [2.2.0] - 2023-01-11
@@ -2270,7 +2310,7 @@ Note: This release is considered a breaking change because installing on version
## [1.17.0] - 2022-12-14 ## [1.17.0] - 2022-12-14
- Update `protoc@latest` to 3.21.12. - Update `protoc@latest` to 3.21.12.
- Support aarch64 self-hosted runners (Linux, macOS, Windows). - Support AArch64 self-hosted runners (Linux, macOS, Windows).
- Improve support for Fedora/RHEL based containers/self-hosted runners. - Improve support for Fedora/RHEL based containers/self-hosted runners.
## [1.16.0] - 2022-12-14 ## [1.16.0] - 2022-12-14
@@ -2704,7 +2744,15 @@ Note: This release is considered a breaking change because installing on version
Initial release Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.43.2...HEAD [Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.2...HEAD
[2.44.2]: https://github.com/taiki-e/install-action/compare/v2.44.1...v2.44.2
[2.44.1]: https://github.com/taiki-e/install-action/compare/v2.44.0...v2.44.1
[2.44.0]: https://github.com/taiki-e/install-action/compare/v2.43.7...v2.44.0
[2.43.7]: https://github.com/taiki-e/install-action/compare/v2.43.6...v2.43.7
[2.43.6]: https://github.com/taiki-e/install-action/compare/v2.43.5...v2.43.6
[2.43.5]: https://github.com/taiki-e/install-action/compare/v2.43.4...v2.43.5
[2.43.4]: https://github.com/taiki-e/install-action/compare/v2.43.3...v2.43.4
[2.43.3]: https://github.com/taiki-e/install-action/compare/v2.43.2...v2.43.3
[2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2 [2.43.2]: https://github.com/taiki-e/install-action/compare/v2.43.1...v2.43.2
[2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1 [2.43.1]: https://github.com/taiki-e/install-action/compare/v2.43.0...v2.43.1
[2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0 [2.43.0]: https://github.com/taiki-e/install-action/compare/v2.42.42...v2.43.0

View File

@@ -53,6 +53,7 @@ See the [Supported tools section in README.md](README.md#supported-tools) for ho
| [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT) | | [**parse-changelog**](https://github.com/taiki-e/parse-changelog) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/taiki-e/parse-changelog/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT) |
| [**protoc**](https://github.com/protocolbuffers/protobuf) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/protocolbuffers/protobuf/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE) | | [**protoc**](https://github.com/protocolbuffers/protobuf) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/protocolbuffers/protobuf/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE) |
| [**rclone**](https://github.com/rclone/rclone) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/rclone/rclone/releases) | Linux, macOS, Windows | [MIT](https://github.com/rclone/rclone/blob/master/COPYING) | | [**rclone**](https://github.com/rclone/rclone) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/rclone/rclone/releases) | Linux, macOS, Windows | [MIT](https://github.com/rclone/rclone/blob/master/COPYING) |
| [**release-plz**](https://release-plz.ieni.dev/) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/MarcoIeni/release-plz/releases) | Linux, macOS, Windows | [MIT](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/MarcoIeni/release-plz/blob/main/LICENSE-APACHE) |
| [**sccache**](https://github.com/mozilla/sccache) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/mozilla/sccache/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE) | | [**sccache**](https://github.com/mozilla/sccache) | `$CARGO_HOME/bin` | [GitHub Releases](https://github.com/mozilla/sccache/releases) | Linux, macOS, Windows | [Apache-2.0](https://github.com/mozilla/sccache/blob/main/LICENSE) |
| [**shellcheck**](https://www.shellcheck.net) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/koalaman/shellcheck/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/koalaman/shellcheck/blob/master/LICENSE) | | [**shellcheck**](https://www.shellcheck.net) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/koalaman/shellcheck/releases) | Linux, macOS, Windows | [GPL-3.0](https://github.com/koalaman/shellcheck/blob/master/LICENSE) |
| [**shfmt**](https://github.com/mvdan/sh) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE) | | [**shfmt**](https://github.com/mvdan/sh) | `$HOME/.install-action/bin` | [GitHub Releases](https://github.com/mvdan/sh/releases) | Linux, macOS, Windows | [BSD-3-Clause](https://github.com/mvdan/sh/blob/master/LICENSE) |

59
manifests/biome.json generated
View File

@@ -36,10 +36,65 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)", "license_markdown": "[Apache-2.0](https://github.com/biomejs/biome/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/biomejs/biome/blob/main/LICENSE-MIT)",
"latest": { "latest": {
"version": "1.8.3" "version": "1.9.1"
}, },
"1": { "1": {
"version": "1.8.3" "version": "1.9.1"
},
"1.9": {
"version": "1.9.1"
},
"1.9.1": {
"x86_64_linux_musl": {
"etag": "0x8DCD5A8CB8C3068",
"checksum": "0ddf10c4311f64a551f0539a2ac253c5c632432eade18a2c283c506e42807031"
},
"x86_64_macos": {
"etag": "0x8DCD5A8CB96ABEF",
"checksum": "e02fb7dfa1d903d2ed23663e78e713e521d0174f05bd1a10f0d377213f311d91"
},
"x86_64_windows": {
"etag": "0x8DCD5A8CB872D0B",
"checksum": "cd57679a19bcb9d2996ce2e228760ec713eec211e722834f0273e9e8eb960eca"
},
"aarch64_linux_musl": {
"etag": "0x8DCD5A8CB7EAB0E",
"checksum": "e47450a6409777b893f85fce930a6ea4602fe12d1320f2fc69d319b03c961b17"
},
"aarch64_macos": {
"etag": "0x8DCD5A8CB869172",
"checksum": "8771f1bbaa97a9a08a951e4550126aba6852610cabd63c8f8b8a7d3ff8bb6479"
},
"aarch64_windows": {
"etag": "0x8DCD5A8CB87C895",
"checksum": "93749f35b7783bbf9fb21ba1949cd2438c442211269c288c4f4f759b0b1e5d79"
}
},
"1.9.0": {
"x86_64_linux_musl": {
"etag": "0x8DCD32FF195DB2D",
"checksum": "58a584a6248c9a63f80904668c5d4fffa34a914869507a3b4fb5a5ca433dbce9"
},
"x86_64_macos": {
"etag": "0x8DCD32FF19CB150",
"checksum": "3422d46cfdb3ae222a78e5e71d50dcf4ddc2c3c082fbc3df8415535866936d27"
},
"x86_64_windows": {
"etag": "0x8DCD32FF1B3542F",
"checksum": "97e5b09df7a8bbee07b6ab930e302a5ed50554186eb92cc5b84a21277d17041d"
},
"aarch64_linux_musl": {
"etag": "0x8DCD32FF19B058B",
"checksum": "560c9e33f936c9794a37d99092c5bae501ca9e3f32f109f6aec2fba78279884b"
},
"aarch64_macos": {
"etag": "0x8DCD32FF1BA513A",
"checksum": "d723495b01b7bfb037a76732453df2687c5adc82b2d89776164aa9b278b0b83e"
},
"aarch64_windows": {
"etag": "0x8DCD32FF1ABE281",
"checksum": "ba31ab387a44dd87b6a775183cd9230d47a55edacfccd952c5f255701f87add6"
}
}, },
"1.8": { "1.8": {
"version": "1.8.3" "version": "1.8.3"

View File

@@ -22,32 +22,32 @@
}, },
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)", "license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": { "latest": {
"version": "1.10.4" "version": "1.10.5"
}, },
"1.10.4": { "1.10.5": {
"x86_64_linux_musl": { "x86_64_linux_musl": {
"etag": "0x8DCCEC7B32C1AF7", "etag": "0x8DCD243CAFABE2B",
"checksum": "1baf2ef7f15e2baba4ae11f99e72f5914bb764ce763efd716280a3cbcda001ad" "checksum": "e4f503d2e17436197e18caabe023265ef00da1422575fc9013b2753fdb9fa4d9"
}, },
"x86_64_macos": { "x86_64_macos": {
"etag": "0x8DCCEC75B73878F", "etag": "0x8DCD24378364C74",
"checksum": "7755f241782b1d1db20456e600652456ed0c33bfc7c0afdbdb9b2a7b154cac17" "checksum": "21d47a620ec3aa99321201483627c142da181d0cee62a831da8c97162098d2b1"
}, },
"x86_64_windows": { "x86_64_windows": {
"etag": "0x8DCCEC85687D02F", "etag": "0x8DCD24452B01ED4",
"checksum": "849316b048649ca2f46f1381da59ca7637a036a0d754f1a52ffcbf94b2f00fd7" "checksum": "29c1fbc5c9cfeb29207a79b6f903bb4c6c5b7277251910b180b6d1ab9a1d5344"
}, },
"aarch64_linux_musl": { "aarch64_linux_musl": {
"etag": "0x8DCCEC7642DAD22", "etag": "0x8DCD24388AEFE1C",
"checksum": "ff90d9cec61d4eeeb86ad9cb11998b7ce8468690d670a40e24822f07381ca899" "checksum": "752df38cf823792d2c0f3ecc3643a20eac5b67605ac8bea7eed57e7a4e7a40f5"
}, },
"aarch64_macos": { "aarch64_macos": {
"etag": "0x8DCCEC7AB95F549", "etag": "0x8DCD243EE25AD47",
"checksum": "72a5e248c78dc163ed983e5e0d622d9b8b7de973157939d3b9b7226858cc423c" "checksum": "351d3ef0a87d61d33b3620f3cd9be4c58c2d41b7acf4910ba71008999d82aa42"
}, },
"aarch64_windows": { "aarch64_windows": {
"etag": "0x8DCCEC82CA9A245", "etag": "0x8DCD243F77B1340",
"checksum": "1d8c6d53fafcc2c932fffb60b856bc4a8610e69028c9999779566fbf10f4f695" "checksum": "86086186099ac1aa149e4c680bf24c7336322691a28f04e848bd827c5afd8b4d"
} }
} }
} }

View File

@@ -19,10 +19,32 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)", "license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-llvm-cov/blob/main/LICENSE-MIT)",
"latest": { "latest": {
"version": "0.6.12" "version": "0.6.13"
}, },
"0.6": { "0.6": {
"version": "0.6.12" "version": "0.6.13"
},
"0.6.13": {
"x86_64_linux_musl": {
"etag": "0x8DCD500F32D2655",
"checksum": "59329fb134dc5fd5885740a2f2efd7376ad8dc5af6f53285082cfda411e48ff6"
},
"x86_64_macos": {
"etag": "0x8DCD501379C33A1",
"checksum": "2d1eb58c8617b1e90ef1fe3e377601ab16773b0aacd70b3f178d93027d132b7b"
},
"x86_64_windows": {
"etag": "0x8DCD5011565966A",
"checksum": "417b3ecca6f796936f7400f7e203aa3e7b469112644d73870fc4c39d32fb6872"
},
"aarch64_linux_musl": {
"etag": "0x8DCD500F4468134",
"checksum": "cf8c7e452f99a7e315ddd0eac906945388f2743aaf99961d7a3a5b07cd2035a3"
},
"aarch64_macos": {
"etag": "0x8DCD5010D342FEA",
"checksum": "23e3c5e915dbec0e1486ea110f38d49ef768f5c22af5209dde1eb9bb55db8bbc"
}
}, },
"0.6.12": { "0.6.12": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

30
manifests/knope.json generated
View File

@@ -3,10 +3,36 @@
"template": null, "template": null,
"license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)", "license_markdown": "[MIT](https://github.com/knope-dev/knope/blob/main/LICENSE)",
"latest": { "latest": {
"version": "0.18.0" "version": "0.18.1"
}, },
"0.18": { "0.18": {
"version": "0.18.0" "version": "0.18.1"
},
"0.18.1": {
"x86_64_linux_musl": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-x86_64-unknown-linux-musl.tgz",
"etag": "0x8DCD528522BA9D9",
"checksum": "5f355e0ad6a11a24fab2d321d311efb6d9ad7e7ee78d847d27b97211d0e9ea5d",
"bin": "knope-x86_64-unknown-linux-musl/knope"
},
"x86_64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-x86_64-apple-darwin.tgz",
"etag": "0x8DCD52852256F50",
"checksum": "3f58e382495a39c0803cdfe515c930c06a07bd79c45c49afae7e453f8817df2d",
"bin": "knope-x86_64-apple-darwin/knope"
},
"x86_64_windows": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-x86_64-pc-windows-msvc.tgz",
"etag": "0x8DCD528522C9332",
"checksum": "8bf553e3474ee637385c853f47003c2d2242232ed7ee5c1ae4e6db02249acc76",
"bin": "knope-x86_64-pc-windows-msvc/knope.exe"
},
"aarch64_macos": {
"url": "https://github.com/knope-dev/knope/releases/download/knope/v0.18.1/knope-aarch64-apple-darwin.tgz",
"etag": "0x8DCD528522E181B",
"checksum": "931e7a1214209e78ac63d5d37a64485623cd54916368f68095f38779373df5ec",
"bin": "knope-aarch64-apple-darwin/knope"
}
}, },
"0.18.0": { "0.18.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -3,13 +3,45 @@
"template": null, "template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": { "latest": {
"version": "1.8.4" "version": "1.8.5"
}, },
"1": { "1": {
"version": "1.8.4" "version": "1.8.5"
}, },
"1.8": { "1.8": {
"version": "1.8.4" "version": "1.8.5"
},
"1.8.5": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_linux_amd64",
"etag": "0x8DCD226445A20F7",
"checksum": "3f241e03861e25dc3f739794ba03ad3dffd68ef2c96c382a45df5fe734b5dc5f"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_darwin_amd64",
"etag": "0x8DCD2264451513A",
"checksum": "798954e5ef2fa71facc4463b1fe8ed81deceeaadc163f59792e39b5fdd7ae4d3"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_windows_amd64.exe",
"etag": "0x8DCD2264457D98F",
"checksum": "8f247683926cf62ac2ab67467b62e85f1059f45196f67ccd0e2e94d44c23e28e"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_linux_arm64",
"etag": "0x8DCD226450CC94A",
"checksum": "4d3c7df91eac9d0b2a51431008f7f4e156ca11ccf2bc2034fed836c4cc676797"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_darwin_arm64",
"etag": "0x8DCD226450FAC3A",
"checksum": "fec672000263f6d24fad3c545ff8da995073012ee7768a1efd9a31d3fbfb2bfd"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.8.5/osv-scanner_windows_arm64.exe",
"etag": "0x8DCD22644616BB4",
"checksum": "64e3eb8e8a047bfe3d025e2bad79ac2eb1ecf82a7b5bc75bc1d60d084789bc36"
}
}, },
"1.8.4": { "1.8.4": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -3,10 +3,42 @@
"template": null, "template": null,
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT)", "license_markdown": "[Apache-2.0](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/parse-changelog/blob/main/LICENSE-MIT)",
"latest": { "latest": {
"version": "0.6.8" "version": "0.6.9"
}, },
"0.6": { "0.6": {
"version": "0.6.8" "version": "0.6.9"
},
"0.6.9": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DCD4D4FF969E92",
"checksum": "354c60eacad40b1eb4419108f2615eaa510d85b74c8c0cac66436fadd2d78f34"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-apple-darwin.tar.gz",
"etag": "0x8DCD4D5124EA8B9",
"checksum": "a257c54537fefda492cafc55d164d432cf08c0d28ed8b3efe094cd909d488ed9"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-x86_64-pc-windows-msvc.tar.gz",
"etag": "0x8DCD4D536CFEA28",
"checksum": "f4576c79cf86f9c2f7e5fcd9251e5924301337aadd07c49ab5f7273ff994ed99"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DCD4D4FF40C8BE",
"checksum": "4b34554144be39cb11a8b1aab0c05c4df7c4dc1bd8d79f263146b8159d0037dc"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-apple-darwin.tar.gz",
"etag": "0x8DCD4D5076BD2AC",
"checksum": "77f50e934acc628584b57b65a8c68b661df388f8f2b06bc70c04e849652cb5f8"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/parse-changelog/releases/download/v0.6.9/parse-changelog-aarch64-pc-windows-msvc.tar.gz",
"etag": "0x8DCD4D5135EE6B1",
"checksum": "083020ec6568baea5f825951e3d5a0d9d6201a6f79cef814fa4f8915221b5341"
}
}, },
"0.6.8": { "0.6.8": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

33
manifests/protoc.json generated
View File

@@ -3,13 +3,40 @@
"template": null, "template": null,
"license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)", "license_markdown": "[BSD-3-Clause](https://github.com/protocolbuffers/protobuf/blob/HEAD/LICENSE)",
"latest": { "latest": {
"version": "3.28.0" "version": "3.28.1"
}, },
"3": { "3": {
"version": "3.28.0" "version": "3.28.1"
}, },
"3.28": { "3.28": {
"version": "3.28.0" "version": "3.28.1"
},
"3.28.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-linux-x86_64.zip",
"etag": "0x8DCD285A6AB0E77",
"checksum": "58b1e2e45889187c22598bf5d9944d7c4f5f68407906f26cc4831911ae8ada53"
},
"x86_64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-osx-x86_64.zip",
"etag": "0x8DCD285A6E6751B",
"checksum": "f682d70c8382ddb0ad6b996a32db12eff098a2abd6b2db2caa9336d9c8069d54"
},
"x86_64_windows": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-win64.zip",
"etag": "0x8DCD285A725F5DF",
"checksum": "8ab709113bf3156e789d45e99401924ca5305267ad3fd9001727d945797e6748"
},
"aarch64_linux_gnu": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-linux-aarch_64.zip",
"etag": "0x8DCD285A655D422",
"checksum": "28c90edca27437bd892009a586ddc28a040e51f2c01bec29d22bede5d14a9e10"
},
"aarch64_macos": {
"url": "https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protoc-28.1-osx-aarch_64.zip",
"etag": "0x8DCD285A6C5A477",
"checksum": "1395bca972572ec2ce25bb773720ebf9bfd380159e8c71d987058e36ae6b000b"
}
}, },
"3.28.0": { "3.28.0": {
"x86_64_linux_gnu": { "x86_64_linux_gnu": {

1746
manifests/release-plz.json generated Normal file

File diff suppressed because it is too large Load Diff

29
manifests/syft.json generated
View File

@@ -24,10 +24,35 @@
}, },
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)", "license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"latest": { "latest": {
"version": "1.11.1" "version": "1.12.2"
}, },
"1": { "1": {
"version": "1.11.1" "version": "1.12.2"
},
"1.12": {
"version": "1.12.2"
},
"1.12.2": {
"x86_64_linux_musl": {
"etag": "0x8DCD26CD2C44527",
"checksum": "a41c86cc51a15dbacdf431418b96ee051171b487fdddb7591f275b2d7a7ace1c"
},
"x86_64_macos": {
"etag": "0x8DCD26CD3CC00A5",
"checksum": "548bd4d88ce803a704d0ed301e74146299e76318a3a0ae6b8f076c11a9481d90"
},
"x86_64_windows": {
"etag": "0x8DCD26CD3C5ECF7",
"checksum": "86673ba78fed7c14c7aa8aaa1f5b01d1e3f9e414024ee2c625c504160e40bc77"
},
"aarch64_linux_musl": {
"etag": "0x8DCD26CD2C3A997",
"checksum": "31edc23ef0bcf0b879838cec5976677b05a75913387b35bef411c341289875f4"
},
"aarch64_macos": {
"etag": "0x8DCD26CD3D01AB2",
"checksum": "cae3236b253b0b360459bf64fe7d137a634e58e3f5d1acf46127dfd7f6f558d5"
}
}, },
"1.11": { "1.11": {
"version": "1.11.1" "version": "1.11.1"

24
manifests/typos.json generated
View File

@@ -16,13 +16,31 @@
}, },
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)", "license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": { "latest": {
"version": "1.24.5" "version": "1.24.6"
}, },
"1": { "1": {
"version": "1.24.5" "version": "1.24.6"
}, },
"1.24": { "1.24": {
"version": "1.24.5" "version": "1.24.6"
},
"1.24.6": {
"x86_64_linux_musl": {
"etag": "0x8DCD6829C66DF29",
"checksum": "c21e8e26ed9343d633c01c76551e741f05ce4e26005804259e04b25ef0c80e20"
},
"x86_64_macos": {
"etag": "0x8DCD6829CE12ADA",
"checksum": "65d2fe2424f27e7486923a85ff52188d82ff45663dbba29f607825c88e92e942"
},
"x86_64_windows": {
"etag": "0x8DCD682C753DD01",
"checksum": "7bc685b45dd15595339c55c4df0bb8162916cc1b41f77e985ac7f4c82314ce44"
},
"aarch64_macos": {
"etag": "0x8DCD682A47F0FF9",
"checksum": "09e4f59bff3259e94904103ddf28c7589e16e73475c13a39493b50ddda2bee5d"
}
}, },
"1.24.5": { "1.24.5": {
"x86_64_linux_musl": { "x86_64_linux_musl": {

View File

@@ -0,0 +1,16 @@
{
"repository": "https://github.com/MarcoIeni/release-plz",
"website": "https://release-plz.ieni.dev/",
"tag_prefix": "release-plz-v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",
"version_range": ">= 0.3.20",
"platform": {
"aarch64_macos": {},
"aarch64_windows": {},
"aarch64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {},
"x86_64_linux_musl": {}
}
}