File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ The checksum of the downloaded docker-machine binary. This must correspond to th
103103# ## Flatcar Linux configuration
104104
105105` ` ` yaml
106- gitlab_runner_transpiler_binary_url: "https://github.com/coreos/butane/releases/download/v0.20 .0/butane-{{ ansible_architecture }}-unknown-linux-gnu"
106+ gitlab_runner_transpiler_binary_url: "https://github.com/coreos/butane/releases/download/v0.23 .0/butane-{{ ansible_architecture }}-unknown-linux-gnu"
107107` ` `
108108
109109The URL to the configuration transpiler binary that shall be used.
110110
111111` ` ` yaml
112- gitlab_runner_transpiler_binary_checksum: "sha256:28003c61b991d17d66c23cd3f305202ae14736b8e7fd941986b6086cf931ed4b "
112+ gitlab_runner_transpiler_binary_checksum: "sha256:5833ce9f9c2932d9b02bc05821ffb6927d1e896a524c8dd53a4c9d2d90c47e2c "
113113` ` `
114114
115115The checksum of the download transpiler binary. This must correspond to the file
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ gitlab_runner_docker_machine_binary_url: "https://gitlab.com/gitlab-org/ci-cd/do
1414
1515gitlab_runner_docker_machine_binary_checksum : " sha256:04cc18c8f6ee0d71614064fa81116f20f3a37af53eeebf19bfb832ab9c46d3a0"
1616
17- gitlab_runner_transpiler_binary_url : " https://github.com/coreos/butane/releases/download/v0.20 .0/butane-{{ ansible_architecture }}-unknown-linux-gnu"
17+ gitlab_runner_transpiler_binary_url : " https://github.com/coreos/butane/releases/download/v0.23 .0/butane-{{ ansible_architecture }}-unknown-linux-gnu"
1818
19- gitlab_runner_transpiler_binary_checksum : " sha256:28003c61b991d17d66c23cd3f305202ae14736b8e7fd941986b6086cf931ed4b "
19+ gitlab_runner_transpiler_binary_checksum : " sha256:5833ce9f9c2932d9b02bc05821ffb6927d1e896a524c8dd53a4c9d2d90c47e2c "
2020
2121gitlab_runner_install_docker : true
2222
You can’t perform that action at this time.
0 commit comments