Skip to content

Releases: renderedtext/agent-k8s-controller

v0.2.1

19 Dec 14:15
0772ae2
Compare
Choose a tag to compare

What's Changed

  • build: update golang.org/x/net to v0.33.0 by @lucaspin in #20
  • fix: allow agent log level to be specified by @lucaspin in #21

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

v0.2.0

29 Nov 13:36
547824f
Compare
Choose a tag to compare

What's Changed

  • feat: use /api/v1/self_hosted_agents/jobs API to look at job queue by @lucaspin in #19

Full Changelog: v0.1.4...v0.2.0

v0.1.4

21 Nov 16:10
3c892b4
Compare
Choose a tag to compare

What's Changed

  • fix: handle job conditions properly for Kubernetes 1.31 by @lucaspin in #17
  • build: add release promotion by @lucaspin in #18

Full Changelog: v0.1.3...v0.1.4

v0.1.3

21 May 12:01
v0.1.3
77604a8
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #15
  • build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #14
  • fix: upgrade to Go 1.22 by @lucaspin in #16

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

02 Feb 18:21
v0.1.2
25f166f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

31 Jan 11:46
v0.1.1
c528bbe
Compare
Choose a tag to compare

What's Changed

  • fix: OnAdd() panics when called for running job by @lucaspin in #12

Full Changelog: v0.1.0...v0.1.1

v0.1.0

31 Jan 11:43
v0.1.0
46e2e12
Compare
Choose a tag to compare

What's Changed

  • feat: discover agent types automatically through kubernetes secrets by @lucaspin in #1
  • feat: support for agent startup parameters by @lucaspin in #2
  • feat: specify --kubernetes-labels for agent by @lucaspin in #3
  • feat: use informer for agent types by @lucaspin in #4
  • feat: use informer for job management by @lucaspin in #5
  • ci: linter and security checks by @lucaspin in #6
  • ci: run unit tests by @lucaspin in #7
  • fix: agent type name update not evicting old agent type from registry by @lucaspin in #9
  • feat: delete finished jobs based on completion/creation time by @lucaspin in #8
  • fix: only poll Semaphore API if there is space for new jobs by @lucaspin in #10
  • feat: cancel jobs that do not start in time by @lucaspin in #11

Full Changelog: https://github.com/renderedtext/agent-k8s-controller/commits/v0.1.0