Skip to content

Releases: crc-org/crc

2.52.0-4.19.0

27 Jun 16:11
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.52.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.19.0
  • Microshift 4.19.0
  • OKD 4.19.0-okd-scos.1

git shortlog

47be8d0 cut 2.52.0
faff242 Update openshift/microshift bundle to 4.19.0
907f324 Relax RAM size checks in CRC status JSON output validation
2af836f e2e: Remove strict disk size checks from CRC status JSON output validation
e686f31 build(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1
ca8d8c6 [QE]use fedora 41 for pr check on linux-arm64 crc failed to start on Fedora-42 arm64 machine, #4780
8e8d4ca build(deps): bump golang.org/x/tools from 0.33.0 to 0.34.0 in /tools
a5dddbc build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
9867ce3 build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0
db7081e build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0
39bc712 e2e: Fix disksize and ram check
c3d49f6 test (e2e) : add step for setting persistent-volume-size config option (#4186)
c345491 build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.4 to 4.25.5
80900e9 build(deps): bump github.com/spf13/cast from 1.8.0 to 1.9.2
8860c97 build(deps): bump libvirt.org/go/libvirtxml from 1.11002.0 to 1.11004.0
7156b2c stop: fix the warn message in case of nil error
0c5b687 CI: for okd bundle test use ubuntu 24.04 and don't fail for virtiofsd installation
9a91ad0 Update okd bundle to 4.19.0-okd-scos.1
e56c5ba bump to Fedora-42 for pr check on linux-arm64
6307749 use structured logging for command execution errors
a219d74 Bundle: Add regex for pr generated bundle

2.51.0-4.18.2

30 May 13:22
Compare
Choose a tag to compare

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


Notable Changes

  • Updated vfkit to latest release (0.6.1)
  • Fixes setting password for 'core' user in the VM #4734
  • Uses virtio-net device for forwarding networking data between the guest and the host #4682
  • Handles vfkit connection in goroutine to prevent blocking #4753

git shortlog

80aa80a cut v2.51.0
c584bb0 build(deps): bump github.com/ProtonMail/go-crypto from 1.2.0 to 1.3.0
d4637ce Return ErrNotImplemented from unixgramListener on windows and linux
a95cba9 Don't check dns resolution for user mode networking
acedcd9 start: Use force option to unlock core user to set password
b9f41a9 [QE]fix windows10 provision failure due to generation mismatch
8caa80f build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0
b68cd80 Add cancellation context to unixgramListener
373f7bf Handle vfkit connection in goroutine to prevent blocking
a50bc93 [QE]extend waiting time for JKube deployment verify
027909a build(deps): bump github.com/containers/gvisor-tap-vsock
a855238 build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.2 to 4.25.4
9b4766e build(deps): bump libvirt.org/go/libvirtxml from 1.11000.1 to 1.11002.0
4ba8240 build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0
0ba7ae4 build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0
b8589b5 build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0
5aa058e build(deps): bump golang.org/x/tools from 0.31.0 to 0.33.0 in /tools
3b9a444 bump mapt version to 0.9.0
a7a6e82 [QE] fix windows pr check failure
8c5dfc3 build: Fix compilation with newer go
3f50a6e staticcheck: disable ST1005
82de1cf tools directory changes
8ad7813 address comments; bring back timeout and revive
da58588 golangci: migrate to v2 schema
4035715 Add reviewers
833a030 Remove doc-reviewers
0de7534 cut v2.50.0
83a4150 Fix env var set in window
606e995 Fix parameters for command to match expected command line
36523ec Use variable for developer user password instead using fixed one
9e6d047 Wrap unixgramListener in a retry loop to handle socket errors
47a2461 fix: Return a consistent version string when retrieving vfkit version
39c1936 win: Remove unused "UnixgramPath" constants
054eacc Use virtio-net device for forwarding networking data between the guest and the host
695cab8 test (e2e) : add e2e test for developer-password config option
b8ed1ac feat : Add config option to set developer password for cluster (#2539)
afa4841 feat : Write developer password to file just like kubeadmin password (#2539)
12fb234 test (e2e) : add more assertions to verify crc status output
8c1c17e build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4
557362c build(deps): bump github.com/ProtonMail/go-crypto from 1.1.6 to 1.2.0
ff3e7ae [QE] install xsltprox for e2e xml result format https://github.com/crc-org/crc-internal/issues/133
c5158e0 build(deps): bump golang.org/x/net from 0.37.0 to 0.39.0
0292bcb Remove extraneous .ObjectMeta references
e008e8f Fix another duplicate import
aaff394 vfkit: Update to latest version (0.6.1)
87a33f4 Fix duplicate imports
35f36ed test (e2e) : change nodeport service access in jkube test (#4683)
0224cc2 build(deps): bump github.com/containers/libhvee from 0.9.0 to 0.10.0
b2e840e build(deps): bump github.com/spf13/viper from 1.20.0 to 1.20.1
20f0c62 [QA]update linux-arm64 pr check as its bundle is GA now
6df7b83 [QE]Fix windows provisioning error on some locations Due to new locations being added to Azure some resources are not available yet, this is leading to some provisioning issues, to fix this issue this commit will exclude the new locations were the provisioning is failing
fdc97bb [QE] bump mapt to v0.8.2
7546623 Update-go-version: Add logic to update devcontainer image
dbea673 devcontainer: Use image from registry.ci.openshift.org

2.49.0-4.18.2

02 Apr 05:57
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.49.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.18.2
  • MicroShift 4.18.2
  • OKD 4.15.0-0.okd-2024-02-23-163410
  • Fixes a bug where external binary was executed without checking if it exists #4635

git shortlog

e843be9 cut v2.49.0
b6b868c Update openshift/microshift bundle version to 4.18.2
1376276 build(deps): bump github.com/onsi/gomega from 1.36.2 to 1.36.3
254ae15 build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.1 to 2.23.2
d70adce build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1
94d9653 test (e2e) : Improve crc version assertion
bc43ae1 build(deps): bump github.com/crc-org/vfkit from 0.6.0 to 0.6.1
25b2204 build(deps): bump github.com/containers/gvisor-tap-vsock
2a64803 bump admin-helper to 0.5.5
8f5ffd7 bump machine-driver-libvirt to 0.13.10
413e29f QE: new params for windows CI
187589a build(deps): bump github.com/crc-org/admin-helper from 0.5.4 to 0.5.5
a925e80 build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.0
3ad98aa QE: bump mapt to 0.8.0
3601e6e [QE]remove okd preset test on arm64
917b897 build(deps): bump github.com/containers/gvisor-tap-vsock
376f592 build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0
a7b8a24 build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 in /tools
abb39ae build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.6 to 3.1.7
d13a2d4 build(deps): bump github.com/ProtonMail/go-crypto from 1.1.5 to 1.1.6
736698f build(deps): bump golang.org/x/net from 0.35.0 to 0.37.0
3936e94 build(deps): bump github.com/containers/common from 0.60.4 to 0.62.2 (#4681)
27cd68c test (machine) : add some unit tests for growLVForMicroshift (#4628)
e4a8966 fix (daemon) : Add docker.internal entry to virtual network DNS config (#3784) (#4601)
c2b0086 build(deps): bump golang.org/x/crypto from 0.33.0 to 0.36.0 (#4668)
520d340 build(deps): bump github.com/containers/image/v5 from 5.32.2 to 5.34.1 (#4658)
9980d4c Update golang version to 1.23 (#4647)
f2476ba ci : remove step for uploading gh context artifact (#4641)
4bdcc16 Verify if binary exists before executing
467e61f build(deps): bump github.com/shirou/gopsutil/v4 from 4.25.1 to 4.25.2

2.48.0-4.18.1

07 Mar 08:27
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.48.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.18.1
  • MicroShift 4.18.1
  • OKD 4.15.0-0.okd-2024-02-23-163410

git shortlog

1aa46c5 cut v2.48.0
ec671c2 Update openshift/microshift bundle version to 4.18.1
84513b7 fix: add missing comma in PowerShell param block
44a78f3 test (e2e) : Add steps in Application Deployment Scenario to verify NodePort
f1e8c68 test (e2e) : move manpage checks to a separate scenario (#4608)
80e7af4 build(deps): bump github.com/klauspost/cpuid/v2 from 2.2.9 to 2.2.10
d1d8b29 build(deps): bump github.com/elazarl/goproxy from 1.7.0 to 1.7.2
f354380 test (e2e) : Use pinned version of crc while executing e2e tests (#4629)
312d2cd build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5
0480a03 build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0
cb1c6e6 start.go: Set chronyd in manual mode
20e0dd2 build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 in /tools
7beb0b3 [QE] update pr check on linux-arm64
48dd862 build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1

2.47.0-4.17.14

14 Feb 13:47
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.47.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.17.14
  • MicroShift 4.17.14
  • OKD 4.15.0-0.okd-2024-02-23-163410
  • Changed Linux default network-mode to user #4514
  • Fixed incorrect data shown on running crc status command #4603
  • Refine error message for clarity when daemon already started #4602
  • Adds support for generating manpages for crc cli commands #4586
  • Show error for crc console command when 'microshift' preset is used #4576

git shortlog

457b653 cut v2.47.0
e55ffb8 Update openshift/microshift bundle to 4.17.14 (stable channel)
962572f CI: Update ubuntu-20.04 to ubuntu-22.04
2499dd2 refactor (shell) : Windows Shell detection uses gopsutil (#4588)
644f23f refactor (shell) : Prerequisite code reorganization for gopsutil windows refactor
a3922a9 build(deps): bump github.com/containers/gvisor-tap-vsock
08a2f26 build(deps): bump github.com/shirou/gopsutil/v4 from 4.24.12 to 4.25.1
06d90a9 fix (daemon) : Refine error message for clarity when daemon already started (#2696)
1f358e8 Clean filepath before reading the content
a198680 build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0
b03610c fix (status) : Fix incorrect data shown on running crc status command
0e9e792 build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
c7a7434 refactor: replace custom slice Contains method with slices.Contains
ac09b23 build(deps): bump golang.org/x/term from 0.28.0 to 0.29.0
dbd8038 Spec: use inbuild gobuildid to generate build id with -B option
0292358 feat : generate manpages for cli during crc setup (#4181)
6d72284 build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
4851d7a chore (deps) : Upgrade gopsutil library from v3.24.5 to v4.24.12
c49e5cd refactor (shell) : Refactor unix/linux shell detection mechanism (#4562)
8e32d9e Try to create mount directory first before making it mutable
27dcba8 build(deps): bump github.com/elazarl/goproxy from 1.6.0 to 1.7.0
9537264 fix (console) : Throw error for crc console configured with MicroShift preset (#4561)
ab8cf0b test (validations) : Add some unit tests around proxy validation (#4411)
4c83d7a build(deps): bump github.com/elazarl/goproxy from 1.5.0 to 1.6.0
df47469 build(deps): bump github.com/containers/gvisor-tap-vsock
c108399 [QE]test case update for linux default network change to user
22ae876 Change linux default network-mode to user
861548b build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6
881495d build(deps): bump github.com/elazarl/goproxy from 1.4.0 to 1.5.0
88e4a9f build(deps): bump libvirt.org/go/libvirtxml from 1.11000.0 to 1.11000.1
faefe12 build(deps): bump libvirt.org/go/libvirtxml from 1.10010.0 to 1.11000.0
9b64c02 refactor : Use strongunits.MiB / strongunits.GiB to store memory size (#1642)
fdbf400 Avoid waiting forever on API response
d31efeb build(deps): bump github.com/elazarl/goproxy from 1.3.0 to 1.4.0
b38dfa7 build(deps): bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5
4f8b2a3 build: Use backup file in gen_release_info

2.46.0-4.17.10

21 Jan 06:52
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.46.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.17.10
  • MicroShift 4.17.10
  • OKD 4.15.0-0.okd-2024-02-23-163410
  • improved detection of the Shell for crc oc-env and crc podman-env commands on Windows

git shortlog

8f40e84 cut v2.46.0
42b79ec Update OpenShift/Microshift bundle to 4.17.10 (stable channel)
064da69 build(deps): bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14
a393f09 build(deps): bump github.com/elazarl/goproxy from 1.2.8 to 1.3.0
9f386ce build(deps): bump libvirt.org/go/libvirtxml from 1.10009.0 to 1.10010.0
6089b4b [QE]fix oc mirror image failure due to different arch
e0f93c5 ci : fix failing Test OKD Bundle GitHub action
e5200a8 remove pcap file added unitentionally
cebafa4 build(deps): bump github.com/ProtonMail/go-crypto from 1.1.3 to 1.1.4
5d89904 build(deps): bump github.com/elazarl/goproxy from 1.2.6 to 1.2.8
9d17fbb build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0 in /tools
3144ec0 build(deps): bump github.com/golangci/golangci-lint in /tools
7f95cef build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0
a697b9e Shell: Use ps command which works for linux and mac
c133e01 [QE]fix e2e failure on arm64
03940df build(deps): bump github.com/elazarl/goproxy from 1.2.4 to 1.2.6
5e561ad gitignore: Fix cross-platform compatibility for sed in-place editing
5c6743b chore: refactor devcontainer workflow
c08e41a test (config) : Add some unit tests for config settings
d89df4c fix : remove unnecessary logging for crc-exists file (#3676)
dd00dac build(deps): bump github.com/elazarl/goproxy from 1.2.2 to 1.2.4
c766225 build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2
e09b37a chore : do not generate sed backup file while generating release info
74d1f1b fix (shell) : Improve shell detection on windows (#3767)
676e51e build(deps): bump github.com/elazarl/goproxy from 1.2.1 to 1.2.2
6e99137 build(deps): bump github.com/elazarl/goproxy
a67d229 build(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2
11fbdf5 Add devcontainer and verify action
15030fe try to get IP of VM only when its state is Running
c72a45f fix (status) : Log info in CRC status for OKD preset (#3626)
e119f1c chore : Update pull request template to remove link giving 404
6d32a19 build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1
4b01318 build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
aa781e3 build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1
5ebed0d virtualmachine: Add logging message in case getBundleMetadataFromDriver fails
130a608 [QE] fix PR check status for linux-arm64 not shows all
7b69395 build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
47faf14 build(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1
1af1620 [QE] update github action for linux arm64 tests
c86d75d dnsCheck: update the publicDNSQueryURI to https://quay.io
8a9c3ac build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 in /tools

2.45.0-4.17.7

17 Dec 08:43
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.45.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.17.7
  • MicroShift 4.17.7
  • OKD 4.15.0-0.okd-2024-02-23-163410
  • Fixes a bug around bundle download from quay.io [#4474]
  • Fixes a bug in the daemon API for status (/status) not returning the correct preset [#4480]
  • Improves the handling of bundle download cancellation during crc setup [#4405]
  • Improves the check to see if resolving DNS names are working during crc start [#4477]
  • Shows user friendly error message when trying to use the okd preset on arm macOS [#4485]

git shortlog

7aeb3bf cut v2.45.0
d1fdbab chore : Update CRC GitHub issue template to be more interactive
b156876 Update OpenShift/MicroShift bundle to 4.17.7 (stable channel)
9d5f656 build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
dcdf126 build(deps): bump golang.org/x/term from 0.26.0 to 0.27.0
641d64e github.com/containers/gvisor-tap-vsock v0.8.1
6a7f839 CI: update macOS-12 to macOS-14
28b72b7 fix (machine) : crc daemon /status api should return correct preset value for okd cluster (#4478)
602c1f4 fix (config) : Display message when user tries to set okd preset on arm (#3389)
ce1b636 Update docs addresses and remove make docs in README
a8221eb Convert README and CONTRIB to markdown
e3f375a Move docs out of repo
86c8cbe build(deps): bump github.com/crc-org/vfkit from 0.5.1 to 0.6.0
8ee8e71 doc : Use GitHub recommended keywords in pull request template to automatically link related issues (#4488)
8a1d173 build(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0
79cbf53 build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
9d2f4d0 build(deps): bump github.com/ProtonMail/go-crypto from 1.1.2 to 1.1.3
4b16d45 build(deps): bump github.com/golangci/golangci-lint in /tools
face0f4 fix: Download bundle without specifying tag
2c5e735 build(deps): bump github.com/golangci/golangci-lint in /tools
8d3928b Use the min builtin function
504c055 feat (dns) : Add host.crc.testing to /etc/hosts (#4410)
107c55c build(deps): bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0
41695ca bundle download & decompression: added Context argument
f71c018 fix (daemon) : Add logging to provide additional information for non-200 status codes (#3766)
f71d9ce build(deps): bump mikepenz/action-junit-report from 4 to 5
d23d714 build(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
8e5c7be Ignore virtualization check for arm64 for Linux platform

2.44.0-4.17.3

22 Nov 13:23
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.44.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.17.3
  • MicroShift 4.17.3
  • Fixes a bug where kube config file had an invalid context after crc stop #4400
  • Fixes a bug in e2e tests where command outputs without a newline were not parsed #4417
  • Removes the 'default' namespace from the 'crc-developer' kube context as 'developer' user do not have access to the 'default' namespace #4420

git shortlog

facc771 cut v2.44.0
7664059 [QE] fix linux e2e failure of podman, issue 4424
6d3be5a [QE]fix github action error for Linux arm64 test
87be5a8 [QE] fix failure of github action for Linux arm64 test
79da175 [QE] fix github action of linux arm64 tests
b6d4459 [QE] fix github action error imported by 0b4c663
ca6e2d1 build(deps): bump github.com/containers/libhvee from 0.7.1 to 0.9.0
0b4c663 add github action for linux arm64 tests with machine from testing farm
42afbf1 Update openshift/microshift to 4.17.3 (stable channel)
d485151 test (e2e) : Add E2E test for java app deploy workflow using Eclipse JKube (#4397)
d231c86 images/squid: Use centos-stream9 instead 8 (EOL)
f1104af build(deps): bump golang.org/x/tools from 0.26.0 to 0.27.0 in /tools
2d17d6e build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0
fa7add1 [QE] check postprocess program availability
e22465a build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0
4ecbec5 build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0
eea4451 build(deps): bump github.com/ProtonMail/go-crypto
960424f build(deps): bump github.com/klauspost/cpuid/v2 from 2.2.8 to 2.2.9
d9f83bc fix (test/extended/util) : shell doesn't parse command output ending without newline (#4416)
21445e6 build(deps): bump mikepenz/action-junit-report from 4 to 5
5b09ebf kubeconfig: remove default namespace from crc-developer context
57ed326 build(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1
6652e57 build(deps): bump github.com/cucumber/godog from 0.14.1 to 0.15.0
72e0f81 build(deps): bump libvirt.org/go/libvirtxml from 1.10008.0 to 1.10009.0
70a1d67 build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0
ed23b49 [QE]bump qe images with deliverset v0.0.7
0342835 fix (crc/machine) : KubeContext left in invalid state after crc stop

2.43.0-4.17.1

30 Oct 11:58
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.43.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.17.1
  • MicroShift 4.17.1
  • OKD 4.15.0-0.okd-2024-02-23-163410
  • improves bundle validation during crc setup #4343
  • fixes a bug on windows where detection of shell under SSH for commands crc oc-env and crc podman-env wasn't working #4401
  • docs: adds documentation on how to access services running on the host from the CRC instance while using user-mode networking #4404

git shortlog

268795f cut v2.43.0
9175c8e build(deps): bump github.com/containers/gvisor-tap-vsock
8150969 update openshift and microshift bundle to 4.17.1
aea4f39 [QE] limit log size for test reports
e4fe4f1 build(deps): bump github.com/zalando/go-keyring from 0.2.5 to 0.2.6
9b7772d bundle validation: expand regex
64042d8 bundle validation: expand regex
b174d0c Doc: Add instruction to access service from host to crc instance
f4ccc58 shell_windows: Detect shell under ssh
9f06891 bundle validation: check for bundle preset mismatch during setup
55a8836 build(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11
410a6db [QE] Change junit xml format to fill test reports on failure
5611baa build(deps): bump libvirt.org/go/libvirtxml from 1.10007.0 to 1.10008.0
ab8ba04 build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 in /tools
4aeed06 build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
3689ff1 build(deps): bump github.com/containers/common from 0.60.3 to 0.60.4
4a1d27a build(deps): bump github.com/ProtonMail/go-crypto
ab7c92f Print warning instead of error in case of unstable cluster - Since the code doesn't exit, the error messaging might be confusing to users
f5cec01 build(deps): bump github.com/golangci/golangci-lint in /tools
ec42d9c tools/go.mod: Update the go version from 1.22.0 to 1.22.1
3a8f554 kubeconfig: For string conversion use FormatUint instead Itoa
9bbe753 driver_darwin: Change arg for resize from int64 to uint64
22533ff libhvee_windows: Use uint64 as arg for disk resize function
42d1adb shell_windows: Get pid as uint32 instead int
f3428fe driver_darwin: Make readPidFromFile to return int32 instead int
c6000b4 shell32_windows.go: use int32 instead of int for showCmd parameter
329d1cd Change type of DiskSize to int to uint
7f4bfec Update crc-org/machine module

2.42.0-4.17.0

10 Oct 07:13
Compare
Choose a tag to compare

Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/2.42.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.17.0
  • MicroShift 4.16.14
  • OKD 4.15.0-0.okd-2024-02-23-163410
  • Use containers/libhvee for crc VM management on windows
  • fixes a bug where default network mode was not returned based on the operating system

git shortlog

6689ec2 cut v2.42.0
40aa602 Update microshift bundle version to 4.16.14
a13d33b Update OpenShift bundle version to 4.17.0
053da06 go proxy integration test: remove unused flags from the test
28c34fa Return default networking mode based on the operating system
3f62a38 [QE] Added a new e2e annotation to identify test to be executed only during release testing
b0e3fba [QE]fix short of registry name typo introduce by commit ddb0e7c
ddb0e7c [QE] Push qe oci image to quay on every merge to main This commit will push qe oci images to quay tagged as next, so we can use the latest changes on e2e and integration code to be used across all our CI systems
70949d5 fix path traversal which flagged by snyk scan
9cfc806 Add toos/vendor as part of snyk ignore list
b6ab6a1 QE fix typo on windows-e2e gh action flow.
71a3f1d QE: windows integration gh action increased overall timeout for suite.
ca178a2 QE: windows e2e gh action bump mapt to v0.6.9
662d582 QE: reduce the amount of windows e2e executions
ec4d2b9 build(deps): bump github.com/containers/common from 0.59.1 to 0.60.3
87a008a build(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10
01ff74f fix: Propagation for labelFiler param
d6c6e90 libhvee: Use libhvee APIs for disk resize
e5e2fde Use libhvee instead of the current PowerShell cmdlet implementation
593eaab windows: Remove system networking
5122f5e build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2
b26f8f0 build(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0 in /tools
ad8d514 build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0
11397da build(deps): bump github.com/containers/image/v5 from 5.32.1 to 5.32.2
55e4bb2 build(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2
922800a Update go version from 1.21 to 1.22
674e980 update-go-version: remove regex for ubi8/go-toolset images
d86787b update-go-version: Add regex to change go version for containerfile also
4948e01 Change base image of go-toolset from ubi to openshift release
3a2d864 Dockerfile: Switch from openshift-4.16 to openshift-4.17 tag for go-1.21
fe55e68 Remove manual creation of routes-controller manifest
5f29d92 build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0
16819bf build(deps): bump libvirt.org/go/libvirtxml from 1.10006.0 to 1.10007.0
da95dd3 build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0
851872b build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0
4e80c4c build(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0