Skip to content

Commit

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


##
[0.49.0-beta](v0.48.1-beta...v0.49.0-beta)
(2025-02-25)


### Features

* **minio:** emit MinIO audit logs to artifact-backend
([#1177](#1177))
([1574988](1574988))


### Bug Fixes

* **test:** inject dummy OAuth values in integration tests
([#1172](#1172))
([2540997](2540997))
* **workflow:** fix release helm chart github action workflow
([#1169](#1169))
([616c6f1](616c6f1))

---
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 Feb 25, 2025
1 parent d5d1192 commit 424260f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.49.0-beta](https://github.com/instill-ai/instill-core/compare/v0.48.1-beta...v0.49.0-beta) (2025-02-25)


### Features

* **minio:** emit MinIO audit logs to artifact-backend ([#1177](https://github.com/instill-ai/instill-core/issues/1177)) ([1574988](https://github.com/instill-ai/instill-core/commit/15749887296acf81fe6ef6409fb0fa9ea1358cb4))


### Bug Fixes

* **test:** inject dummy OAuth values in integration tests ([#1172](https://github.com/instill-ai/instill-core/issues/1172)) ([2540997](https://github.com/instill-ai/instill-core/commit/25409974d269465eb108fa08dac31e3e867c45eb))
* **workflow:** fix release helm chart github action workflow ([#1169](https://github.com/instill-ai/instill-core/issues/1169)) ([616c6f1](https://github.com/instill-ai/instill-core/commit/616c6f16d983293a9284599684a4958eb0159ee9))

## [0.48.1-beta](https://github.com/instill-ai/instill-core/compare/v0.48.0-beta...v0.48.1-beta) (2025-01-20)


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.48.1-beta https://github.com/instill-ai/instill-core.git && cd instill-core
$ git clone -b v0.49.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.48.1-beta"
".": "0.49.0-beta"
}

0 comments on commit 424260f

Please sign in to comment.