Skip to content

2.29.0-4.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 05:29
· 249 commits to main since this release

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.29.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.14.1
  • Podman 4.4.4
  • OKD 4.14.0-0.okd-2023-10-28-073550
  • Removed CRC tray app, a GUI for OpenShift Local can be incorporated in podman-desktop by using the OpenShift Local extension
  • Shows warning when wrong proxy settings are configured via environment variables
  • Fixes a bug where wrong proxy config would make crc unusable #3098 #3690
  • Relative path is automatically converted to an absolute path when running crc config set proxy-ca-file <relative-path>

Known Issues

  • crc start is failing on macOS 12.X and x86 architecture for 'openshift' preset #3914

git shortlog

da5f55e cut v2.29.0
c815fca update openshift and microshift bundles to 4.14.1
7707b75 build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3
c0bcd48 mention about wrong proxy config via env variable in error msg
da1d72e warn instead of fatal error when proxy configs are erroneous
f780531 config: Add config Path type and use it for proxy-ca-file
9354dd4 Cluster: Remove all the lease from cluster
c501ebe cluster: Don't return error if there is no machine-config-controller configmap
2975cb6 remove reference to the tray from docs
4f46d66 remove tray related functions keeping behind only cleanup checks for darwin
3b04d1b Remove crc-tray from the installers
09e6f44 Update OKD version to 4.14.0-0.okd-2023-10-28-073550
9e31bb0 e2e: tekton webhook check revisited
e2ac7b5 go.mod: Update gvisor-tap-vsock to latest release
1f072af images: Update golang base image
db9435a Use 'Apple silicon' instead of 'M1'
008062b align syntax with the rest
9e21d5e integration: use host-network-access for non-linux
30748b7 Fix coping e2e binary for integration tests as part of builder image
5863186 build: Don't read MODULEPATH from environment
c0b949e e2e: Improve crc-version default value
5365acf images: ci: Use ubi9 image
3f2809e images: ci: Removed unused packages
6bec29f ci: Use pre-built e2e/integration test binaries
b29d8f8 e2e: check if tekton-pipelines-webhook is running