Skip to content

v1.1.0

Compare
Choose a tag to compare
@gbraad gbraad released this 24 Jul 10:19
· 157 commits to main since this release

From the Podman Desktop interface, go to the Settings tab and click on "Desktop Extensions".

For the development channel, fill the name:

ghcr.io/crc-org/crc-extension:v1.1.0

or the official release channel use:

quay.io/redhat-developer/openshift-local-extension:v1.1.0

and click on the "Install extension" button.

See: https://github.com/crc-org/crc-extension#installation

What's Changed

  • build: add .dockerignore to skip copying node_modules and dist in #139
  • Update installation procedurein #142
  • Sync preferences even if no crc instance by in #140
  • Handle need to recreate and cancel in #131
  • Single layer extension container in #141
  • Add issue template by #157
  • Add preset info to telemetry:crc.start by #161
  • Implement CRC CLI update in #162
  • Use default preset label if preset is not set in #163
  • feat: add markdown description for OpenShift Local in #165

Full Changelog: v1.0.3...v1.1.10