File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## Upcoming
3
3
4
+ # PrimeHub v3.11.1
5
+
6
+ - [ Bugfix] Fix failed to update resource group (sc-25392)
7
+
8
+
4
9
# PrimeHub v3.11.0
5
10
6
11
### Notable Changes
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ primehub-all:
12
12
buildah : &buildah quay.io/buildah/stable:v1.19.8
13
13
14
14
# Primehub Console
15
- primehub-console : &primehub-console infuseai/primehub-console:v3.11-71bdc18a
16
- primehub-console-model-deploy : &primehub-console-model-deploy infuseai/primehub-console-model-deploy:v3.11-71bdc18a
17
- primehub-console-graphql : &primehub-console-graphql infuseai/primehub-console-graphql:v3.11-71bdc18a
18
- primehub-console-watcher : &primehub-console-watcher infuseai/primehub-console-watcher:v3.11-71bdc18a
15
+ primehub-console : &primehub-console infuseai/primehub-console:v3.11-ac341684
16
+ primehub-console-model-deploy : &primehub-console-model-deploy infuseai/primehub-console-model-deploy:v3.11-ac341684
17
+ primehub-console-graphql : &primehub-console-graphql infuseai/primehub-console-graphql:v3.11-ac341684
18
+ primehub-console-watcher : &primehub-console-watcher infuseai/primehub-console-watcher:v3.11-ac341684
19
19
20
20
# Metacontroller
21
21
metacontroller : &metacontroller metacontroller/metacontroller:0.2
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ console:
293
293
tag : 1.31
294
294
image :
295
295
repository : infuseai/primehub-console
296
- tag : v3.11-71bdc18a
296
+ tag : v3.11-ac341684
297
297
# pullPolicy: IfNotPresent
298
298
# credentials:
299
299
# registry: registry.gitlab.com
@@ -330,7 +330,7 @@ graphql:
330
330
tag : 1.31
331
331
image :
332
332
repository : infuseai/primehub-console-graphql
333
- tag : v3.11-71bdc18a
333
+ tag : v3.11-ac341684
334
334
# pullPolicy: IfNotPresent
335
335
# credentials:
336
336
# registry: registry.gitlab.com
@@ -362,7 +362,7 @@ graphql:
362
362
watcher :
363
363
image :
364
364
repository : infuseai/primehub-console-watcher
365
- tag : v3.11-71bdc18a
365
+ tag : v3.11-ac341684
366
366
# pullPolicy: IfNotPresent
367
367
# credentials:
368
368
# registry: registry.gitlab.com
You can’t perform that action at this time.
0 commit comments