From d9168163abd979a59d10471239bb4f8b353ac879 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Thu, 26 Jan 2023 17:10:06 +0800 Subject: [PATCH] build: bump pipy version to 0.90.0-18 (#49) * chore: bump version to v0.1.0-rc.1 Signed-off-by: Lin Yang * build: bump pipy version to 0.90.0-18 Signed-off-by: Lin Yang Signed-off-by: Lin Yang --- README.md | 6 +++--- VERSION | 4 ++-- charts/erie-canal/Chart.lock | 6 +++--- charts/erie-canal/Chart.yaml | 6 +++--- charts/erie-canal/values.schema.json | 2 +- charts/erie-canal/values.yaml | 4 ++-- charts/namespaced-ingress/Chart.lock | 6 +++--- charts/namespaced-ingress/Chart.yaml | 6 +++--- charts/tpls/Chart.yaml | 4 ++-- dockerfiles/ingress-pipy/Dockerfile | 2 +- samples/ingress/300-ingress-tls.yaml | 2 +- samples/multi-cluster/001-pipy-deployment.yaml | 2 +- samples/session-sticky/001.yaml | 2 +- samples/setup/readme.md | 6 +++--- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 183f0b8..c13b329 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To install the chart with the release name `ec` run: ```bash helm repo add ec https://ec.flomesh.io -helm install ec ec/erie-canal --namespace erie-canal --create-namespace --version=0.1.0-beta.6 +helm install ec ec/erie-canal --namespace erie-canal --create-namespace --version=0.1.0-rc.1 ``` The command deploys ErieCanal on the Kubernetes cluster using the default configuration in namespace `erie-canal` and creates the namespace if it doesn't exist. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -55,7 +55,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm helm install ec ec/erie-canal \ --namespace erie-canal \ --create-namespace \ - --version=0.1.0-beta.6 \ + --version=0.1.0-rc.1 \ --set ec.image.pullPolicy=Always ``` @@ -65,6 +65,6 @@ Alternatively, a YAML file that specifies the values for the parameters can be p helm install ec ec/erie-canal \ --namespace erie-canal \ --create-namespace \ - --version=0.1.0-beta.6 \ + --version=0.1.0-rc.1 \ -f values-override.yaml ``` diff --git a/VERSION b/VERSION index ff17ecc..28110b6 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -APP_VERSION=0.1.0-beta.6 -HELM_CHART_VERSION=0.1.0-beta.6 +APP_VERSION=0.1.0-rc.1 +HELM_CHART_VERSION=0.1.0-rc.1 K8S_VERSION=1.25.5 ENVTEST_K8S_VERSION=1.25 \ No newline at end of file diff --git a/charts/erie-canal/Chart.lock b/charts/erie-canal/Chart.lock index a37c612..f5befda 100644 --- a/charts/erie-canal/Chart.lock +++ b/charts/erie-canal/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: tpls repository: file://../tpls - version: 0.1.0-beta.6 + version: 0.1.0-rc.1 - name: cert-manager repository: https://charts.jetstack.io version: v1.7.3 -digest: sha256:a53aa295cc96451554a85c8c50f5705baa618de288527f7887ae518fad4735f6 -generated: "2023-01-26T15:14:17.805532+08:00" +digest: sha256:9a023a4d4108639d03b0182e2b235da0ec14837138ea585cf6114a227cfbd281 +generated: "2023-01-26T16:05:02.395651+08:00" diff --git a/charts/erie-canal/Chart.yaml b/charts/erie-canal/Chart.yaml index 09dbbb9..7e103de 100644 --- a/charts/erie-canal/Chart.yaml +++ b/charts/erie-canal/Chart.yaml @@ -18,13 +18,13 @@ 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.1.0-beta.6 +version: 0.1.0-rc.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: "0.1.0-beta.6" +appVersion: "0.1.0-rc.1" keywords: - kubernetes @@ -48,7 +48,7 @@ sources: dependencies: - name: tpls - version: 0.1.0-beta.6 + version: 0.1.0-rc.1 repository: file://../tpls - name: cert-manager version: 1.7.3 diff --git a/charts/erie-canal/values.schema.json b/charts/erie-canal/values.schema.json index 8c46fe0..c566b5a 100644 --- a/charts/erie-canal/values.schema.json +++ b/charts/erie-canal/values.schema.json @@ -166,7 +166,7 @@ }, "tag": { "type": "string", - "default": "0.90.0-rc1", + "default": "0.90.0-18", "title": "The tag Schema" } } diff --git a/charts/erie-canal/values.yaml b/charts/erie-canal/values.yaml index c6cbaaa..c228813 100644 --- a/charts/erie-canal/values.yaml +++ b/charts/erie-canal/values.yaml @@ -53,11 +53,11 @@ ec: pipy: imageName: pipy - tag: 0.90.0-rc1-nonroot + tag: 0.90.0-18-nonroot pipyRepo: imageName: pipy-repo - tag: 0.90.0-rc1 + tag: 0.90.0-18 waitForIt: imageName: wait-for-it diff --git a/charts/namespaced-ingress/Chart.lock b/charts/namespaced-ingress/Chart.lock index c4d2f56..7ab861f 100644 --- a/charts/namespaced-ingress/Chart.lock +++ b/charts/namespaced-ingress/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: tpls repository: file://../tpls - version: 0.1.0-beta.6 -digest: sha256:d0177b3090b73c04abd82bfca7e02374866c774f61a1184acce51b9286b0cdd9 -generated: "2023-01-26T15:14:22.767827+08:00" + version: 0.1.0-rc.1 +digest: sha256:ab186cc0c892d6a7d15640c8daf3af4dc6b9080cd09a274d4ee5c241b7759912 +generated: "2023-01-26T16:05:07.157522+08:00" diff --git a/charts/namespaced-ingress/Chart.yaml b/charts/namespaced-ingress/Chart.yaml index 39f9b51..95f3a79 100644 --- a/charts/namespaced-ingress/Chart.yaml +++ b/charts/namespaced-ingress/Chart.yaml @@ -16,15 +16,15 @@ 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.1.0-beta.6 +version: 0.1.0-rc.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: "0.1.0-beta.6" +appVersion: "0.1.0-rc.1" dependencies: - name: tpls - version: 0.1.0-beta.6 + version: 0.1.0-rc.1 repository: file://../tpls diff --git a/charts/tpls/Chart.yaml b/charts/tpls/Chart.yaml index e5ebdeb..6801f9a 100644 --- a/charts/tpls/Chart.yaml +++ b/charts/tpls/Chart.yaml @@ -15,10 +15,10 @@ type: library # 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.1.0-beta.6 +version: 0.1.0-rc.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: "0.1.0-beta.6" +appVersion: "0.1.0-rc.1" diff --git a/dockerfiles/ingress-pipy/Dockerfile b/dockerfiles/ingress-pipy/Dockerfile index 379a0ce..3bf212d 100644 --- a/dockerfiles/ingress-pipy/Dockerfile +++ b/dockerfiles/ingress-pipy/Dockerfile @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \ CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH make build/ingress-pipy # Build the final image -FROM flomesh/pipy:0.90.0-rc1-$DISTROLESS_TAG +FROM flomesh/pipy:0.90.0-18-$DISTROLESS_TAG WORKDIR / COPY --from=builder /workspace/bin/ingress-pipy . diff --git a/samples/ingress/300-ingress-tls.yaml b/samples/ingress/300-ingress-tls.yaml index 413fdd2..07ab973 100644 --- a/samples/ingress/300-ingress-tls.yaml +++ b/samples/ingress/300-ingress-tls.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: pipy-ok - image: flomesh/pipy:0.90.0-rc1-debug-nonroot + image: flomesh/pipy:0.90.0-18-debug-nonroot ports: - name: pipy containerPort: 8080 diff --git a/samples/multi-cluster/001-pipy-deployment.yaml b/samples/multi-cluster/001-pipy-deployment.yaml index 09c3969..b1a5263 100644 --- a/samples/multi-cluster/001-pipy-deployment.yaml +++ b/samples/multi-cluster/001-pipy-deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: pipy-ok - image: flomesh/pipy:0.90.0-rc1-debug-nonroot + image: flomesh/pipy:0.90.0-18-debug-nonroot ports: - name: pipy containerPort: 8080 diff --git a/samples/session-sticky/001.yaml b/samples/session-sticky/001.yaml index af03dcf..a9bab46 100644 --- a/samples/session-sticky/001.yaml +++ b/samples/session-sticky/001.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: pipy-ok - image: flomesh/pipy:0.90.0-rc1-debug-nonroot + image: flomesh/pipy:0.90.0-18-debug-nonroot ports: - name: pipy containerPort: 8080 diff --git a/samples/setup/readme.md b/samples/setup/readme.md index 5bfc589..f602df9 100644 --- a/samples/setup/readme.md +++ b/samples/setup/readme.md @@ -44,7 +44,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui #### Install ErieCanal to Control Plane ```shell -helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-beta.6-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/ +helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-rc.1-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/ ``` ### Cluster 1 @@ -73,7 +73,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui #### Install ErieCanal to Cluster1 ```shell -helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-beta.6-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/ +helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-rc.1-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/ ``` ### Cluster 2 @@ -102,7 +102,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui #### Install ErieCanal to Cluster2 ```shell -helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-beta.6-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/ +helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-rc.1-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/ ``` ## Create/Update Cluster CRD yamls