Skip to content

Commit

Permalink
chore(main): release 0.45.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Oct 31, 2024
1 parent 30bce6f commit d0e21fd
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.45.0-beta](https://github.com/instill-ai/instill-core/compare/v0.44.1-beta...v0.45.0-beta) (2024-10-31)


### Features

* **integration:** inject Google Drive OAuth details to pipeline and console ([#1143](https://github.com/instill-ai/instill-core/issues/1143)) ([7ccf5ae](https://github.com/instill-ai/instill-core/commit/7ccf5ae40a5a080b955de23a95559df0ae4469ca))


### Bug Fixes

* **component:** add dummy OAuth information for pipeline-backend tests ([#1145](https://github.com/instill-ai/instill-core/issues/1145)) ([30bce6f](https://github.com/instill-ai/instill-core/commit/30bce6f5ec54c0c416b5c745140b61ddaa2ad661))

## [0.44.1-beta](https://github.com/instill-ai/instill-core/compare/v0.44.0-beta...v0.44.1-beta) (2024-10-24)


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

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

0 comments on commit d0e21fd

Please sign in to comment.