Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Bump Service Catalog release to 0.3.0-beta.1 #2722

Merged
merged 1 commit into from Oct 4, 2019

Conversation

mszostok
Copy link
Contributor

@mszostok mszostok commented Oct 4, 2019

Description

  • Bump Service Catalog release to 0.3.0-beta.1

RELEASE NOTES:

馃毃Service Catalog v0.3.0-beta.1 is now available!

In this second beta release for the Service Catalog 0.3.0 milestone, we have worked on the following:

  • Add missing svcat: "true" labels to Service Catalog CRDs

  • Add CRD waiter for the migration job and the webhook server.
    It may take some time before Catalog CRDs are registered in the main API Server. For this reason, the CRD waiter is executed at the initial state of each Service Catalog binary because Service Catalog clients/informers can be created only when CRDs are available.

    Additionally, we added retries when restoring Service Catalog resources during the migration process.

    See the discussion in this thread for more info:
    https://kubernetes.slack.com/archives/C232SF3TK/p1570107013007500

  • Add iteration gap for readiness/liveness probe executions which check if CRDs for ServiceCatalog exist. Previously, the probes were executed every 10 secs, which generated a heavy load on the main API Server.

  • Previously, we listed all K8s CRDs. Now we fetch only CRDs which belong to Service Catalog using proper label selector. As a result, the response uses fewer resources.

Check beta.0 for more release notes.

We'd really appreciate any feedback on the upgrade procedure and any issues or tips you may run into.

Changes since beta.0

SVCat Binaries

macOS: https://download.svcat.sh/cli/v0.3.0-beta.1/darwin/amd64/svcat
Windows: https://download.svcat.sh/cli/v0.3.0-beta.1/windows/amd64/svcat.exe
Linux: https://download.svcat.sh/cli/v0.3.0-beta.1/linux/amd64/svcat

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mszostok

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Oct 4, 2019
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Oct 4, 2019
@mszostok mszostok merged commit 47081a0 into kubernetes-retired:master Oct 4, 2019
@mszostok mszostok deleted the bump-sc-ver branch October 4, 2019 13:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants