Skip to content

Commit

Permalink
Cut v2.0.1 release (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo authored Mar 7, 2023
1 parent be8c6d8 commit 05175d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v2.0.1] - 2023-03-07
### Changed
- Upgraded to Go `v1.20`.
- Upgraded package dependencies.
Expand Down Expand Up @@ -36,7 +38,8 @@ call time as a parameter.
- Allows insights into how the HPA makes decisions.
- Supports scaling to and from 0.

[Unreleased]: https://github.com/jthomperoo/k8shorizmetrics/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/jthomperoo/k8shorizmetrics/compare/v2.0.1...HEAD
[v2.0.1]: https://github.com/jthomperoo/k8shorizmetrics/compare/v2.0.0...v2.0.1
[v2.0.0]: https://github.com/jthomperoo/k8shorizmetrics/compare/v1.1.0...v2.0.0
[v1.1.0]: https://github.com/jthomperoo/k8shorizmetrics/compare/v1.0.0...v1.1.0
[v1.0.0]: https://github.com/jthomperoo/k8shorizmetrics/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ to work out the target replica count that the HPA does.
## Install

```bash
go get -u github.com/jthomperoo/k8shorizmetrics/v2@v2.0.0
go get -u github.com/jthomperoo/k8shorizmetrics/v2@v2.0.1
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion examples/cpuprint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/jthomperoo/k8shorizmetrics/examples/cpuprint
go 1.20

require (
github.com/jthomperoo/k8shorizmetrics/v2 v2.0.0
github.com/jthomperoo/k8shorizmetrics/v2 v2.0.1
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.26.2
Expand Down
2 changes: 1 addition & 1 deletion examples/cpureplicaprint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/jthomperoo/k8shorizmetrics/examples/cpureplicaprint
go 1.20

require (
github.com/jthomperoo/k8shorizmetrics/v2 v2.0.0
github.com/jthomperoo/k8shorizmetrics/v2 v2.0.1
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.26.2
Expand Down

0 comments on commit 05175d9

Please sign in to comment.