Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.10.1 #2646

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/kubevious-manifests-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
with:
manifests: helm-chart

- name: Validate istio-manifests
id: istio-manifests-validation
uses: kubevious/[email protected]
with:
manifests: istio-manifests https://github.com/istio/istio/raw/master/manifests/charts/base/crds/crd-all.gen.yaml

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change sounds good to me because we should eventually remove that istio-manifests folder.
And users should use /kustomize/components/service-mesh-istio instead.

- name: Validate kustomize
id: kustomize-validation
uses: kubevious/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.0
version: 0.10.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.10.0"
appVersion: "v0.10.1"
2 changes: 1 addition & 1 deletion kustomize/base/adservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.10.1
ports:
- containerPort: 9555
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.10.1
ports:
- containerPort: 7070
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/checkoutservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.10.1
ports:
- containerPort: 5050
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/currencyservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.10.1
ports:
- name: grpc
containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/emailservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/emailservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.10.1
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/frontend:v0.10.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.10.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.10.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.10.1
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/paymentservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.10.1
ports:
- containerPort: 50051
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/productcatalogservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.10.1
ports:
- containerPort: 3550
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/recommendationservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.10.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/shippingservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.10.1
ports:
- containerPort: 50051
env:
Expand Down
22 changes: 11 additions & 11 deletions release/kubernetes-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/currencyservice:v0.10.1
ports:
- name: grpc
containerPort: 7000
Expand Down Expand Up @@ -158,7 +158,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.10.0
image: gcr.io/google-samples/microservices-demo/loadgenerator:v0.10.1
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down Expand Up @@ -208,7 +208,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/productcatalogservice:v0.10.1
ports:
- containerPort: 3550
env:
Expand Down Expand Up @@ -280,7 +280,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/checkoutservice:v0.10.1
ports:
- containerPort: 5050
readinessProbe:
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/shippingservice:v0.10.1
ports:
- containerPort: 50051
env:
Expand Down Expand Up @@ -436,7 +436,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/cartservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/cartservice:v0.10.1
ports:
- containerPort: 7070
env:
Expand Down Expand Up @@ -579,7 +579,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/emailservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/emailservice:v0.10.1
ports:
- containerPort: 8080
env:
Expand Down Expand Up @@ -654,7 +654,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/paymentservice:v0.10.1
ports:
- containerPort: 50051
env:
Expand Down Expand Up @@ -728,7 +728,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/frontend:v0.10.0
image: gcr.io/google-samples/microservices-demo/frontend:v0.10.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down Expand Up @@ -855,7 +855,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/recommendationservice:v0.10.1
ports:
- containerPort: 8080
readinessProbe:
Expand Down Expand Up @@ -932,7 +932,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: gcr.io/google-samples/microservices-demo/adservice:v0.10.0
image: gcr.io/google-samples/microservices-demo/adservice:v0.10.1
ports:
- containerPort: 9555
env:
Expand Down
Loading