Skip to content

Commit 85d4233

Browse files
authored
chore(main): release 0.51.0 (#1249)
🤖 I have created a release *beep* *boop* --- ## [0.51.0](v0.50.6-beta...v0.51.0) (2025-06-18) ### Bug Fixes * **docker-compose:** add the missing pipeline and model config ([#1265](#1265)) ([b01860a](b01860a)) ### Miscellaneous * **catalog:** add converting pipelines to database model ([#1252](#1252)) ([490c7ac](490c7ac)) * **env:** bump console version ([#1266](#1266)) ([afef8b0](afef8b0)) * **env:** bump rc versions ([#1262](#1262)) ([a8969d3](a8969d3)) * **env:** bump release versions ([#1267](#1267)) ([44e4102](44e4102)) * **env:** change the REGISTRY_HOST_PORT to 5001 ([#1248](#1248)) ([6152780](6152780)) * **helm:** bump up chart and app version ([5d54b7c](5d54b7c)) * release v0.50.7 ([8bfeab7](8bfeab7)) * release v0.51.0 ([21d39f9](21d39f9)) ### Documentation * **CONTRIBUTING:** update guideline ([#1264](#1264)) ([b9c1fe8](b9c1fe8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 21d39f9 commit 85d4233

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.51.0](https://github.com/instill-ai/instill-core/compare/v0.50.6-beta...v0.51.0) (2025-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **docker-compose:** add the missing pipeline and model config ([#1265](https://github.com/instill-ai/instill-core/issues/1265)) ([b01860a](https://github.com/instill-ai/instill-core/commit/b01860a0eeda395d8db4e079438980f70b2e1b72))
9+
10+
11+
### Miscellaneous
12+
13+
* **catalog:** add converting pipelines to database model ([#1252](https://github.com/instill-ai/instill-core/issues/1252)) ([490c7ac](https://github.com/instill-ai/instill-core/commit/490c7ac757b5d8dadcf6dc1bb316a3fe20d531a4))
14+
* **env:** bump console version ([#1266](https://github.com/instill-ai/instill-core/issues/1266)) ([afef8b0](https://github.com/instill-ai/instill-core/commit/afef8b0ba39b5abeb64f68df9d3e7177af156428))
15+
* **env:** bump rc versions ([#1262](https://github.com/instill-ai/instill-core/issues/1262)) ([a8969d3](https://github.com/instill-ai/instill-core/commit/a8969d3498ca6a2e3c0400dbc30ef909f891dc11))
16+
* **env:** bump release versions ([#1267](https://github.com/instill-ai/instill-core/issues/1267)) ([44e4102](https://github.com/instill-ai/instill-core/commit/44e41022fc2c5ef39150a662fdfb478fc1b665e6))
17+
* **env:** change the REGISTRY_HOST_PORT to 5001 ([#1248](https://github.com/instill-ai/instill-core/issues/1248)) ([6152780](https://github.com/instill-ai/instill-core/commit/61527809ffaa9630c8304afad8f94165944fe911))
18+
* **helm:** bump up chart and app version ([5d54b7c](https://github.com/instill-ai/instill-core/commit/5d54b7c30a55a32d432311a9e5f5ff4ed53bafac))
19+
* release v0.50.7 ([8bfeab7](https://github.com/instill-ai/instill-core/commit/8bfeab7afee69711eed2376566f8fa4e9b004ce5))
20+
* release v0.51.0 ([21d39f9](https://github.com/instill-ai/instill-core/commit/21d39f99db46690ea5df8f7e85f884f91e28d252))
21+
22+
23+
### Documentation
24+
25+
* **CONTRIBUTING:** update guideline ([#1264](https://github.com/instill-ai/instill-core/issues/1264)) ([b9c1fe8](https://github.com/instill-ai/instill-core/commit/b9c1fe89fd9f2bce9793af652b4a0d8cda8eb780))
26+
327
## [0.50.6-beta](https://github.com/instill-ai/instill-core/compare/v0.50.5-beta...v0.50.6-beta) (2025-06-03)
428

529

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Execute the following commands to pull pre-built images with all the dependencie
6060

6161
<!-- x-release-please-start-version -->
6262
```bash
63-
$ git clone -b v0.50.6-beta https://github.com/instill-ai/instill-core.git && cd instill-core
63+
$ git clone -b v0.51.0 https://github.com/instill-ai/instill-core.git && cd instill-core
6464

6565
# Launch all services
6666
$ make all

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.50.6-beta"
2+
".": "0.51.0"
33
}

0 commit comments

Comments
 (0)