Skip to content

Commit

Permalink
Merge pull request #254 from IBM/develop
Browse files Browse the repository at this point in the history
merge branch develop->main for release 3.10.2
  • Loading branch information
lokanalla committed Sep 20, 2023
2 parents b438225 + 00486c0 commit 55d6ec3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.10.2](https://github.com/IBM/ansible-lifecycle-driver/tree/3.10.2) (2023-09-20)
[Full Changelog](https://github.com/IBM/ansible-lifecycle-driver/compare/3.10.1...3.10.2)

**Implemented enhancements:**
- Fix security vulnerabilities [\#248](https://github.com/IBM/ansible-lifecycle-driver/issues/248)
- Fix security vulnerabilities [\#251](https://github.com/IBM/ansible-lifecycle-driver/issues/251)

## [3.10.1](https://github.com/IBM/ansible-lifecycle-driver/tree/3.10.1) (2023-08-16)
[Full Changelog](https://github.com/IBM/ansible-lifecycle-driver/compare/3.10.0...3.10.1)

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN addgroup -S ald \
&& ansible-galaxy collection install ansible.utils -f -p /usr/local/lib/python3.10/site-packages/ansible_collections \
&& pip install netaddr \
&& apk del .build-deps gcc musl-dev libffi-dev openssl-dev python3-dev make git \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/v1.27.4/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
&& curl -L https://storage.googleapis.com/kubernetes-release/release/v1.28.1/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl

COPY --chown=ald:0 ansible.cfg /etc/ansible/ansible.cfg
Expand Down

0 comments on commit 55d6ec3

Please sign in to comment.