From b4cddb818f557d5ffdd94c46331010d5e05e8849 Mon Sep 17 00:00:00 2001 From: Burak Tungut Date: Tue, 7 Nov 2023 21:33:58 +0300 Subject: [PATCH] README updates --- README.md | 19 +++++++++++++++---- chart/README.md | 13 ++++++++++++- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b517d53..3fec0ad 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,18 @@ The easiest and most effective method for creating and managing Azure DevOps agents on Kubernetes, without the need to spend time and effort wrestling with settings! Scale-out as much as is necessary and demolish them gracefully. ## Important Release Notes -### Non Root User Support + +### 1.0.9 + +- Pod Annotations have been implemented +- Service Account support has been implemented + +:white_check_mark: Thanks for contribitions to [Alexandre Saison](https://github.com/saisona) + +:white_check_mark: PR: https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/8 + + +### 1.0.8 Since the **1.0.8 release** , the Dockerfile and Helm chart have been configured to utilize a non-root user. :white_check_mark: [Issue : Non-root user should be implemented](https://github.com/btungut/azure-devops-agent-on-kubernetes/issues/3) @@ -116,7 +127,7 @@ The binaries and packages listed below are included in the docker image used by - Azure CLI - with Azure DevOps extension -## Testing -Docker images which built from the Dockerfile located in this repository can be tested with the Azure DevOps Yaml pipeline that located into `./test/azdo-pipeline.yml` +## Contributors -![testing pipeline](./.assets/test-pipeline-result.png) \ No newline at end of file +- [Burak Tungut](https://github.com/btungut) +- [Alexandre Saison](https://github.com/saisona) \ No newline at end of file diff --git a/chart/README.md b/chart/README.md index 45f3a01..6ca4056 100644 --- a/chart/README.md +++ b/chart/README.md @@ -3,7 +3,18 @@ The easiest and most effective method for creating and managing Azure DevOps agents on Kubernetes, without the need to spend time and effort wrestling with settings! Scale-out as much as is necessary and demolish them gracefully. ## Important Release Notes -### Non Root User Support + +### 1.0.9 + +- Pod Annotations have been implemented +- Service Account support has been implemented + +:white_check_mark: Thanks for contribitions to [Alexandre Saison](https://github.com/saisona) + +:white_check_mark: PR: https://github.com/btungut/azure-devops-agent-on-kubernetes/pull/8 + + +### 1.0.8 Since the **1.0.8 release** , the Dockerfile and Helm chart have been configured to utilize a non-root user. :white_check_mark: [Issue : Non-root user should be implemented](https://github.com/btungut/azure-devops-agent-on-kubernetes/issues/3)