This repository has been archived by the owner on May 6, 2022. It is now read-only.
Update version from 0.3.0-beta.2 to 0.3.0 #2811
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Release notes:
🚨Service Catalog v0.3.0 is now available!
This is a MAJOR release. In 0.3.0 release, we've focused on replacing the Aggregated API Server with the CustomResourceDefinitions (CRDs) and Admission Webhook solution. The Service Catalog documentation is updated. Check it out for more details.
To install the Service Catalog from this release, run:
If you have installed Service Catalog on your cluster using the
helm install svc-cat/catalog
command, then migration process is automated for you and you can just run:The migration process is described here in detail. There you will also find information on how to upgrade Service Catalog manually.
Highlights
svcat get classes
via a--broker
flag (svcat CLI can now filter the classes return by broker insvcat get classes
via a--broker
flag #2786)removedFromBrokerCatalog
and it wasn't removed on (Cluster)ServicePlan reconcile. The removing logic was blocked due to a bug, which was fixed in this release. (Fix ServicePlan resync #2797)For the rest of the merge pull request, check the Changes since beta.2 section.
We'd really appreciate any feedback on the upgrade procedure and any issues or tips you may run into.
Changes since beta.2
make verify
(Fixmake verify
#2788)svcat get classes
via a--broker
flag (svcat CLI can now filter the classes return by broker insvcat get classes
via a--broker
flag #2786)Check beta.0, beta.1, and beta.2 for more release notes.
SVCat Binaries
macOS: https://download.svcat.sh/cli/v0.3.0/darwin/amd64/svcat
Windows: https://download.svcat.sh/cli/v0.3.0/windows/amd64/svcat.exe
Linux: https://download.svcat.sh/cli/v0.3.0/linux/amd64/svcat