Skip to content

Commit

Permalink
Merge pull request #43 from brancz/release-0.3
Browse files Browse the repository at this point in the history
Cut v0.3.0
  • Loading branch information
brancz authored Oct 18, 2016
2 parents 07e4d4f + 73e195e commit 1af012d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.3.0 / 2016-10-18

* [FEATURE] Add pod metrics: `kube_pod_status_scheduled`, `kube_pod_container_requested_cpu_cores` and `kube_pod_container_requested_memory_bytes`
* [FEATURE] Add deployment metric `kube_deployment_metadata_generation`
* [FEATURE] Add node metric `kube_node_spec_unschedulable`
* [CHANGE] Rename `kube_node_status_allocateable_*` to `kube_node_status_allocatable_*`

## v0.2.0 / 2016-09-14

* [CHANGE] Prefix all metrics with `kube_`
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: build
FLAGS =
ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0
REGISTRY = gcr.io/google_containers
TAG = v0.2.0
TAG = v0.3.0

deps:
go get github.com/tools/godep
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spec:
metadata:
labels:
app: kube-state-metrics
version: "v0.2.0"
version: "v0.3.0"
spec:
containers:
- name: kube-state-metrics
image: gcr.io/google_containers/kube-state-metrics:v0.2.0
image: gcr.io/google_containers/kube-state-metrics:v0.3.0
ports:
- containerPort: 8080

0 comments on commit 1af012d

Please sign in to comment.