Skip to content

Commit

Permalink
Cut 2.7.0 release (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo committed May 14, 2022
1 parent d73f173 commit dcbdd8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 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/),
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v2.7.0] - 2022-05-14
### Changed
- Upgraded K8s client libraries to `v0.24.0`.
- Upgraded to Go `v1.17`.
Expand Down Expand Up @@ -252,7 +254,9 @@ command and `evaluate` commands; default `3000` milliseconds.
- Deploy image to Docker Hub.

[Unreleased]:
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.6.0...HEAD
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.7.0...HEAD
[v2.7.0]:
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.6.0...v2.7.0
[v2.6.0]:
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.5.0...v2.6.0
[v2.5.0]:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Kubernetes interactions and custom user logic interactions.

A Custom Pod Autoscaler can be created by using this project, extending the Docker base images provided and inserting
your own logic; see the [examples for more
information](https://github.com/jthomperoo/custom-pod-autoscaler/tree/v2.6.0/example).
information](https://github.com/jthomperoo/custom-pod-autoscaler/tree/v2.7.0/example).

## Features

Expand Down
2 changes: 1 addition & 1 deletion example/simple-pod-metrics-golang/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/jthomperoo/custom-pod-autoscaler/example/simple-pod-metrics-go
go 1.16

require (
github.com/jthomperoo/custom-pod-autoscaler/v2 v2.6.0
github.com/jthomperoo/custom-pod-autoscaler/v2 v2.7.0
k8s.io/api v0.21.11
k8s.io/apimachinery v0.21.11
k8s.io/client-go v0.21.11
Expand Down

0 comments on commit dcbdd8a

Please sign in to comment.