Skip to content

Commit

Permalink
chore(main): release 0.46.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Nov 18, 2024
1 parent a432a60 commit 97cd788
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.46.0-beta](https://github.com/instill-ai/instill-core/compare/v0.45.0-beta...v0.46.0-beta) (2024-11-18)


### Features

* **blob/artifact:** add blob domain in config ([#1154](https://github.com/instill-ai/instill-core/issues/1154)) ([a432a60](https://github.com/instill-ai/instill-core/commit/a432a6025f23ac629e2627adcc481e5fa3774a7c))


### Bug Fixes

* **helm:** pass OAuth configuration variables on integration tests ([#1151](https://github.com/instill-ai/instill-core/issues/1151)) ([2c235d5](https://github.com/instill-ai/instill-core/commit/2c235d505928d89cf0dc3493826760df32dce57c))

## [0.45.0-beta](https://github.com/instill-ai/instill-core/compare/v0.44.1-beta...v0.45.0-beta) (2024-11-05)


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

<!-- x-release-please-start-version -->
```bash
$ git clone -b v0.45.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.46.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.45.0-beta"
".": "0.46.0-beta"
}

0 comments on commit 97cd788

Please sign in to comment.