Skip to content

2.16.0-4.12.9

Compare
Choose a tag to compare
@anjannath anjannath released this 05 Apr 16:33
· 582 commits to main since this release

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.16.0
To use these binaries follow the instructions at https://console.redhat.com/openshift/create/local to obtain the needed pull-secret.


Notable Changes

  • OpenShift 4.12.9
  • Podman 4.4.1
  • OKD 4.12.0-0.okd-2023-02-18-033438
  • MicroShift 4.12.9
  • This version adds support for the ‘microshift’ preset, try crc config set preset microshift
  • The macOS installer will not install the tray app by default, it can be enabled if desired during the installation

Known Issues

  • The ‘preset’ config doesn’t list 'microshift' as a supported option, see #3576
  • oc not added to path when using the ‘microshift’ preset, workaround by running cp ~/.crc/cache/crc_microshift_vfkit_4.12.9_arm64/oc ~/.crc/bin/oc/oc more details in #3581
  • The crc cleanup command does not remove CRC instance SSH key from the user's known_hosts file, see #3514

To provide feedback on this release, head over to https://github.com/orgs/crc-org/discussions/3584

git shortlog

05b62a7 cut v2.16.0
564b610 [Doc] Remove subnet require for msw because of user mode networking
9ffdb9f [Doc] Update cert expire time to 1 year
3d8d7d3 [Doc] Remove RHEL/CentOS 7 support
5c117c7 [Doc] Updated supported arch for crc
5accb0f Add basic document for microshift preset
ad5ceae bump podman bundle version to 4.4.1
08c1923 Remove container.conf file if system mode networking in use
469aa3e Issue #3514 Remove crc instance entries from known_hosts file
99c46e6 Update microshift bundle version to 4.12.9
e5839bf bump openshift version to 4.12.9 and update bundle hash
c5e735d build(deps): bump github.com/opencontainers/runc from 1.1.4 to 1.1.5
73e2ccb microshift: Fix "Creating CRC VM for xxx" message
f64c291 Have same help message for bundle option
36fcd72 spec: copy the macOS universal build to output location
d7848d3 build: don't remove all generated files before building installers
09de497 build: macos-release-binary target should build universal binary
a1db0ce Remove more "CodeReady Container" occurrences
f9ae5eb spec: Substitute git revision when generating
352872e spec: Use 'make release'
a4c1220 ghactions: Stop testing 'old-main'
10df47f pkg: update gitignore file
7f08c46 build: replace gofmt with goimports
8296a0e Fixes #3546 #3550 always show progress during uncompression of the bundle
bdda869 Integration: Add testcase for login using crc-admin context
c24e650 cmd/start: Add template for microshift preset
479d1cf Add microshift preset support
632676d Preset: Add microshift preset value
61e6291 SSH: add helper to copy a file from instance
ba0b846 macos: Make tray installation optional
3c442ab macos: pkg: Install tray in 'Red Hat OpenShift Local.app'
e2669fc macos: pkg: Install to /usr/local/crc
8cf7415 macos: Split crc and crc-tray in 2 different .pkg
732cfe6 macos: Add 'rootDir' variable to signing script
50b08d5 Integration: Add custom values checks for the initial start of the VM