Skip to content

Commit

Permalink
chore(main): release 0.27.0-beta (#450)
Browse files Browse the repository at this point in the history
馃 I have created a release *beep* *boop*
---


##
[0.27.0-beta](v0.26.1-beta...v0.27.0-beta)
(2024-04-02)


### Features

* **helm,docker-compose:** add registry service
([#435](#435))
([8f56582](8f56582))
* **helm:** add configuration for read-replica database
([#455](#455))
([ba80559](ba80559))
* **model:** support new models
([#457](#457))
([7e311d5](7e311d5))


### Bug Fixes

* **cicd:** fix uploading console tests artifact issue
([#463](#463))
([78b001d](78b001d))


### Miscellaneous Chores

* release v0.27.0-beta
([c0c331a](c0c331a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot committed Apr 2, 2024
1 parent c0c331a commit 14b332b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.27.0-beta](https://github.com/instill-ai/instill-core/compare/v0.26.1-beta...v0.27.0-beta) (2024-04-02)


### Features

* **helm,docker-compose:** add registry service ([#435](https://github.com/instill-ai/instill-core/issues/435)) ([8f56582](https://github.com/instill-ai/instill-core/commit/8f565827856c91ea5efca33562cd4445a4203c1e))
* **helm:** add configuration for read-replica database ([#455](https://github.com/instill-ai/instill-core/issues/455)) ([ba80559](https://github.com/instill-ai/instill-core/commit/ba805598e1b0fbc9a835ec1103196617554a06c2))
* **model:** support new models ([#457](https://github.com/instill-ai/instill-core/issues/457)) ([7e311d5](https://github.com/instill-ai/instill-core/commit/7e311d5499f2476bacd902ea037470f1d1e3587d))


### Bug Fixes

* **cicd:** fix uploading console tests artifact issue ([#463](https://github.com/instill-ai/instill-core/issues/463)) ([78b001d](https://github.com/instill-ai/instill-core/commit/78b001df4d39146099c03b3d9163bc73c1751333))


### Miscellaneous Chores

* release v0.27.0-beta ([c0c331a](https://github.com/instill-ai/instill-core/commit/c0c331ac34699b64a0dd34a3d27a2b560d6c7029))

## [0.26.1-beta](https://github.com/instill-ai/instill-core/compare/v0.26.0-beta...v0.26.1-beta) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Execute the following commands to pull pre-built images with all the dependencie

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.26.1-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.27.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core

# Launch all services
$ make all
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.26.1-beta"
".": "0.27.0-beta"
}

0 comments on commit 14b332b

Please sign in to comment.