File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
40
40
- name : Download Multipass installer
41
41
uses :
carlosperate/[email protected]
42
42
with :
43
- file-url : https://github.com/canonical/multipass/releases/download/v1.12.0 /multipass-1.12.0 +win-win64.exe
43
+ file-url : https://github.com/canonical/multipass/releases/download/v1.12.2 /multipass-1.12.2 +win-win64.exe
44
44
file-name : multipass.exe
45
45
location : ${{ github.workspace }}/installer/windows
46
46
- name : Download kubectl
47
47
uses :
carlosperate/[email protected]
48
48
with :
49
- file-url : https://storage.googleapis.com/kubernetes-release/release/v1.27 .3/bin/windows/amd64/kubectl.exe
49
+ file-url : https://storage.googleapis.com/kubernetes-release/release/v1.28 .3/bin/windows/amd64/kubectl.exe
50
50
file-name : kubectl.exe
51
51
location : ${{ github.workspace }}/installer/windows
52
52
- name : Create installer
Original file line number Diff line number Diff line change 28
28
DEFAULT_MEMORY_GB : int = 4
29
29
DEFAULT_DISK_GB : int = 50
30
30
DEFAULT_ASSUME : bool = False
31
- DEFAULT_CHANNEL : str = "1.27 /stable"
31
+ DEFAULT_CHANNEL : str = "1.28 /stable"
32
32
DEFAULT_IMAGE : str = "22.04"
33
33
34
34
MIN_CORES : int = 2
Original file line number Diff line number Diff line change 39
39
40
40
41
41
_MULTIPASS_RELEASES_API_URL = "https://api.github.com/repos/canonical/multipass/releases"
42
- _MULTIPASS_DL_VERSION = "1.12.0 "
42
+ _MULTIPASS_DL_VERSION = "1.12.2 "
43
43
_MULTIPASS_DL_NAME = "multipass-{version}+win-win64.exe" .format (version = _MULTIPASS_DL_VERSION )
44
44
45
45
# Download multipass installer and calculate hash:
46
46
# python3 -c "from installer.common.file_utils import calculate_sha3_384; print(calculate_sha3_384('$HOME/Downloads/multipass-1.11.1+win-win64.exe'))" # noqa: E501
47
- _MULTIPASS_DL_SHA3_384 = "ddba66059052a67fa6a363729b75aca374591bc5a2531c938dd70d63f683c22108d5c2ab77025b818b31f69103228eee " # noqa: E501
47
+ _MULTIPASS_DL_SHA3_384 = "9031c8fc98b941df1094a832c356e12f281c70d0eb10bee15b5576c61af4c8a17ef32b833f0043c8df0e04897e69c8bc " # noqa: E501
48
48
49
49
50
50
def windows_reload_multipass_path_env ():
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ Function "ConfigureVm"
162
162
${NSD_CreateLabel} 42 % 50 50u 10u " Snap Track"
163
163
Pop $VmConfigureDialogTrackLabel
164
164
165
- ${NSD_CreateText} 42 % 67.5 50u 10u " 1.27 /stable"
165
+ ${NSD_CreateText} 42 % 67.5 50u 10u " 1.28 /stable"
166
166
Pop $VmConfigureDialogTrack
167
167
168
168
${NSD_CreateLabel} 8 % 102.5 100 % 10u " These are the minimum recommended parameters for the VM running ${PRODUCT_NAME}"
You can’t perform that action at this time.
0 commit comments