Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
btungut committed Nov 7, 2023
1 parent 14a3a07 commit b4cddb8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
- [Burak Tungut](https://github.com/btungut)
- [Alexandre Saison](https://github.com/saisona)
13 changes: 12 additions & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b4cddb8

Please sign in to comment.