Skip to content

Releases: keikoproj/addon-manager

v0.10.0

Choose a tag to compare

@ccpeng ccpeng released this 22 May 18:26
b83fc7e

[v0.10.0] - 2026-05-22

Fixed

  • fix: defense-in-depth guard in UpdateStatus against stale non-terminal writes by @Suyash1700 in #446
  • fix: preventing race condition between addon and wf controllers on writing status by @ccpeng in #440
  • pkg/workflows: don't panic when spec.templates or nested lists are missing by @SAY-5 in #429

Changed

  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.28.3 to 2.29.0 by @dependabot in #444
  • chore(deps): bump k8s.io/api from 0.33.11 to 0.33.12 by @dependabot in #445
  • chore(deps): bump github.com/onsi/gomega from 1.40.0 to 1.41.0 by @dependabot in #442
  • chore(deps): bump k8s.io/apimachinery from 0.33.11 to 0.33.12 by @dependabot in #441
  • chore(deps): bump golang.org/x/net from 0.53.0 to 0.54.0 by @dependabot in #438
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.28.1 to 2.28.3 by @dependabot in #437
  • chore(deps): bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 by @dependabot in #436
  • chore(deps): bump k8s.io/client-go from 0.33.10 to 0.33.11 by @dependabot in #431
  • chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 by @dependabot in #428
  • chore(deps): bump github.com/argoproj/argo-workflows/v3 by @dependabot in #434
  • chore(deps): bump k8s.io/apimachinery from 0.33.10 to 0.33.11 by @dependabot in #432
  • chore(deps): bump github.com/onsi/gomega from 1.39.0 to 1.39.1 by @dependabot in #426
  • chore(deps): bump codecov/codecov-action from 5 to 6 by @dependabot in #425
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.28.1 by @dependabot in #421
  • chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by @dependabot in #422
  • chore(deps): bump github.com/argoproj/argo-workflows/v3 by @dependabot in #423
  • chore(deps): bump golang.org/x/net from 0.49.0 to 0.52.0 and update Go to 1.26 by @dependabot in #424
  • chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.3 to 0.32.9 by @dependabot in #405
  • chore(deps): bump k8s.io/client-go from 0.32.4 to 0.32.9 by @dependabot in #406
  • chore(deps): bump k8s.io/api from 0.32.4 to 0.32.9 by @dependabot in #407
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot in #409
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot in #413
  • chore(deps): bump google.golang.org/grpc from 1.72.2 to 1.79.3 by @dependabot in #420
  • chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot in #415
  • chore(deps): bump docker/setup-qemu-action from 3 to 4 by @dependabot in #419
  • chore(deps): bump github.com/argoproj/argo-workflows/v3 by @dependabot in #418
  • chore(deps): bump docker/login-action from 3 to 4 by @dependabot in #416
  • chore(deps): bump goreleaser/goreleaser-action from 6 to 7 by @dependabot in #417
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot in #404

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

Choose a tag to compare

@kevdowney kevdowney released this 17 Jun 19:27
bd53490

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

Choose a tag to compare

@ccpeng ccpeng released this 11 Jun 21:27
ab185b3

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

Choose a tag to compare

@ccpeng ccpeng released this 30 Oct 23:16
41a8bd2

[v0.8.1] - 2023-10-30

Fixed

  • Remove old workflows on addon checksum change (#297)

Changed

  • Bump golang.org/x/net from 0.15.0 to 0.17.0 (#289)
  • Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#286)

v0.8.0

Choose a tag to compare

@tekenstam tekenstam released this 20 Sep 01:29
05d65fe

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0

v0.8.0-rc.3

v0.8.0-rc.3 Pre-release
Pre-release

Choose a tag to compare

@tekenstam tekenstam released this 19 Sep 22:04
38218b2

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.8.0-rc.3

v0.8.0-rc.2

v0.8.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@tekenstam tekenstam released this 16 Sep 01:29
7baa75a

What's Changed

New Contributors

Full Changelog: v0.8.0-rc.1...v0.8.0-rc.2

v0.8.0-rc.1

v0.8.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@kevdowney kevdowney released this 30 Jun 01:31
81b57f9
chore: refactoring so that addon controller flow won't inquire from w…

v0.7.2

Choose a tag to compare

@kevdowney kevdowney released this 10 Mar 21:21
fcbf410

[v0.7.2] - 2023-03-10

Fixed

  • Recover from panics in addon workflow controller (#222)

Changed

Added

  • Add goreleaser as prereqs developer doc (#188)
  • Add codeql.yml workflow (#201)

Removed

  • Delete old CHANGELOG (#192)
  • Remove KOPS test cluster scripts (#215)

v0.7.1

Choose a tag to compare

@kevdowney kevdowney released this 15 Jan 17:13
af4c63c

[v0.7.1] - 2023-01-15

Fixed

  • Fix delete flows (#179)

Changed