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

Commit

Permalink
Bump version 0.2.0 (#2624)
Browse files Browse the repository at this point in the history
- official GA of namespaced resources
  • Loading branch information
jberkhahn authored May 14, 2019
1 parent 8679350 commit ab3bc6c
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion charts/catalog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: catalog
description: service-catalog API server and controller-manager helm chart
version: 0.1.43
version: 0.2.0
2 changes: 1 addition & 1 deletion charts/catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ chart and their default values.

| Parameter | Description | Default |
|-----------|-------------|---------|
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.1.43` |
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.2.0` |
| `imagePullPolicy` | `imagePullPolicy` for the service catalog | `Always` |
| `apiserver.replicas` | `replicas` for the service catalog apiserver pod count | `1` |
| `apiserver.updateStrategy` | `updateStrategy` for the service catalog apiserver deployments | `RollingUpdate` |
Expand Down
4 changes: 2 additions & 2 deletions charts/catalog/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Service Catalog
# service-catalog image to use
image: quay.io/kubernetes-service-catalog/service-catalog:v0.1.43
image: quay.io/kubernetes-service-catalog/service-catalog:v0.2.0
# imagePullPolicy for the service-catalog; valid values are "IfNotPresent",
# "Never", and "Always"
imagePullPolicy: Always
Expand Down Expand Up @@ -187,7 +187,7 @@ controllerManager:
originatingIdentityEnabled: true
# Whether the AsyncBindingOperations alpha feature should be enabled
asyncBindingOperationsEnabled: false
# Whether the NamespacedServiceBroker alpha feature should be disabled
# Whether the NamespacedServiceBroker feature should be disabled
namespacedServiceBrokerDisabled: false
# Whether the ServicePlanDefaults alpha feature should be enabled
servicePlanDefaultsEnabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/healthcheck/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: healthcheck
description: HealthCheck monitors the health of Service Catalog
version: 0.0.1
version: 0.2.0
2 changes: 1 addition & 1 deletion charts/healthcheck/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Health Check
# Image to use
image: quay.io/kubernetes-service-catalog/healthcheck:v0.1.9
image: quay.io/kubernetes-service-catalog/healthcheck:v0.2.0
# ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: IfNotPresent
rbacApiVersion: rbac.authorization.k8s.io/v1
2 changes: 1 addition & 1 deletion charts/test-broker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: test-broker
description: test service-broker deployment Helm chart.
version: 0.0.1
version: 0.2.0
2 changes: 1 addition & 1 deletion charts/test-broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Service Broker

| Parameter | Description | Default |
|-----------|-------------|---------|
| `image` | Image to use | `quay.io/kubernetes-service-catalog/test-broker:v0.1.43` |
| `image` | Image to use | `quay.io/kubernetes-service-catalog/test-broker:v0.2.0` |
| `imagePullPolicy` | `imagePullPolicy` for the test-broker | `Always` |

Specify each parameter using the `--set key=value[,key=value]` argument to
Expand Down
2 changes: 1 addition & 1 deletion charts/test-broker/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for Test Service Broker
# Image to use
image: quay.io/kubernetes-service-catalog/test-broker:v0.1.43
image: quay.io/kubernetes-service-catalog/test-broker:v0.2.0
# ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: Always
# Whether the broker should also log to stderr instead of to files only
Expand Down
2 changes: 1 addition & 1 deletion charts/ups-broker/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: ups-broker
description: user-provided service-broker deployment Helm chart.
version: 0.0.1
version: 0.2.0
2 changes: 1 addition & 1 deletion charts/ups-broker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Service Broker

| Parameter | Description | Default |
|-----------|-------------|---------|
| `image` | Image to use | `quay.io/kubernetes-service-catalog/user-broker:v0.1.43` |
| `image` | Image to use | `quay.io/kubernetes-service-catalog/user-broker:v0.2.0` |
| `imagePullPolicy` | `imagePullPolicy` for the ups-broker | `Always` |

Specify each parameter using the `--set key=value[,key=value]` argument to
Expand Down
2 changes: 1 addition & 1 deletion charts/ups-broker/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Default values for User-Provided Service Broker
# Image to use
image: quay.io/kubernetes-service-catalog/user-broker:v0.1.43
image: quay.io/kubernetes-service-catalog/user-broker:v0.2.0
# ImagePullPolicy; valid values are "IfNotPresent", "Never", and "Always"
imagePullPolicy: Always
# Whether the broker should also log to stderr instead of to files only
Expand Down
3 changes: 2 additions & 1 deletion docs/feature-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ different Service Catalog.
|---------|---------|-------|-------|-------|
| `AsyncBindingOperations` | `false` | Alpha | v0.1.7 | |
| `NamespacedServiceBroker` | `false` | Alpha | v0.1.10 | v0.1.28 |
| `NamespacedServiceBroker` | `true` | GA | v0.1.29 | |
| `NamespacedServiceBroker` | `true` | Alpha | v0.1.29 | v0.1.43 |
| `NamespacedServiceBroker` | `true` | GA | v0.2.0 | |
| `OriginatingIdentity` | `false` | Alpha | v0.1.7 | v0.1.29 |
| `OriginatingIdentity` | `true` | GA | v0.1.30 | |
| `OriginatingIdentityLocking` | `true` | Alpha | v0.1.14 | |
Expand Down
6 changes: 3 additions & 3 deletions docs/namespaced-broker-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ control over service instance provisioning.

## Disabling Namespace Scoped Broker Resources

Currently, namespace-scoped broker resources are an alpha-feature of Service
Catalog that is on by default. To disable use of these resources, you will need
to pass an argument to the API Server when you install Service Catalog:
Currently, namespace-scoped broker resources enabled by default. To disable
use of these resources, you will need to pass an argument to the API
Server when you install Service Catalog:
`--feature-gates NamespacedServiceBroker=false`.

If you are using Helm, you can use the `namespacedServiceBrokerDisabled` setting
Expand Down

0 comments on commit ab3bc6c

Please sign in to comment.