Skip to content

Commit e38e682

Browse files
committed
Change default runc version to 1.0.0
1 parent 2d90a35 commit e38e682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ Defaults to `https://github.com/opencontainers/runc/releases/download/v${runc_ve
784784

785785
Specifies the version of `runc` to install.
786786

787-
Defaults to `1.0.0-rc5`.
787+
Defaults to `1.0.0`.
788788

789789
#### `sa_key`
790790

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
#
158158
# [*runc_version*]
159159
# The version of runc to install
160-
# Defaults to 1.0.0-rc5
160+
# Defaults to 1.0.0
161161
#
162162
# [*runc_source*]
163163
# The URL to download runc
@@ -609,7 +609,7 @@
609609
Optional[Hash] $kubelet_extra_config = undef,
610610
Optional[Array] $kubelet_extra_arguments = [],
611611
Optional[String] $proxy_mode = '',
612-
Optional[String] $runc_version = '1.0.0-rc5',
612+
Optional[String] $runc_version = '1.0.0',
613613
Optional[String] $runc_source =
614614
"https://github.com/opencontainers/runc/releases/download/v${runc_version}/runc.amd64",
615615
Optional[String] $runc_source_checksum = undef,

0 commit comments

Comments
 (0)