Skip to content

Releases: crc-org/crc-extension

v2.0.0

12 Oct 01:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0

28 Sep 08:11
a39b0ae
Compare
Choose a tag to compare

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.3.0

or the official release channel use:

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

and click on the "Install extension" button.

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

What's Changed

  • chore: cleanup unused example command in #177
  • Start Windows CRC executable path with upper case drive-letter in #178
  • cut release v1.3.0 in #179

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Sep 07:28
Compare
Choose a tag to compare

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.2.0

or the official release channel use:

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

and click on the "Install extension" button.

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

What's Changed

  • Remove connection factory when crc has instance in #167
  • Make microshift extension default preset in #170
  • Remove unused config get in #169

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Jul 10:19
Compare
Choose a tag to compare

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

v1.0.3

24 May 15:03
Compare
Choose a tag to compare

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.0.3

or the official release channel use:

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

and click on the "Install extension" button.

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

What's Changed

  • Use multi-stage container build #120
  • Use TS for scripts #125
  • show start error message #124
  • Register commands only if crc installed #126
  • Correct the package version #137

Full Changelog: v1.0.2...v1.0.3

v1.0.2

17 May 13:43
Compare
Choose a tag to compare

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.0.2

or the official release channel use:

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

and click on the "Install extension" button.

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

What's Changed

  • Add Tactic IDs for the OpenShift Local signup flow #118
  • Register connection factory only on installed state #119

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 May 12:11
Compare
Choose a tag to compare

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.0.1

or the official release channel use:

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

and click on the "Install extension" button.

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

What's Changed

  • Change Dockerfile for publication #115
  • Use custom path for podman cli call #114

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 May 12:10
Compare
Choose a tag to compare

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.0.0

or the official release channel use:

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

and click on the "Install extension" button.

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

What's Changed

  • Copy code from podman-desktop repository #1
  • Fix #2 clone url #3
  • feat: add crc cli detection checks #4
  • feat: update development flow #6
  • feat: install crc on windows #7
  • feat: add macos crc installer #10
  • Download CRC installer binary on runtime #11
  • Add note about extension install location #13
  • fix: handling win installer exit code #12
  • Use Podman Desktop Extension API #14
  • delete unused crc.json file #15
  • Crc setup #17
  • Ask pull secret during start #21
  • add delete tray item #22
  • Change icon #25
  • fix pullsecret validation #26
  • Use information dialog to select preset #23
  • sync crc and extension preferences #27
  • Publish image with GH Action #28
  • Parse Uncompressing output during setup #29
  • add k8s connection lifecycle #30
  • Change displayed name #31
  • add arm64 as platform for image #38
  • Add command to open terminal with OC CLI #41
  • Enhance configuration sync and validation #36
  • Publish extension image to ghcr.io #43
  • fix image name #45
  • Add vscode launch config to debug extension #42
  • Add open openshift console command #47
  • Add OC login copy commands #48
  • Propose to initialise if setup not finished #51
  • Use 'next' Extension API #53
  • Remove 'optional' remark for the pull-secret #52
  • Allow oc-env to be used with the microshift preset #55
  • Fix k8s connection creation, remove daemon start #59
  • Make sure the publisher name is consistent #60
  • add 'configured' state #69
  • Add telemetry using the extension API #54
  • Add command to push image to crc cluster #79
  • Add links to dashboard #90
  • Configuration sync fix and start/stop status enhance #92
  • Update preference on preset change #87
  • Improve description and preferences #96
  • Changed preset text #97
  • Fixes #67 Shows infoDialog when podman preset is used #100
  • Fixes #56 Alternative pull-secret info dialog #101
  • Update README with extension documentation #102
  • Minor update to container name #103
  • Add create crc vm function, and handle delete properly #98
  • Set installed state even setup is failed #106
  • Fixes #108 update publisher name #109
  • fix: Dialogs are sometimes concealed #110
  • Show current preset on dashboard #107
  • Use markdown for pullsecret description #112

Full Changelog: https://github.com/crc-org/crc-extension/commits/v1.0.0