File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.3.0 / 2016-10-18
2+
3+ * [ FEATURE] Add pod metrics: ` kube_pod_status_scheduled ` , ` kube_pod_container_requested_cpu_cores ` and ` kube_pod_container_requested_memory_bytes `
4+ * [ FEATURE] Add deployment metric ` kube_deployment_metadata_generation `
5+ * [ FEATURE] Add node metric ` kube_node_spec_unschedulable `
6+ * [ CHANGE] Rename ` kube_node_status_allocateable_* ` to ` kube_node_status_allocatable_* `
7+
18## v0.2.0 / 2016-09-14
29
310* [ CHANGE] Prefix all metrics with ` kube_ `
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ all: build
33FLAGS =
44ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0
55REGISTRY = gcr.io/google_containers
6- TAG = v0.2 .0
6+ TAG = v0.3 .0
77
88deps :
99 go get github.com/tools/godep
Original file line number Diff line number Diff line change 88 metadata :
99 labels :
1010 app : kube-state-metrics
11- version : " v0.2 .0"
11+ version : " v0.3 .0"
1212 spec :
1313 containers :
1414 - name : kube-state-metrics
15- image : gcr.io/google_containers/kube-state-metrics:v0.2 .0
15+ image : gcr.io/google_containers/kube-state-metrics:v0.3 .0
1616 ports :
1717 - containerPort : 8080
You can’t perform that action at this time.
0 commit comments