Skip to content

Releases: FairwindsOps/goldilocks

v2.0.0

14 Oct 17:36
Compare
Choose a tag to compare

Changelog

653fbb4 Adding logo and favicon
b6dc4b9 All the dependency updates to shut up dependabot
6c2d603 Bump sigs.k8s.io/controller-runtime from 0.2.2 to 0.3.0
552c909 Fixing release
cfe36db Setting up release process for v2.0.0

v1.3.0

03 Oct 20:11
Compare
Choose a tag to compare

Added:

  • File output of summary with --output-file
  • Lots of testing

Fixed:

  • CI/CD fixes
  • Better versioning
  • Testing improvements
  • Bug that caused dashboard to stop looping through VPAs

v1.2.4

14 Aug 21:54
Compare
Choose a tag to compare

Fixed:

  • #53 - Matching container names broke the UI

v1.2.3

13 Aug 20:05
Compare
Choose a tag to compare

Fixed:

  • Bug where the controller would leave hanging VPA objects when the
    associated deployment was deleted. Fixes #49

v1.2.2

08 Aug 16:33
Compare
Choose a tag to compare
Fix docker tagging issue

v1.2.1

08 Aug 16:01
Compare
Choose a tag to compare
Fixed:

* UI Bug that showed both QoS classes on the page
* Fixed the label in the kind hack script
* CI should publish tagged images now
* Disabled goreleaser in CI until we go public.

Added:

* Stalebot config

v1.2.0

05 Aug 22:06
Compare
Choose a tag to compare

Added:

  • Now returns more of the VPA data in the summary. Fixes #34
  • Dashboard allows for selectable QoS Class

Fixed:

  • Dashboard use of font awesome is more accessible. Fixes #40
  • Labels are more consistent. Fixes #39

v1.1.0

01 Aug 16:23
Compare
Choose a tag to compare

Added:

  • #12 - Add the ability to exclude containers using a label. Thanks @davekonopka

v1.0.0

31 Jul 15:35
Compare
Choose a tag to compare
  • Working dashboard shows current resource requests/limits and how they
    differ from the recomendation. Includes a code snippet for copy pasta.
    Huge thanks to Cecilia.
  • Controller utilizing namespace labels
  • Global container name exclusions for sidecars. Thanks @davekonopka
  • Hack folder with deployment manifests. (now utilizing health endpoint
    for probes. Thanks @davekonopka)
  • Numerous bugfixen.

v0.0.17

30 Jul 19:14
Compare
Choose a tag to compare
  • Added global container exclusions to dashboard and summary command.
  • Data returned includes existing requests/limits
  • Deployment manifests added to hack folder