Skip to content

Commit 911c887

Browse files
authored
chore(main): release 0.50.0-beta (#1189)
🤖 I have created a release *beep* *boop* --- ## [0.50.0-beta](v0.49.0-beta...v0.50.0-beta) (2025-03-28) ### Features * **pipeline:** collect Temporal SDK metrics ([#1196](#1196)) ([069dbb8](069dbb8)) ### Bug Fixes * **worker:** use pipeline server host in pipeline client ([#1188](#1188)) ([444b358](444b358)) --- 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 a86921c commit 911c887

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.50.0-beta](https://github.com/instill-ai/instill-core/compare/v0.49.0-beta...v0.50.0-beta) (2025-03-28)
4+
5+
6+
### Features
7+
8+
* **pipeline:** collect Temporal SDK metrics ([#1196](https://github.com/instill-ai/instill-core/issues/1196)) ([069dbb8](https://github.com/instill-ai/instill-core/commit/069dbb8e3c2ec5ce8a540324400c438fc3642974))
9+
10+
11+
### Bug Fixes
12+
13+
* **worker:** use pipeline server host in pipeline client ([#1188](https://github.com/instill-ai/instill-core/issues/1188)) ([444b358](https://github.com/instill-ai/instill-core/commit/444b35866dd277b6665d9a2a779338331e275301))
14+
315
## [0.49.0-beta](https://github.com/instill-ai/instill-core/compare/v0.48.1-beta...v0.49.0-beta) (2025-02-25)
416

517

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.49.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
63+
$ git clone -b v0.50.0-beta 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.49.0-beta"
2+
".": "0.50.0-beta"
33
}

0 commit comments

Comments
 (0)