Skip to content

Commit 9646589

Browse files
authored
Merge pull request #101 from zvlb/main
prepare v0.1.38 release
2 parents b9b731f + 93865be commit 9646589

File tree

4 files changed

+82
-80
lines changed

4 files changed

+82
-80
lines changed

helm/charts/envoy-xds-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.41"
18+
version: "0.42"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.37"
24+
appVersion: "v0.1.38"
2525

2626
home: https://github.com/kaasops/envoy-xds-controller
2727
sources:

helm/charts/envoy-xds-controller/crds/envoy.kaasops.io_virtualservices.yaml

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -84,25 +84,18 @@ spec:
8484
autoDiscovery:
8585
description: Find secret with domain in annotation "envoy.kaasops.io/domains"
8686
type: boolean
87-
certManager:
88-
properties:
89-
clusterIssuer:
90-
type: string
91-
enabled:
92-
description: Enabled used if Issuer and ClusterIssuer not
93-
set (If you want use default issuer fron ENV) If install
94-
Enabled and Issuer or ClusterIssuer - specified issuer will
95-
be used
96-
type: boolean
97-
issuer:
98-
type: string
99-
type: object
10087
secretRef:
10188
properties:
10289
name:
10390
type: string
10491
type: object
10592
type: object
93+
upgradeConfigs:
94+
description: UpgradeConfigs - https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-msg-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-upgradeconfig
95+
items:
96+
type: object
97+
x-kubernetes-preserve-unknown-fields: true
98+
type: array
10699
useRemoteAddress:
107100
description: Controller HCM Extentions (https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto)
108101
UseRemoteAddress - use remote address for x-forwarded-for header
@@ -115,10 +108,6 @@ spec:
115108
status:
116109
description: VirtualServiceStatus defines the observed state of VirtualService
117110
properties:
118-
domains:
119-
additionalProperties:
120-
type: string
121-
type: object
122111
error:
123112
type: string
124113
lastAppliedHash:

0 commit comments

Comments
 (0)