Compare commits

...

9 Commits

Author SHA1 Message Date
Taiki Endo
959f8ad904 Release 2.44.61 2024-11-05 10:56:40 +09:00
Taiki Endo
405beb5c79 Update syft@latest to 1.16.0 2024-11-05 09:36:02 +09:00
Taiki Endo
678b06b887 Release 2.44.60 2024-11-02 15:35:06 +09:00
Taiki Endo
7763aee8a3 Update cargo-hack@latest to 0.6.33 2024-11-02 15:31:01 +09:00
Taiki Endo
4b40a9728e Release 2.44.59 2024-11-02 12:39:47 +09:00
Taiki Endo
c03415cc07 Update cargo-binstall@latest to 1.10.10 2024-11-02 12:23:50 +09:00
Taiki Endo
ac7aba65bc Update typos@latest to 1.27.0 2024-11-02 00:22:44 +09:00
Taiki Endo
684122deb1 Release 2.44.58 2024-10-31 10:45:25 +09:00
Taiki Endo
14e9fc3d16 Update osv-scanner@latest to 1.9.1 2024-10-31 09:37:24 +09:00
6 changed files with 156 additions and 24 deletions

View File

@@ -10,6 +10,24 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.44.61] - 2024-11-05
- Update `syft@latest` to 1.16.0.
## [2.44.60] - 2024-11-02
- Update `cargo-hack@latest` to 0.6.33.
## [2.44.59] - 2024-11-02
- Update `cargo-binstall@latest` to 1.10.10.
- Update `typos@latest` to 1.27.0.
## [2.44.58] - 2024-10-31
- Update `osv-scanner@latest` to 1.9.1.
## [2.44.57] - 2024-10-30
- Update `release-plz@latest` to 0.3.106.
@@ -3010,7 +3028,11 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.57...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.61...HEAD
[2.44.61]: https://github.com/taiki-e/install-action/compare/v2.44.60...v2.44.61
[2.44.60]: https://github.com/taiki-e/install-action/compare/v2.44.59...v2.44.60
[2.44.59]: https://github.com/taiki-e/install-action/compare/v2.44.58...v2.44.59
[2.44.58]: https://github.com/taiki-e/install-action/compare/v2.44.57...v2.44.58
[2.44.57]: https://github.com/taiki-e/install-action/compare/v2.44.56...v2.44.57
[2.44.56]: https://github.com/taiki-e/install-action/compare/v2.44.55...v2.44.56
[2.44.55]: https://github.com/taiki-e/install-action/compare/v2.44.54...v2.44.55

View File

@@ -22,32 +22,32 @@
},
"license_markdown": "[GPL-3.0](https://github.com/cargo-bins/cargo-binstall/blob/HEAD/crates/bin/LICENSE)",
"latest": {
"version": "1.10.9"
"version": "1.10.10"
},
"1.10.9": {
"1.10.10": {
"x86_64_linux_musl": {
"etag": "0x8DCF56CA2CE592B",
"checksum": "4ccfcd8e0ac8518790e5a49d640a7044448c7925622aa53f98101f4d1e449607"
"etag": "0x8DCFAEAF86C59FA",
"checksum": "933eabad8dfde5443f70052c021ec0c0eec112166a96152a25691d431704c2e3"
},
"x86_64_macos": {
"etag": "0x8DCF56C44B6A81B",
"checksum": "ee7ffbad9416dc03d1c666017a12d0425508ce44bef6173389ccac309f5b097f"
"etag": "0x8DCFAEA6C42F1E2",
"checksum": "c1b312ffee2f3a14d3b217f10aed6b60396137a6f38a0084e88a425abe1347a5"
},
"x86_64_windows": {
"etag": "0x8DCF56DF80C795E",
"checksum": "4da50466ee54a154e6990989cb06e978b2863023673dea6448ab6a0177e78375"
"etag": "0x8DCFAEB579F612A",
"checksum": "2783ea2f5da5897963ea70807adaec74f70734666ef06108b6e1d8ccf443ce51"
},
"aarch64_linux_musl": {
"etag": "0x8DCF56C5E2C5663",
"checksum": "25c46ed1e4df3762851d592e6393a51a5a2f4ac94eb81cbaeb31c5b949d293a9"
"etag": "0x8DCFAEA802727A0",
"checksum": "80567d23bfdc1b17b49c8c91997a2dc9042db14067d21829b47f824dfa0a5a3d"
},
"aarch64_macos": {
"etag": "0x8DCF56C9FD561A3",
"checksum": "18fe179cad3c90f21da0b983483452c94b910bce9ec05bd53ba9409157aa68f0"
"etag": "0x8DCFAEABA7DCFE8",
"checksum": "0d51efc29fce0d733a0653fbc9b62e732472b02b29960b29d8fbfea771e8c4e6"
},
"aarch64_windows": {
"etag": "0x8DCF56D6C1573CF",
"checksum": "c712771b1ea1443374725039021a46860466c074e6cf7131c7b642252513dada"
"etag": "0x8DCFAEB1D080062",
"checksum": "ac21a16ef14821de9b5f4d74c89823bceca5b020f1872fe6353d63652efec5a5"
}
}
}

View File

