Releases: btungut/azure-devops-agent-on-kubernetes
Releases · btungut/azure-devops-agent-on-kubernetes
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
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
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
New Contributors
Full Changelog: v2.2.0...v2.3.0