Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
617af4be
Unverified
Commit
617af4be
authored
1 year ago
by
Luke Simmons
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Updates requirements to latest available versions (#9938)
parent
b3ed25ee
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+4
-4
4 additions, 4 deletions
Dockerfile
requirements-2.11.txt
+6
-6
6 additions, 6 deletions
requirements-2.11.txt
requirements-2.12.txt
+6
-6
6 additions, 6 deletions
requirements-2.12.txt
with
16 additions
and
16 deletions
Dockerfile
+
4
−
4
View file @
617af4be
...
...
@@ -2,7 +2,7 @@
FROM
ubuntu:focal-20220531
# Some tools like yamllint need this
# Pip needs this as well at the moment to install ansible
# (and potentially other packages)
# (and potentially other packages)
# See: https://github.com/pypa/pip/issues/10219
ENV
LANG=C.UTF-8 \
DEBIAN_FRONTEND=noninteractive \
...
...
@@ -28,10 +28,10 @@ RUN apt update -q \
ansible
==
5.7.1
\
ansible-core
==
2.12.5
\
cryptography
==
3.4.8
\
jinja2
==
2.1
1.
3
\
netaddr
==
0.
7.19
\
jinja2
==
3.
1.
2
\
netaddr
==
0.
8.0
\
jmespath
==
1.0.1
\
MarkupSafe
==
1
.1.
1
\
MarkupSafe
==
2
.1.
2
\
ruamel.yaml
==
0.17.21
\
&&
KUBE_VERSION
=
$(
sed
-n
's/^kube_version: //p'
roles/kubespray-defaults/defaults/main.yaml
)
\
&&
curl
-L
https://storage.googleapis.com/kubernetes-release/release/
$KUBE_VERSION
/bin/linux/
$(
dpkg
--print-architecture
)
/kubectl
-o
/usr/local/bin/kubectl
\
...
...
This diff is collapsed.
Click to expand it.
requirements-2.11.txt
+
6
−
6
View file @
617af4be
ansible==4.10.0
ansible-core==2.11.11
cryptography==3.4.8
jinja2==
2.1
1.
3
jmespath==
0.9.5
MarkupSafe==
1
.1.
1
netaddr==0.
7.19
pbr==5.
4.4
ruamel.yaml==0.1
6.10
jinja2==
3.
1.
2
jmespath==
1.0.1
MarkupSafe==
2
.1.
2
netaddr==0.
8.0
pbr==5.
11.1
ruamel.yaml==0.1
7.21
ruamel.yaml.clib==0.2.7
This diff is collapsed.
Click to expand it.
requirements-2.12.txt
+
6
−
6
View file @
617af4be
ansible==5.7.1
ansible-core==2.12.5
cryptography==3.4.8
jinja2==
2.1
1.
3
jmespath==
0.9.5
MarkupSafe==
1
.1.
1
netaddr==0.
7.19
pbr==5.
4.4
ruamel.yaml==0.1
6.10
jinja2==
3.
1.
2
jmespath==
1.0.1
MarkupSafe==
2
.1.
2
netaddr==0.
8.0
pbr==5.
11.1
ruamel.yaml==0.1
7.21
ruamel.yaml.clib==0.2.7
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment