Skip to content

Commit 424260f

Browse files
authored
chore(main): release 0.49.0-beta (#1170)
🤖 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).
1 parent d5d1192 commit 424260f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.49.0-beta](https://github.com/instill-ai/instill-core/compare/v0.48.1-beta...v0.49.0-beta) (2025-02-25)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
* **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))
15+
316
## [0.48.1-beta](https://github.com/instill-ai/instill-core/compare/v0.48.0-beta...v0.48.1-beta) (2025-01-20)
417

518

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Execute the following commands to pull pre-built images with all the dependencie
6666

6767
<!-- x-release-please-start-version -->
6868
```bash
69-
$ git clone -b v0.48.1-beta https://github.com/instill-ai/instill-core.git && cd instill-core
69+
$ git clone -b v0.49.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core
7070

7171
# Launch all services
7272
$ make all

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.48.1-beta"
2+
".": "0.49.0-beta"
33
}

0 commit comments

Comments
 (0)