-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: (PSKD-350) Dependency version update (#578)
* feat: (PSKD-350) Update tool versions * feat: helm chart version bumps * docs: Update chart versions * fix: Back out helm chart bumps * chore: linting * feat: bump kubectl version * chore: capitalize as in Dockerfile * DCO Remediation Commit for chjmil <[email protected]> I, chjmil <[email protected]>, hereby add my Signed-off-by to this commit: 4af6464 I, chjmil <[email protected]>, hereby add my Signed-off-by to this commit: 449fe5d I, chjmil <[email protected]>, hereby add my Signed-off-by to this commit: ad95f01 I, chjmil <[email protected]>, hereby add my Signed-off-by to this commit: a0b1ece I, chjmil <[email protected]>, hereby add my Signed-off-by to this commit: 1f361d8 I, chjmil <[email protected]>, hereby add my Signed-off-by to this commit: ed50633 I, chjmil <[email protected]>, hereby add my Signed-off-by to this commit: a2dc58c Signed-off-by: chjmil <[email protected]> --------- Signed-off-by: chjmil <[email protected]>
- Loading branch information
Showing
4 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
ansible==9.6.0 # 9.2.0 # 9.1.0 # 8.6.0 # 2.10.7 | ||
ansible==10.5.0 # 9.6.0 # 9.2.0 # 9.1.0 # 8.6.0 # 2.10.7 | ||
openshift==0.13.2 # 0.13.1 # 0.12.0 | ||
kubernetes==27.2.0 # 26.1.0 # 12.0.1 | ||
dnspython==2.6.1 # 2.3.0 # 2.1.0 | ||
kubernetes==29.0.0 # 27.2.0 # 26.1.0 # 12.0.1 | ||
dnspython==2.7.0 # 2.6.1 # 2.3.0 # 2.1.0 | ||
docker==7.1.0 # 7.0.0 # 5.0.3 | ||
urllib3==1.26.18 | ||
wheel>=0.38.1 | ||
setuptools>=65.5.1 | ||
urllib3==2.2.3 # 1.26.18 | ||
wheel>=0.44.0 # 0.38.1 | ||
setuptools>=75.1.0 # 65.5.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
--- | ||
collections: | ||
- name: ansible.utils | ||
version: 4.1.0 # 3.1.0 # 2.3.0 | ||
version: 5.1.2 # 4.1.0 # 3.1.0 # 2.3.0 | ||
- name: community.docker | ||
version: 3.10.3 # 3.8.0 # 2.7.8 | ||
version: 3.13.0 # 3.10.3 # 3.8.0 # 2.7.8 | ||
- name: kubernetes.core | ||
version: 3.0.0 # 2.3.2 | ||
version: 5.0.0 # 3.0.0 # 2.3.2 |