@@ -3,10 +3,42 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/taiki-e/cargo-hack/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.6.32"
"version": "0.6.33"
},
"0.6": {
"version": "0.6.32"
"version": "0.6.33"
},
"0.6.33": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.33/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DCFB02EE9D2B21",
"checksum": "c19104537314c02e84b175b4b9365a558293be0c1590b48f3c2cea1c88ab6637"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.33/cargo-hack-x86_64-apple-darwin.tar.gz",
"etag": "0x8DCFB03136D31A1",
"checksum": "a7fe972fb0372f22f30325d35feb627b9e1f399d58ade88de6952d75ad09cb2f"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.33/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
"etag": "0x8DCFB031FF74102",
"checksum": "5e16c1aebf8f1e8911faa12e14cf684d5e2b98cd5b578118e7026499887a8584"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.33/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DCFB02F4611126",
"checksum": "7e97c8c6a80a0f77b81359c631330ba4faaa5e29008f05ebbeeceffce9ae1cde"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.33/cargo-hack-aarch64-apple-darwin.tar.gz",
"etag": "0x8DCFB02FA6B0017",
"checksum": "91dc5a07348a99bf9222cc520d2a1a2e5f3f5d19ff8e5e96c6e4241275661ccf"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.33/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
"etag": "0x8DCFB0343B00D15",
"checksum": "101b2a23cc560ccbc19b8ab6d6f68897b4e3e5780b26216f2bfa4f0c5d0b61bf"
}
},
"0.6.32": {
"x86_64_linux_musl": {

View File

@@ -3,13 +3,45 @@
"template": null,
"license_markdown": "[Apache-2.0](https://github.com/google/osv-scanner/blob/main/LICENSE)",
"latest": {
"version": "1.9.0"
"version": "1.9.1"
},
"1": {
"version": "1.9.0"
"version": "1.9.1"
},
"1.9": {
"version": "1.9.0"
"version": "1.9.1"
},
"1.9.1": {
"x86_64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_linux_amd64",
"etag": "0x8DCF93F597CEDF1",
"checksum": "c52d68f857d9aa6d6a2e98fcf0fda9e75307d59ee1fe1db26ffc588f1c5fda33"
},
"x86_64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_darwin_amd64",
"etag": "0x8DCF93F5A6FB2FC",
"checksum": "00204a20464b502208ce3cc01b9c1d0368a05d68a1a58e0cf1bb92eb4a1321d3"
},
"x86_64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_windows_amd64.exe",
"etag": "0x8DCF93F5A79E0C0",
"checksum": "47ff39efded3613a680f0ed2b6b6f93338117a65767c4c4bc5b80a292da6d482"
},
"aarch64_linux_musl": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_linux_arm64",
"etag": "0x8DCF93F5985BDA5",
"checksum": "ede2ea34430184dbdef2a1449fb63bec5072f39b7664e6fe43371ad4a57823aa"
},
"aarch64_macos": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_darwin_arm64",
"etag": "0x8DCF93F595A7182",
"checksum": "4f21efa6c8819ccdb55218432c244f2b0bb01bd58870ccaf5b622d5c0778bfe2"
},
"aarch64_windows": {
"url": "https://github.com/google/osv-scanner/releases/download/v1.9.1/osv-scanner_windows_arm64.exe",
"etag": "0x8DCF93F5962A5A9",
"checksum": "be7ca8267be49774c0e7e0b26a8dc7dc8cf85cff69649d1a205d009e2af950a6"
}
},
"1.9.0": {
"x86_64_linux_musl": {

29
manifests/syft.json generated
View File

@@ -24,10 +24,35 @@
},
"license_markdown": "[Apache-2.0](https://github.com/anchore/syft/blob/main/LICENSE)",
"latest": {
"version": "1.15.0"
"version": "1.16.0"
},
"1": {
"version": "1.15.0"
"version": "1.16.0"
},
"1.16": {
"version": "1.16.0"
},
"1.16.0": {
"x86_64_linux_musl": {
"etag": "0x8DCFD211A330C01",
"checksum": "38bf84931e898d4d01c39fc806f89ae3eebac56313978dacd96156f1f9f85bc7"
},
"x86_64_macos": {
"etag": "0x8DCFD211AC4E3B2",
"checksum": "f654b10a7ab4b18779586450d3b0f9e447017d9c74f1122495e281762d5799e9"
},
"x86_64_windows": {
"etag": "0x8DCFD211AD158D6",
"checksum": "682f9499757e2e7d9633039d049be54f4817fab29d306c4dbf093c48c8968c13"
},
"aarch64_linux_musl": {
"etag": "0x8DCFD211A24C4BB",
"checksum": "26f4cfd4cf712c24ed208566fb564ace629f5f069c068b8130f2e88e4b58912a"
},
"aarch64_macos": {
"etag": "0x8DCFD211AC99959",
"checksum": "0b6afa3b2f9448e96b7855e8341445690d0d60b5f6189672f9beab2bbc4250f2"
}
},
"1.15": {
"version": "1.15.0"

25
manifests/typos.json generated
View File

@@ -16,10 +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)",
"latest": {
"version": "1.26.8"
"version": "1.27.0"
},
"1": {
"version": "1.26.8"
"version": "1.27.0"
},
"1.27": {
"version": "1.27.0"
},
"1.27.0": {
"x86_64_linux_musl": {
"etag": "0x8DCFA7FB16C8122",
"checksum": "ab2f2484ebdd963836a07e9ecccdee4053439ecee4e875a3a11d9e1ababf7223"
},
"x86_64_macos": {
"etag": "0x8DCFA7F98823CC1",
"checksum": "a32f37e3663c6a6904ed9d8fd51e7c303685a0e9fac976e2d7bff88412d169ce"
},
"x86_64_windows": {
"etag": "0x8DCFA800BD1EA50",
"checksum": "c88f28779cfc4ccd33996197ecca0e330404dfa90c9ead1ae2eef2182473ac22"
},
"aarch64_macos": {
"etag": "0x8DCFA7FA6BBCA73",
"checksum": "e6529f6cc0825b2cece98184456b3393a73cf30a2cf37973498c6499fd8e5934"
}
},
"1.26": {
"version": "1.26.8"