Releases: crc-org/crc
1.37.0-4.9.10
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.37.0. To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- OpenShift - 4.9.10
git shortlog
b85050b [openshift-ci] Fix the gcloud-sdk version to 365.0.1
83fe901 CI: Update image from centos 7 to 8
6f93c76 Docs: update firewalld instructions
1.36.0-4.9.8
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.36.0. To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- Openshift 4.9.8
git shortlog
9307f85 Update admin-helper to v0.0.9
541270b Update bundle version to Openshift 4.9.8 (stable channel)
503690b Update admin helper from 0.0.7 to 0.0.8
e7f00d2 go.mod: Update non-k8s/non-openshift modules
d114683 go.mod: Sync openshift/k8s modules with oc:release-4.9
ae51bc1 build: Use registry.ci.openshift.org in update-go-modules.sh
08d3cb4 build: Update golang to 1.16
7c2e7f5 build: Fix fetching of https://golang.org/dl/?mode=json&include=all
7eb430a build: Add build-e2e and build-integration to update-go-version.sh
c253166 ci: Fix go version used by appveyor
36c803d build: Remove .travis.yml from update-go-version.sh
1.35.0-4.9.5
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.35.0. To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- OpenShift 4.9.5
git shortlog
751824a cut v1.35.0
0907786 Improve usage hint of crc podman-env --root
37e8e14 docs: Fix small errors, adhere to Red Hat style
e26dcc7 Update openshift bundle to 4.9.5 (candidate channel)
790833b docs: Note that nested virtualization is not supported
1621bf5 docs: Replace "or newer" with "or later" per IBM style
dc853fd docs: Clarify processor architecture requirement
38e790c update bundle to 4.9.1(candidate release)
1ac7440 Fix release link for windows
361f05b segment: Persist identify hash to disk
641ce55 segment: Compare 'identify' using a fnv hash
d2c7e5d network: Implement network.Mode.String()
7ddec65 segment: Load user ID when creating a Client instance
d769fb6 segment: Don't send 'identify' too often
1.34.0-4.9.0
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.34.0 . To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- OpenShift 4.9.0
git shortlog
dc60c7b Bump admin-helper to v0.0.7
b4567d2 Improve start error shown when vm with different bundle version exists
53497a8 Update bundle to 4.9.0 (candidate channel)
78b98bf Disable checkpoints and automatic start of hyperv vm
4c866b1 build: Update vendoring
3e9b6b6 preflight: Improve 'removeCrcVM' description
bda62b7 preflight: Cleanup libvirt storage pool
bfe06b4 e2e: adapt e2e container envs to run ux testing
ed9a0ef e2e: specific image name paremeter for e2e and integration container images
5c9d3f2 constants: Make CrcBinDir private
d46bfaa cache: Use BinDir() instead of CrcBinDir
45242ec cache: Remove 'destDir' from New() method
4fc019d preflight: windows: Remove unused constants
7c21b94 e2e: Add 'e2e-stories' Makefile target
ff0a8af e2e: features: Remove trailing whitespaces
83710d3 e2e: ux windows tray added pull secret window delay
c4e47c7 e2e: ux windows notification force clean notificacion area
f5ef68d e2e: notification waiting timeout reduction
98ee06b e2e: ux installer for windows remove dead code
05f2188 e2e: fix function naming by convention
80917a7 e2e: add retry to check for cluster state (avoid temporary degraded states)
c90c043 e2e: notification messages per platform
bcc086e e2e: ux feature for windows
a0f383b e2e: added step definition for reboot required on installation
0932d02 e2e: installer handler implementation for windows
72e606c e2e: notification handler implementation for windows
e0895db e2e: notification handler helpers refactor
37b49bc e2e: tray handler implementation for windows
6b0278e e2e: tray handler helpers refactor
81d14bf e2e: force PATH ENV on windows shell to check crc executable state
aa51a66 e2e: retry functions based on timeout defined as int
846257d e2e: bump gowinx v0.0.3
acbaf2b ci: Use CRC_LOG_LEVEL to always print debug logs
66a1236 logging: Allow to specify --log-level through an environment variable
356df3e logging: Add AddLogLevelFlag
19b872b logging: Add IsDebug() helper
9a0ff68 e2e: Disable update checks by default
c607ca3 e2e: Fix WithdisableNTP() case
bc8cf06 test:cmd: Add missing commands
23dbdc5 squid: Generate the certificates as part of the image build
17997c1 squid: Add https proxy
f5a9809 proxy: Add fallback to x509.NewCertPool() on Windows
1.33.1-4.8.12
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.33.1 . To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- Openshift 4.8.12
- Fixed proxy issues
git shortlog
8b48ced Revert "Use DHCP to configure DNS with user network mode"
07574f8 Update bundle version to 4.8.12 (fast channel)
100f90e Update windows tray version to 0.11.0.0
634ef32 Prompt for reboot only when its a fresh install and not upgrade
6904122 Ask before uninstalling previous installed version during upgrade
fed04b9 Skip setup steps that would trigger a reboot during upgrade
52279b3 dns: Make guest connectivity check proxy-friendly
eb7bec4 validation: Fix proxy URL validation
7f59773 download: Add proxy support
b50dc99 proxy: Use x509.SystemCertPool()
efcf74c proxy: Move httpTransport() from cmd/root.go
58304ad cmd: Refactor httpTransport() to use ProxyConfig
4efae5e proxy: Add String() method
d9d8a8e proxy: Move proxyCAFile reading from cmd/root.go
576e377 cmd: Improve debug log for proxy setups with no CA file
730c70f (issue_2678) proxy: Don't clone http.transport if proxy is disabled
1972b9e proxy: Use our own http transport with crc's proxy config
a87e27f proxy: Use httpproxy package
3772c79 Increase wait for cluster stable time from 10m to 15m if proxy is enabled
33eab63 Remove code to add proxy for kubelet and crio service
62e1f5b Update github.com/cfergeau/vsock
0079a30 ssh: Append new line instead of '\n' to error string
6454980 Create new ssh client when a ssh session fails
893ee5f Use systemd to start the crc-dnsmasq container
08205b8 No need to remove CNI network definition forcefully
7e12e6c Enable and start vsock and http crc sockets
270faa2 Add WantedBy section to http/vsock socket unit file
7d6f19c e2e: Allow "When executing crc command"
1d964a3 Bump bundle to 4.8.11
f901599 Use DHCP to configure DNS with user network mode
cf173bc Use vpnkit socket for the communication between the daemon and the VM on macOS
61e85b5 Bump gvisor-tap-vsock dependency
328ae4c Remove travis CI from repo
f38437d Issue #2687 Modify tray started check to verify if daemon is running
a2ed294 cmd:bundle: Use --force-stop rather than --forceStop
da29fa2 e2e: Fix 'Clenaup' typo
697746d integration Added container to run integration tests
60f63a5 e2e: container parametrized testing-mode option ux or non-ux
4b6d0f6 e2e: container parametrized cleanup-home option
937e2b6 e2e: container formating README file
5e13490 preflight: Fix rhel7 detection
0f67a49 api: Test unsupported http methods
32ce1d5 api: Improve pull secret test
786153c api: Add tests for failures
dd8aea1 api: Add test checking our HTTP test coverage
4371bb7 api: Add HTTP API test case
31cbe71 fakemachine: Add GenerateBundle failure
b177968 api: Rename api_http_test.go to api_client_test.go
d296029 bundle: Make sure perms of unpacked bundle are 0755
8ac1f3a Use context to eventually cancel waiting loops
1.32.1-4.8.5
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.32.1 . To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- Openshift 4.8.5
- On Microsoft Windows, user network mode is now the only network mode available. User network mode requires a running CodeReady Containers system tray or crc daemon.
git shortlog
4d40571 cut v1.32.1
23784b9 Always resolve symlink when using os.Executable
1f746f4 When using an installer, the bundle must be in the right place
61f1a14 Remove() doesn't fail if the VM doesn't exist
655578e cut v1.32.0
e60e9ad Remove machine config render check for bundle generation
cf730cd Use Select-Object instead of parenthesis to get Hyper-V VM status
bd3de75 [e2e] Use executing instead execute for oc whoami
step
8945981 csr: Fix oc command used by deleteCSR
73c4fa3 csr: Merge approveNodeCSR and waitForPendingCSRs
fd41db5 csr: Factor code from getCSRList callers
4e8017e csr: Wait for availability of the csr resource in getCSRList
165faa6 csr: Move const where they are used
1ac7935 Use _ rather than - in go filenames
f4334d6 Don't remove crc-users group and current user from it during upgrade
961bf3d delete: Ignore 'file missing' errors from cleanKubeconfig
0cc0565 version: Improve embedded/not embedded message
6f85879 preflight: Add warning when socket activation is not configured
14313a0 preflight: Don't try to setup daemon socket activation on el7
01078a2 Remove dummy crcbundle (added as part of df77a53 commit)
4b7ec27 Issue #2666 Fix win edition check in the preflight and msi
3e596b9 Rename splitting go code to gen_msi_wxs.go
516f582 Rename msi wxs file to product.wxs.template
88f0282 msi: Use go template to generate product.wxs.in
559f247 msi: Start part numbering at 1 rather than 0
4390f75 msi: Add missing part to uninstall 'RemoveParts' action
2a2d933 msi: Remove several variables, only use 'crcBundleName'
0addf91 split: Remove generated files on failure
efb4b47 [e2e] Add oc whoami step in cert rotation scenario
7878969 Delete csr for kubernetes.io/kube-apiserver-client signer
299226b macos: Improve TrayExecutablePath construction
f63efba build: Use same linker variable for macOS and Windows
6790f60 Introduce IsInstaller/InstallPath to replace OS-specific helpers
d239336 Move daemonStartedErrorMessage() to OS-specific file
7c23452 macos: Rework construction of TrayExecutablePath
ebe7c53 settings: Force use of user networking on Windows
bd09032 Remove pushd/popd from release target
3780bc7 Add crcbundle file to gitignore
6b28bcb Use explicit directory structure for msi output
df77a53 Add sha256sum for mac/windows release artifacts
45ebde6 Changed target from crc-installer
to crc-macos-installer-amd64
42cafaf Update bundle version to 4.8.5 (candidate channel)
104b4b7 api: Split tests in separate functions
2055691 crc-embedder: Clean-up help output
9c730a6 crc-embedder: Use cobra.ExactArgs
7759fb6 Bump vendoring to OpenShift 4.8
92dc50b build: Update AlecAivazis/survey.v1 to v2
cc648e6 build: Update analytics-go
f93948b build: Update go-systemd
c01a5a4 build: Update go.mod
cc42d69 build: Remove -extldflags "-static" from LDFLAGS
1.31.2-4.8.4
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.31.2 . To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- Openshift 4.8.4
- Use systemd socket activation on linux to autostart the crc daemon when needed
- Windows installer now able to add user in case of localized environment
git shortlog
- 287dbfc Revert "Include the new bundle part in msi created due to size increase"
- 5405d8e Update bundle to 4.8.4 (stable channel)
- ea2fea7 Update mac (1.0.12) and windows (0.10.0.0) tray versions
- 7342609 Add condition that stops installation on windows home edition
- 7d874f8 Issue #2581 Use crc setup to add current user to hyperv admins group
- 1ef7f7b Remove fix function from preflight checks that are only ran on start
- f98e79c Remove windows preflight checks from setup that are not going to be used in the msi
- dae1e45 Decouple admin-helper and hyperv group checks and remove admin-helper group check
- e1f3051 Add StartUpOnly flag to preflight Check for running checks only during 'crc start'
- fec2bab Remove step to generate windows flat binary zip
- 3c9be4a Use HTTP verbs for config api instead of separate urls
- bf06a2a Add url field to helper context struct
- 4c786d0 api: simplify handlers and route definitions
- 7c8caa2 api: remove intermediary class
- 1d81fb8 ci: Ensure crc_ci user can access systemctl user session
- 61eafaf daemon: linux: Call 'SdNotify(SdnotifyReady)'
- 1e3b45f preflight: linux: Setup daemon systemd socket activation
- 55e0293 systemd: Add support for systemd user sessions
- 3ca0a46 preflight: Add symlink to crc binary in ~/.crc/bin
- 4b94bba daemon: Add systemd aware 'daemon is running' check
- 47724ad Temporary module replacement to get an implementation for vsock.FileListener
- d093f39 daemon: Use systemd-provided sockets if available
- 9fad6a9 Update bundle to 4.8.3 (candidate channel)
- 5ea8c1c docs: Clarify
machine-config
Operator support status - e0312ca e2e add cleanup-home flag. This will alllow to setup the environment externally before run the tests
- a4b4960 e2e add Makefile target containerized_e2e to build e2e container
- 4fb9be0 e2e add container builder specs to build a container holding specific versions of e2e as a binary
- 0a62918 mco: delete the leader lease right after start.
- 753fc71 docs: Update installation procedure for Windows MSI
1.30.1-4.8.2
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.30.1 . To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- OpenShift 4.8.2
- (MCO) Machine config operator is now turned on by default
- Many improvements to the Windows tray
- Added forceStop flag for
crc bundle generate
command - crc release is larger than before (3.1GB vs 2.3GB before)
git shortlog
- 376cc3c Bump crc to 1.30.1
- 3cf09f6 Bump Windows tray to 0.9.1.0
- 64f349a cut v1.30.0
- 1c40c70 Update to 4.8.2 bundle (candidate channel)
- 35b9acb Make sure machine render happen successfully after pull secret removal
- 08f51bb Use strings.Contain instead strings.Prefix for rendered config
- dbe0197 Include the new bundle part in msi created due to size increase
- 17d2f65 Add container images, pull secret size/date and oc get mcp in diag. tarball
- 3efe2ed Issue #2550 msi: check ram requirement before starting installation
- a75f42d Use ExecuteAsAdmin to remove registry key for vsock
- 4b8ee8d Stop kubelet and all containers by hand before stopping the VM
- 5ca59b8 test: crc should stop without force otherwise it is a bug
- 171f906 Update bundle to 4.8.1 (candidate channel)
- d323b29 automatic file formatting fixes for xml files in IDE
- b5f1f25 Issue #2565 Create vsock registry entry from msi
- 0bc6be4 [bundle creation] Wait till pull secret is removed from instance disk
- 6eca91b Wait for resource before getting data from it
- e7899b6 Add force to delete the pods after cert rotation
- 870f0d7 Wait till pull secret is part of instance disk
- 98ae6dc Pull secret should be added as soon as apiserver is responding
- e3d5912 Remove 4.8 version check for ssh key check on mco resource
- 1238ce5 api: return state.Stopped when the machine doesnt exist
- ba20423 Issue #2559 Remove gvisor-tap-vsock service from hyperv host registry on cleanup
- 20d5fe6 Bump hyperkit driver to 0.15.0
- 9c74051 Bump trays to latest versions
- a12b9b1 e2e windows cmd with env fix missing semicolon
- f18fcf4 Handle error from os.UserHomeDir function
- 9d4a8e1 Avoid unnessary error log during test result collection
- 5ed4a8b daemon: Add support for CRC_DAEMON_PCAP_FILE env var
- fb92b11 constants: Use os.UserHomeDir()
- d7a73b6 daemon: Wrap http.Serve errors
- aabac5e api: remove binary protocol server
- 4b5043b Introduce a new type for crc status. Distinguish it from machine status.
- 24ce8c7 integration disk resize test on macos
- c3360d0 Return error if forcestop is not used
- 5339a20 Fix the state of VM when generating the bundle
- 799f6a8 Update bundle version to 4.8.0 (candidate)
- 6d1d7b3 [e2e]Use force stop option for bundle generate test
- b04c6ca Delete outdated rendered master/worker machineconfigs and just keep the latest one
- d1d00ed Update error message for pull secret removal
- 02a30bf Add forceStop flag for bundle generate command
- 6e70afb Remove incompatible suffix from go mod
1.29.1-4.7.18
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.29.1 . To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- OpenShift version 4.7.18
- Users can now resize disk in macOS by using config option: disk-size
- kubeconfig file is regenerated for each fresh start of crc
- The default and only Network mode for CRC installations done using macOS pkg is the 'user' network-mode
- Improvements to windows tray stability
- In Windows msi is the recommended method for installation.
Changelog
- bc5f440 bump version to 1.29.1
- e50d881 Use redis operator for marketplace story
- 40e20ca Issue #2458 Ignore return value from hyperv installation custom action
- 7824351 e2e rewrite test scenario steps to use crc cmd util class
- 78b8d18 e2e use crc cmd util class to run cmd commands
- 526d85c e2e create crc cmd util class to execute commands
- b859382 Fix typo in start log message
- 17fa839 docs: Remove system network mode changes for macOS
- c289875 cut v1.29.0
- 5952072 circleci: Update xcode version
- 78e92a5 Issue #2505 Add crc installation folder to system PATH env variable
- 5385ba1 Issue #2420 use /d with cd command to be able to change to different drive
- 613bcc6 Add rollback custom action to remove the crc-users group
- 8e83c33 Show progress text in the msi installation UI during custom actions
- bd76556 Enable hyper-v from the msi
- 7a0c37a Use installer provided env variable instead of manually forming path to cmd.exe
- d29d161 Install and start the admin-helper service from the msi
- 228f2b3 Prompt user to reboot after installation
- ef92b05 Create crc-users group in the msi and add the logon user to it and hyperv-admins group
- e3f54b2 Update bundle to 4.7.18
- 8ee7628 Replace kubeconfig file for each fresh start of crc
- 466c4da Use kubeconfig from instance machine dir instead from metadata
- 8928cf1 #2446 Add USERDOMAIN prefix if the user is part of a domain
- eef7cac Issue #2499 Check if err is nil before returning
- 15edcf8 Add cleanup description for crc-users cleanup
- 962e2f0 Issue #2499 Add error message to crc-users group preflight checks
- 1a152e2 Update bundle to 4.7.16
- 486308b Add section on compiling CRC locally to developing.adoc
- f543acc Move creation of base directories to crc-embedder command root
- eef8b38 Issue #2481 use current crc location to determine the msi installation path
- b6dc5e0 Enclose path with quotes in powershell command
- 97470d1 Bump windows tray to v0.8.0.0 and macOS tray to v1.0.10
- b3b81ff Return stderr with err in case of oc command failure
- df9807d Convert WaitForSSH function to sshRunner WaitForConnectivity method
- 309c416 Move WaitForSSH to ssh package from cluster package
- 5d877a3 Remove crc-users group during cleanup
- e0cc463 Issue #2433 check if tray is running before attempting to kill during cleanup
- 320c4d3 Add proxy-ca-file to http transport
- 424c161 Force macOS pkg to use user networking mode
- d500c19 ux testing expected messages fix syntax
- 2b07a78 applescript retry strategy for check cluster status
- f49c4b4 applescript ensure activate an close terminal windows
- 3f94305 Use regex instead string match for stop command
- 0186f98 Bump golangci-lint to v1.41.1
- 77257eb Remove MCO daemon and server pods forcefully to avoid lock during stop
- 1c42174 Use sudo to update the public key to authorized_key file
- 59892d6 Update ssh public key to machineconfig resource if used 4.8 cluster
- 9223d53 Update machine-driver-hyperkit to 0.14.0
- bac4fbd Add missing disk size when starting the VM from the API
- 1d81100 macos: Add qcow-tool to installer
- c9ec0b5 embed: Set permissions when downloading files
- f273ca6 macos: Enable disk resizing
- 6dfbcee macos: Add qcow-tool preflight check
- de85c12 hyperkit: Slight refactor of URL constant definitions
- b1a4879 Update machine module
- e38f7da Update golang to 1.15
- 90e9d9c Update yq syntax for newer version
- f085513 Add version check for golangci lint
- 103ac2f Add specific User-Agent when fetching release-info.json
- 293ee61 Disable update check for crc in CI
- 8366fa4 Propagate current env. to crc command
- 83eef20 preflight: Fix
crc setup
hang when enabling hyperv - 1e0df53 preflight: Fix typo in hyperv check description
- 2fc9e9e Check exists bool and not only the error
- 0315c20 docs: Expand installation procedure, cover binary and installer
1.28.0-4.7.13
Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/1.28.0 . To use these binaries, please follow the instructions at https://cloud.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
- OpenShift 4.7.13
- CRC entries in kubeconfig are now removed during crc delete
- crc podman-env has a new flag --root which allows to use podman as root user
- User can now specify the kubeadmin password with the config key kubeadmin-password
- Windows: general improvement of the UI of the tray
- Windows: add a privileged service for adding/removing .crc.testing. hosts file entries (avoid UAC prompts when doing crc start)
- MacOS release: keep only the .pkg, remove the tarball
Known issues
macOS: the application crashes when the content of ~/.kube/config is unexpected (after a crc delete for example). A workaround is to delete the ~/.kube/config file and restart the application. See crc-org/tray-macos#112
Changelog
- 698d54d Make rootless as default socket for podman-env command
- 19171e8 Reboot only once
- 8c7b342 Add preflights for installing admin-helper daemon
- c8ec507 Use admin-helper daemon on Windows to avoid UAC prompts
- 0f044b1 Wait the end of the execution of the script and check for errors
- 02fe964 bump windows tray to v0.7.0.0
- 0e9cfa8 Add cleanup function for stop tray in preflight checks
- 206f3e1 Issue #2378 Add if tray is running preflight check
- 7c24c16 Add CodeReady Containers to start menu upon install
- d7f41ab Remove preflight code that was setting up autostart of tray
- e80bc2e Create shortcut to crc-tray.exe in startup folder in the msi
- 68986b7 Clean kubeconfig file after crc delete
- 4f314f3 Remove fat macOS binary, keep only for the .pkg for release
- 9865315 Use name property in crc-bundle-info.json
- 41c9859 Use a bundle name without extension in machine.Start
- 21e85da Adding debug log for running ssh command with root
- 36dd2fe Stop the ntp service if CRC_DEBUG_ENABLE_STOP_NTP is set
- f4803ea Update bundle to 4.7.13
- 14a36e3 Ask the user to start the tray if the daemon is not launched on Windows
- c925a25 Change default network mode to user when installing with the msi
- ebb0e28 Change
crc podman-env
to use the root Podman socket - 1a81fb2 Display the download link from release-info.json
- 6627061 Add all fields of the release-info.json in the Golang struct
- 2995245 Add absolute download links in release-info.json
- 17f26a6 Generate the ssh key before saying the VM exists
- b4f757b Keep custom entries added by the user
- 5a6e902 Generate the kubeadmin password as soon as possible
- 42edbc4 Create instance files right after creating the disk image
- 49a8060 telemetry: report if crc was installed using the installers
- 66e85bb Silence progress bars
- ee172de Use the same code to call powershell in crc and the driver
- cfa8082 Remove Hyper-V driver code from darwin and linux targets
- b1b4a03 exec.LookPath never fails for powershell
- f5b3afe Use the error returned by exec.LookPath instead of empty string
- 33d1665 Write the script file with a single call to ioutil.WriteFile
- bcbd28d Remove the temp directory after use
- 674e2ae Fail if the temp dir cannot be created
- 4b24e75 Add more debug logs when running command in powershell
- 42fb982 Remove named return parameters in powershell package
- c897172 Add config option to set kubeadmin password for cluster
- f113feb preflight: Use the preflightFilter API
- 668a0cb preflight: Add filter API
- 1ef71c9 preflight: Add labels to checks
- 2f3c550 preflight: Add short getAllPreflightChecks doc
- 898d479 preflight: Don't use 'Checks' naming for a single check
- 2852ded preflight: Don't use [...]Check and checks[:]...
- e29dd69 Update go modules to their latest versions
- 2249089 Fix release info URI to use
rest/mirror
insteadfile
- 657caa5 Add method to list all bundles available
- a06d6dc start: Display help message when preflights fail
- d641825 Manage pull secret content on ux e2e
- 60e11bd Remove older admin helper executable
- bf99877 Bump admin-helper to 0.0.4
- eef96e6 Rename 'admin-helper' to 'crc-admin-helper'
- 0c5c7df constants: Don't define admin helper name twice
- 502dbcd Replace mirror link to developer.redhat.com
- 6a713b7 Issue #2370 Don't use custom action to delete install folder during uninstall
- fc29cd9 Issue #2366 Don't try to download the tray during setup
- 943c979 Cache disk size and usage in the API for 1 minute
- eff7b92 Get the cluster operator list via the http API and not ssh
- 86de0d9 Fixes ##2368 Change background color of MSI installer images