Skip to content

Releases: btungut/azure-devops-agent-on-kubernetes

v2.4.0

21 Jul 19:42
08c21d9

Choose a tag to compare

What's Changed

  • build: Refactor Dockerfile and local-build script to use build arguments for base image and agent version by @hangy in #36
  • Release/v2.3.0 by @btungut in #40

Full Changelog: v2.2.0...v2.4.0

What's Changed

  • build: Refactor Dockerfile and local-build script to use build arguments for base image and agent version by @hangy in #36
  • Release/v2.3.0 by @btungut in #40
  • Release/v2.4.0 by @btungut in #43

Full Changelog: v2.2.0...v2.4.0

v2.3.0

10 Jun 21:47

Choose a tag to compare

What's Changed

  • build: Refactor Dockerfile and local-build script to use build arguments for base image and agent version by @hangy in #36
  • feat: Add git-lfs to base image by @hangy in #37
  • Unset resource limits and requests by @btungut in #39

BREAKING CHANGES

  • The values of requests and limits for the container resources have been changed from specific values to NULL / empty / {}.

This means that the container will use the default values of the Kubernetes cluster for CPU and memory resources. Please make sure to adjust the values according to your needs if you want to set specific values for CPU and memory resources.

To see the changes, please visit the values.yaml changes for PR 39

PR 39 changes

New Contributors

  • @hangy made their first contribution in #36

Full Changelog: v2.2.0...v2.3.0

v2.2.0

19 Feb 22:51

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

14 Feb 22:53

Choose a tag to compare

What's Changed

Thank you @saisona for this valuable contribution which is requested from @98jan and @Tanchwa

Full Changelog: v2.1.0...v2.1.1

v2.1.0

24 Dec 23:33
812d54c

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

06 Dec 21:56
2909572

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

10 Feb 04:39
79689ca

Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v2.0.0

1.0.9

07 Nov 18:35

Choose a tag to compare

What's Changed

  • Merge branch 'pr/8' into release/v1.0.9 by @btungut in #9

Full Changelog: v1.0.8...v1.0.9

1.0.8

06 Aug 23:40

Choose a tag to compare

  • Non-root user support is implemented
  • Testing pipeline for Azure DevOps is created
  • Docker commands are configured to be used without sudo

1.0.7

24 Jan 16:04

Choose a tag to compare

  • Volume support
  • Docker CLI support
  • Agent 2.214.1

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7