Skip to content

Releases: bringg/jenkins-autoscaler

v0.2.7

08 Jul 11:12
3718ccf
Compare
Choose a tag to compare

What's Changed

  • Upgrade github actions where applicable by @shamil in #22
  • Bump golang.org/x/net from 0.14.0 to 0.23.0 by @dependabot in #28
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #27
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #25
  • Bump github.com/prometheus/client_golang from 1.16.0 to 1.19.1 by @dependabot in #33
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.18.33 to 1.27.16 by @dependabot in #32
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #31
  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.19.0 by @dependabot in #36
  • Bump github.com/spf13/viper from 1.16.0 to 1.18.2 by @dependabot in #35
  • Bump github.com/rclone/rclone from 1.63.1 to 1.66.0 by @dependabot in #29
  • project maintenance: upgrades, linting and other small tweaks by @shamil in #34
  • Bump github.com/go-playground/validator/v10 from 10.15.0 to 10.21.0 by @dependabot in #41
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.18 by @dependabot in #40
  • Bump github.com/samber/lo from 1.38.1 to 1.39.0 by @dependabot in #39
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7 by @dependabot in #38
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.111.0 to 1.164.1 by @dependabot in #42
  • Bump github.com/rclone/rclone from 1.66.0 to 1.67.0 by @dependabot in #43
  • Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #44
  • Bump github.com/golangci/golangci-lint from 1.54.1 to 1.59.1 by @dependabot in #45
  • Bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.30.3 to 1.41.1 by @dependabot in #48
  • Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #46
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.18 to 1.27.21 by @dependabot in #49
  • Bump github.com/go-playground/validator/v10 from 10.21.0 to 10.22.0 by @dependabot in #51
  • Bump google.golang.org/api from 0.171.0 to 0.186.0 by @dependabot in #52
  • Bump github.com/aws/aws-sdk-go-v2 from 1.30.0 to 1.30.1 by @dependabot in #50
  • Bump github.com/aws/aws-sdk-go-v2/service/autoscaling from 1.41.1 to 1.43.1 by @dependabot in #53
  • Bump google.golang.org/api from 0.186.0 to 0.187.0 by @dependabot in #57
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.21 to 1.27.24 by @dependabot in #56
  • Bump github.com/samber/lo from 1.39.0 to 1.44.0 by @dependabot in #55
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.164.1 to 1.168.0 by @dependabot in #54
  • update gronx dep and fix scaler tests by @Shareed2k in #58

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

13 Aug 08:54
b39c07a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

15 Jan 08:41
e15bd46
Compare
Choose a tag to compare

Changelog

  • e15bd46 auto scaler will work only with jenkins node registred with label (#19)

v0.2.3

07 Nov 15:40
9ef0307
Compare
Choose a tag to compare

Changelog

  • 9ef0307 change aws resize fnc and minimize count of request to backend api (#17)

v0.2.2

16 Oct 08:03
285fb64
Compare
Choose a tag to compare

Changelog

  • 285fb64 add backoff when jenkins api is in-accessible (#16)

v0.2.1

26 Jul 16:21
a3d3a62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Jun 08:17
0df1922
Compare
Choose a tag to compare

Changelog

  • 0df1922 fix bug with zombies left in jenkins (#9)

v0.1.6

15 Jun 07:20
55a3310
Compare
Choose a tag to compare

Changelog

v0.1.5

01 Jun 08:36
7ebc2af
Compare
Choose a tag to compare

Changelog

  • 7ebc2af add version to container (#4)
  • 52914df Update deps and github docker push (#3)
  • ea7024f add more tests and remove nodes from jenkins on gc (#2)

v0.1.4

19 May 08:39
477ba5e
Compare
Choose a tag to compare

Changelog

  • 477ba5e skip offline nodes, let user specify number of executors per node (#1)
  • 4124385 Initial commit