Skip to content

Commit 54d0d75

Browse files
committed
release v0.9.0
1 parent 357c2ff commit 54d0d75

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

deploy/crane-agent/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
fieldRef:
2929
apiVersion: v1
3030
fieldPath: spec.nodeName
31-
image: docker.io/gocrane/crane-agent:v0.8.0
31+
image: docker.io/gocrane/crane-agent:v0.9.0
3232
imagePullPolicy: Always
3333
command:
3434
- /crane-agent

deploy/craned/deployment.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
operator: Exists
3636
containers:
3737
- name: craned
38-
image: docker.io/gocrane/craned:v0.8.0
38+
image: docker.io/gocrane/craned:v0.9.0
3939
imagePullPolicy: IfNotPresent
4040
env:
4141
- name: TZ
@@ -115,7 +115,10 @@ data:
115115
apiVersion: apps/v1
116116
- kind: StatefulSet
117117
apiVersion: apps/v1
118-
118+
- name: IdleNode
119+
acceptedResources:
120+
- kind: Node
121+
apiVersion: v1
119122
---
120123
apiVersion: v1
121124
kind: ConfigMap

deploy/metric-adapter/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
serviceAccountName: metric-adapter
2828
containers:
2929
- name: metric-adapter
30-
image: docker.io/gocrane/metric-adapter:v0.8.0
30+
image: docker.io/gocrane/metric-adapter:v0.9.0
3131
imagePullPolicy: IfNotPresent
3232
env:
3333
- name: TZ

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
github.com/evanphx/json-patch v4.11.0+incompatible
77
github.com/go-echarts/go-echarts/v2 v2.2.4
8-
github.com/gocrane/api v0.8.1-0.20221215043447-1fb56d37bb86
8+
github.com/gocrane/api v0.9.0
99
github.com/google/cadvisor v0.39.2
1010
github.com/jaypipes/ghw v0.9.0
1111
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,8 @@ github.com/gobwas/ws v1.1.0-rc.5 h1:QOAag7FoBaBYYHRqzqkhhd8fq5RTubvI4v3Ft/gDVVQ=
350350
github.com/gobwas/ws v1.1.0-rc.5/go.mod h1:nzvNcVha5eUziGrbxFCo6qFIojQHjJV5cLYIbezhfL0=
351351
github.com/gocrane/api v0.8.1-0.20221215043447-1fb56d37bb86 h1:pPNeLZzyQiX5GXphUWEOgX1ozpcydFLlOK7XyGSGdi8=
352352
github.com/gocrane/api v0.8.1-0.20221215043447-1fb56d37bb86/go.mod h1:GxI+t9AW8+NsHkz2JkPBIJN//9eLUjTZl1ScYAbXMbk=
353+
github.com/gocrane/api v0.9.0 h1:PZwRhBc1FCDR2w9NPCw3Wc9jzATJHGhxoHFH7kiNgf8=
354+
github.com/gocrane/api v0.9.0/go.mod h1:GxI+t9AW8+NsHkz2JkPBIJN//9eLUjTZl1ScYAbXMbk=
353355
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
354356
github.com/godbus/dbus/v5 v5.0.4 h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=
355357
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=

0 commit comments

Comments
 (0)