Skip to content

Commit dcbdd8a

Browse files
authored
Cut 2.7.0 release (#172)
1 parent d73f173 commit dcbdd8a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [v2.7.0] - 2022-05-14
810
### Changed
911
- Upgraded K8s client libraries to `v0.24.0`.
1012
- Upgraded to Go `v1.17`.
@@ -252,7 +254,9 @@ command and `evaluate` commands; default `3000` milliseconds.
252254
- Deploy image to Docker Hub.
253255

254256
[Unreleased]:
255-
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.6.0...HEAD
257+
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.7.0...HEAD
258+
[v2.7.0]:
259+
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.6.0...v2.7.0
256260
[v2.6.0]:
257261
https://github.com/jthomperoo/custom-pod-autoscaler/compare/v2.5.0...v2.6.0
258262
[v2.5.0]:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kubernetes interactions and custom user logic interactions.
2727

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

3232
## Features
3333

example/simple-pod-metrics-golang/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/jthomperoo/custom-pod-autoscaler/example/simple-pod-metrics-go
33
go 1.16
44

55
require (
6-
github.com/jthomperoo/custom-pod-autoscaler/v2 v2.6.0
6+
github.com/jthomperoo/custom-pod-autoscaler/v2 v2.7.0
77
k8s.io/api v0.21.11
88
k8s.io/apimachinery v0.21.11
99
k8s.io/client-go v0.21.11

0 commit comments

Comments
 (0)