File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## [ 0.48.1-beta] ( https://github.com/instill-ai/instill-core/compare/v0.48.0-beta...v0.48.1-beta ) (2025-01-20)
4
17
5
18
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Execute the following commands to pull pre-built images with all the dependencie
66
66
67
67
<!-- x-release-please-start-version -->
68
68
``` 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
70
70
71
71
# Launch all services
72
72
$ make all
Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.48.1 -beta"
2
+ "." : " 0.49.0 -beta"
3
3
}
You can’t perform that action at this time.
0 commit comments