-------------------------------------------------------------------
Fri Jan 31 08:15:10 UTC 2020 - Michal Jura <michal.jura2@suse.com>

- Fix K8s API version, bsc#1161975
  * internal-store-builder.go-Fix-K8s-API-version.patch

-------------------------------------------------------------------
Tue Jan 28 17:23:28 UTC 2020 - Michal Jura <mjura@suse.com>

- Update to version 1.9.3, bsc#1161975 
  ## v1.9.3 / 2020-01-22
  * [CHANGE] Remove experimental hpa metrics kube_hpa_status_current_metrics_average_utilization and kube_hpa_status_current_metrics_average_value #1030
  ## v1.9.2 / 2020-01-13
  * [BUGFIX] Fix segfault with External metrics #1023
  * ## v1.9.1 / 2020-01-10
  * [BUGFIX] Fix segfault in hpa metrics #1019
  * [BUGFIX] Fix nil panics when parsing hpa memory current metrics #1014
  ## v1.9.0 / 2019-12-20
  * After a testing period of 7 days, there were no additional bugs found or features introduced.
  ## v1.9.0-rc.1 / 2019-12-12
  * [BUGFIX] Move resource version from metric label to metric number value #997
  ## v1.9.0-rc.0 / 2019-12-04
  * [CHANGE] Add tools as go modules #927
  * [FEATURE] Add `kube_hpa_spec_target_metric` metric. #966
  * [FEATURE] Add hpa stats for current utilization and average value. #961
  * [FEATURE] Add `kube_namespace_status_condition` metric. #949
  * [FEATURE] Add `kube_persistentvolumeclaim_status_condition` and `kube_persistentvolumeclaim_status_phase` metrics #952
  * [FEATURE] Add `kube_networkpolicy_*` metrics #893
  * [FEATURE] Add `kube_volumeattachment_*` metrics #946
  * [FEATURE] add `kube_mutatingwebhookconfiguration_*`, `kube_validatingwebhookconfiguration_*` metrics #914
  * [ENHANCEMENT] Add `pod_cidr` label to the `kube_node_info` metric. #963
  * [ENHANCEMENT] Generate all manifests from jsonnet #908
  * [ENHANCEMENT] Add kube-state-metrics alerting rules. #962
  * [ENHANCEMENT] Add "Evicted" to the set of container terminated reasons. #968
  * [BUGFIX] Add check for ReclaimPolicy, VolumeBindingMode storageclass metrics. #929
  * [BUGFIX] Use single MultiListerWatcher for single store to fix missing metrics when watching multiple namespaces. #969
  * [BUGFIX] Fix nil panics parsing HPA CPU current metrics. #993
  ## v1.8.0 / 2019-10-01
  * After a testing period of 7 days, there were no additional bugs found or features introduced.
  ## v1.8.0-rc.1 / 2019-09-24
  * [CHANGE] Pin go version to go mod artifact file #882
  * [BUGFIX] Correct mapping of hpa condition status labels  #890
  ## v1.8.0-rc.0 / 2019-09-10
  * [FEATURE] Introduce sharding (and experimental auto-sharding) #613
  * [FEATURE] Add `kube_pod_status_unschedulable metric` #835
  * [CHANGE] Makefile: Remove tmpdir after container build #867
  * [ENHANCEMENT] Add metrics about kube-state-metric's interaction with the Kubernetes API. #866
  * [FEATURE] Add `kube_node_role metric` #877
  * [ENHANCEMENT] Add support for Darwin OS in e2e test #879
  ## v1.7.2 / 2019-08-05
  * [CHANGE] Revert "add `kube_*_annotations metrics` for all objects" #859
  * [CHANGE] Remove `kube_namespace_annotations` metric #859
  ## v1.7.1 / 2019-07-18
  * [BUGFIX] Fix crash due to missing ingress http block. #831
  * [BUGFIX] Add nil guard checks when querying VPA objects. #832
  ## v1.7.0 / 2019-07-17
  * After a testing period of 7 days, there were no additional bugs found or features introduced.
  ## v1.7.0-rc.1 / 2019-07-10
  * [BUGFIX] Use the appsv1 apigroup when building the reflector for replicasets. #816
  * ## v1.7.0-rc.0 / 2019-07-10
  * [CHANGE] Use appsv1 apigroup for ReplicaSet. #804
  * [CHANGE] Use distroless/static as base image to further reduce image size. #748
  * [CHANGE] Return standardized text for health endpoint. #767
  * [ENHANCEMENT] Add DeadlineExceeded pod termination reason. #740
  * [ENHANCEMENT] Add CreateContainerError and InvalidImageName waiting reasons. #763
  * [FEATURE] Add Pod init container metrics. #762
  * [FEATURE] Add Metrics About StorageClass. #777
  * [FEATURE] Allow black/white- listing of metrics by regex. #773
  * [FEATURE] Add metrics for VerticalPodAutoscaler objects (experimental and disabled by default). #791
  * [FEATURE] Add (experimental) `kube_*_annotations` metrics. #770

-------------------------------------------------------------------
Thu Nov 14 11:32:07 UTC 2019 - Michal Jura <michal.jura2@suse.com>

- Downgrade to version 1.6.0 to make it compatible with kubernetes API 1.15
  * *: Cut v1.6.0
  * *: Cut v1.6.0-rc.2
  * *: Cut v1.6.0-rc.1
  * bump versions of prometheus,kubernetes, and addon-resizer
  * use appsv1 apigroup for StatefulSets and DaemonSets
  * use xenial dist in travis ci
  * use a more idiomatic way of handling error messages
  * fix: change the expectedType of the kube-client reflector to match the listWatch

-------------------------------------------------------------------
Tue Oct 29 15:58:49 UTC 2019 - Michal Jura <michal.jura2@suse.com>

- Update golang requirements 

-------------------------------------------------------------------
Tue Oct 29 09:55:00 UTC 2019 - Michal Jura <michal.jura2@suse.com>

- Update to version 1.8.0:
  * *: cut v1.8.0
  * update k8s manifests to point to 1.8.0-rc.1
  * *: cut v1.8.0-rc.0
  * *: cut v1.8.0-rc.1
  * correct mapping of hpa condition status labels
  * pin go version to go mod artifact file
  * store: add kube_node_role metric
  * Add auto detecting of sharding
  * Introduce sharding
  * use MustRegister instead of Register

-------------------------------------------------------------------
Mon Oct 14 13:31:57 UTC 2019 - Michal Jura <michal.jura2@suse.com>

- Initial kube-state-metrics package 
