From 0fdd8b85e86319aac465ede2de5bc6ce17a9f1af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 23 Oct 2022 23:10:29 +0100 Subject: [PATCH] chore(release): 1.13.0 # [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23) ### Bug Fixes * **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef)) ### Features * Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88)) * **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471)) * **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce)) * **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345)) * **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760)) * Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424)) * Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc)) * Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541)) * Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926)) --- CHANGELOG.md | 18 ++++++++++++++++++ manifests/update-darwin.json | 10 +++++----- manifests/update-linux.json | 8 ++++---- manifests/update-windows.json | 8 ++++---- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 6 files changed, 33 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52441393..bf6c148f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23) + +### Bug Fixes + +- **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef)) + +### Features + +- Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88)) +- **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471)) +- **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce)) +- **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345)) +- **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760)) +- Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424)) +- Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc)) +- Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541)) +- Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926)) + # [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20) ### Bug Fixes diff --git a/manifests/update-darwin.json b/manifests/update-darwin.json index 9d92f4ce..cbd6a4c6 100644 --- a/manifests/update-darwin.json +++ b/manifests/update-darwin.json @@ -1,15 +1,15 @@ { - "version": "v1.12.0", - "notes": "# [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20)\n\n\n### Bug Fixes\n\n* **BE:** Use committed_offsets speed up query offsets ([f7be070](https://github.com/andrewinci/insulator2/commit/f7be0706503864bcddaf21c2ab3d9736bf3945bb))\n* **FE:** overlapping start and text in item list ([2eb6a08](https://github.com/andrewinci/insulator2/commit/2eb6a08315a4b06804228c74a742999b2d1bb9bd))\n* **FE:** Scroll list of offsets in consumer groups ([9c9f120](https://github.com/andrewinci/insulator2/commit/9c9f12085ecb771297bd82f8ec5d4ba2710af8ff))\n\n\n### Features\n\n* **BE:** cache consumer groups ([55bad17](https://github.com/andrewinci/insulator2/commit/55bad17dd34326c4d2b2c808fe75e2d471cd73b3))\n* **BE:** retrieve consumer group status ([4c26eea](https://github.com/andrewinci/insulator2/commit/4c26eea77d237717e8f5649b3a4add0c9b021733))\n\n\n\n", - "pub_date": "2022-10-20T08:10:25Z", + "version": "v1.13.0", + "notes": "# [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23)\n\n\n### Bug Fixes\n\n* **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef))\n\n\n### Features\n\n* Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88))\n* **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471))\n* **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce))\n* **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345))\n* **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760))\n* Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424))\n* Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc))\n* Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541))\n* Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926))\n\n\n\n", + "pub_date": "2022-10-23T23:10:28Z", "platforms": { "darwin-x86_64": { "signature": "----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/Insulator.2.app.tar.gz" }, "darwin-aarch64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/Insulator.2.app.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/Insulator.2.app.tar.gz" } } } diff --git a/manifests/update-linux.json b/manifests/update-linux.json index f1351eb1..fd2fb0bd 100644 --- a/manifests/update-linux.json +++ b/manifests/update-linux.json @@ -1,11 +1,11 @@ { - "version": "v1.12.0", - "notes": "# [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20)\n\n\n### Bug Fixes\n\n* **BE:** Use committed_offsets speed up query offsets ([f7be070](https://github.com/andrewinci/insulator2/commit/f7be0706503864bcddaf21c2ab3d9736bf3945bb))\n* **FE:** overlapping start and text in item list ([2eb6a08](https://github.com/andrewinci/insulator2/commit/2eb6a08315a4b06804228c74a742999b2d1bb9bd))\n* **FE:** Scroll list of offsets in consumer groups ([9c9f120](https://github.com/andrewinci/insulator2/commit/9c9f12085ecb771297bd82f8ec5d4ba2710af8ff))\n\n\n### Features\n\n* **BE:** cache consumer groups ([55bad17](https://github.com/andrewinci/insulator2/commit/55bad17dd34326c4d2b2c808fe75e2d471cd73b3))\n* **BE:** retrieve consumer group status ([4c26eea](https://github.com/andrewinci/insulator2/commit/4c26eea77d237717e8f5649b3a4add0c9b021733))\n\n\n\n", - "pub_date": "2022-10-20T08:10:25Z", + "version": "v1.13.0", + "notes": "# [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23)\n\n\n### Bug Fixes\n\n* **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef))\n\n\n### Features\n\n* Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88))\n* **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471))\n* **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce))\n* **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345))\n* **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760))\n* Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424))\n* Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc))\n* Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541))\n* Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926))\n\n\n\n", + "pub_date": "2022-10-23T23:10:28Z", "platforms": { "linux-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/insulator-2_1.12.0_amd64.AppImage.tar.gz" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/insulator-2_1.13.0_amd64.AppImage.tar.gz" } } } diff --git a/manifests/update-windows.json b/manifests/update-windows.json index a6adcfda..261879c5 100644 --- a/manifests/update-windows.json +++ b/manifests/update-windows.json @@ -1,11 +1,11 @@ { - "version": "v1.12.0", - "notes": "# [1.12.0](https://github.com/andrewinci/insulator2/compare/v1.11.0...v1.12.0) (2022-10-20)\n\n\n### Bug Fixes\n\n* **BE:** Use committed_offsets speed up query offsets ([f7be070](https://github.com/andrewinci/insulator2/commit/f7be0706503864bcddaf21c2ab3d9736bf3945bb))\n* **FE:** overlapping start and text in item list ([2eb6a08](https://github.com/andrewinci/insulator2/commit/2eb6a08315a4b06804228c74a742999b2d1bb9bd))\n* **FE:** Scroll list of offsets in consumer groups ([9c9f120](https://github.com/andrewinci/insulator2/commit/9c9f12085ecb771297bd82f8ec5d4ba2710af8ff))\n\n\n### Features\n\n* **BE:** cache consumer groups ([55bad17](https://github.com/andrewinci/insulator2/commit/55bad17dd34326c4d2b2c808fe75e2d471cd73b3))\n* **BE:** retrieve consumer group status ([4c26eea](https://github.com/andrewinci/insulator2/commit/4c26eea77d237717e8f5649b3a4add0c9b021733))\n\n\n\n", - "pub_date": "2022-10-20T08:10:25Z", + "version": "v1.13.0", + "notes": "# [1.13.0](https://github.com/andrewinci/insulator2/compare/v1.12.0...v1.13.0) (2022-10-23)\n\n\n### Bug Fixes\n\n* **FE:** disable refetch in consumer group page ([8eda18f](https://github.com/andrewinci/insulator2/commit/8eda18f39b771dbca8d415ad424752c103fb35ef))\n\n\n### Features\n\n* Add reset offset in consumer group ([2a3d4b7](https://github.com/andrewinci/insulator2/commit/2a3d4b7421b3ab762e05be225c0f24525129bc88))\n* **BE:** Add create consumer group function ([447b09c](https://github.com/andrewinci/insulator2/commit/447b09cdc2befb3d765edff66583f0b45c317471))\n* **BE:** Show schema id ([10befc6](https://github.com/andrewinci/insulator2/commit/10befc6729eb3815f8a72769b20f190aa44d74ce))\n* **FE:** Add create consumer group modal window ([544ea81](https://github.com/andrewinci/insulator2/commit/544ea8162a622a5f19d9ec73210f584492049345))\n* **FE:** Add page subtitles with mock data ([d7bc953](https://github.com/andrewinci/insulator2/commit/d7bc953b1bdff16b637f57c1c908a6b6ef097760))\n* Show cleanup policy in the topic page ([cb7203c](https://github.com/andrewinci/insulator2/commit/cb7203cf9ae4e1318cc638412e57de0fa15a3424))\n* Show estimated number of records ([e9e0853](https://github.com/andrewinci/insulator2/commit/e9e0853ee979c545c6f7aa0a71d56d4c175f5afc))\n* Show number of partitions in topic view ([fad38da](https://github.com/andrewinci/insulator2/commit/fad38da0d2d5489300654ce97dfa7f583dc02541))\n* Show schema compatibility level ([3214136](https://github.com/andrewinci/insulator2/commit/3214136b36ae6042dd763c02ec38eca30738e926))\n\n\n\n", + "pub_date": "2022-10-23T23:10:28Z", "platforms": { "windows-x86_64": { "signature": "-----", - "url": "https://github.com/andrewinci/insulator2/releases/download/v1.12.0/Insulator.2_1.12.0_x64_en-US.msi.zip" + "url": "https://github.com/andrewinci/insulator2/releases/download/v1.13.0/Insulator.2_1.13.0_x64_en-US.msi.zip" } } } diff --git a/package.json b/package.json index ea6ddbba..678e874a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insulator2", "private": true, - "version": "1.12.0", + "version": "1.13.0", "type": "module", "scripts": { "postinstall": "husky install", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index da16fb6f..e9dd8960 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Insulator 2", - "version": "1.12.0" + "version": "1.13.0" }, "tauri": { "allowlist": {