Skip to content

Commit

Permalink
chore(main): release 0.46.0-beta (#1152)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.46.0-beta](v0.45.0-beta...v0.46.0-beta)
(2024-11-20)


### Features

* **blob/artifact:** add blob domain in config
([#1154](#1154))
([a432a60](a432a60))


### Bug Fixes

* **helm:** pass OAuth configuration variables on integration tests
([#1151](#1151))
([2c235d5](2c235d5))

---
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 authored Nov 20, 2024
1 parent 7d630e7 commit 68bae3f
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-20)


### 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 68bae3f

Please sign in to comment.