- Update to 1.2.3

This commit is contained in:
Danilo Egea Gondolfo 2019-08-04 21:04:36 +00:00
parent cb35fd18a0
commit 455062b1f2
3 changed files with 34 additions and 21 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= istio
PORTVERSION= 1.1.8
PORTVERSION= 1.2.3
CATEGORIES= sysutils
MAINTAINER= danilo@FreeBSD.org
@ -21,7 +21,7 @@ USE_GITHUB= yes
GO_PKGNAME= istio.io/istio
GO_TARGET= ${GO_PKGNAME}/istioctl/cmd/istioctl
GO_BUILDFLAGS= -ldflags="-X istio.io/istio/pkg/version.buildVersion=${PORTVERSION} \
GO_BUILDFLAGS= -ldflags="-X istio.io/istio/vendor/istio.io/pkg/version.buildVersion=${PORTVERSION} \
-X istio.io/istio/pkg/version.buildDockerHub=docker.io/istio"
post-install:

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1559941198
SHA256 (istio-istio-1.1.8_GH0.tar.gz) = ec62ca7b4d3d712b72b6df079b168af12c1d794d7ca8ce5d39ea274c90c55d5c
SIZE (istio-istio-1.1.8_GH0.tar.gz) = 20718514
TIMESTAMP = 1564951958
SHA256 (istio-istio-1.2.3_GH0.tar.gz) = 51d5007c5e9d86a1ad4453fbd2794b15549fdbdc692ed64f93920ec0d967d0d2
SIZE (istio-istio-1.2.3_GH0.tar.gz) = 20248744

View file

@ -38,9 +38,6 @@ bin/istioctl
%%DATADIR%%/install/kubernetes/ansible/istio/tasks/simple_sample_cmd.j2
%%DATADIR%%/install/kubernetes/ansible/istio/vars/main.yml
%%DATADIR%%/install/kubernetes/ansible/main.yml
%%DATADIR%%/install/kubernetes/citadel_extras/istio-citadel-plugin-certs.yaml.tmpl
%%DATADIR%%/install/kubernetes/citadel_extras/istio-citadel-standalone.yaml.tmpl
%%DATADIR%%/install/kubernetes/citadel_extras/istio-citadel-with-health-check.yaml.tmpl
%%DATADIR%%/install/kubernetes/global-default-sidecar-scope.yaml
%%DATADIR%%/install/kubernetes/helm/README.md
%%DATADIR%%/install/kubernetes/helm/helm-service-account.yaml
@ -49,16 +46,19 @@ bin/istioctl
%%DATADIR%%/install/kubernetes/helm/istio-init/README.md
%%DATADIR%%/install/kubernetes/helm/istio-init/files/crd-10.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/files/crd-11.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/files/crd-12.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/files/crd-certmanager-10.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/files/crd-certmanager-11.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/clusterrole.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/clusterrolebinding.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/configmap-crd-10.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/configmap-crd-11.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/configmap-crd-12.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/configmap-crd-certmanager-10.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/configmap-crd-certmanager-11.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/job-crd-10.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/job-crd-11.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/job-crd-12.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/job-crd-certmanager-10.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/job-crd-certmanager-11.yaml
%%DATADIR%%/install/kubernetes/helm/istio-init/templates/serviceaccount.yaml
@ -92,8 +92,6 @@ bin/istioctl
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/_affinity.tpl
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/_helpers.tpl
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/autoscale.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/clusterrole.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/clusterrolebindings.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/deployment.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/poddisruptionbudget.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/gateways/templates/preconfigured.yaml
@ -199,15 +197,6 @@ bin/istioctl
%%DATADIR%%/install/kubernetes/helm/istio/charts/security/templates/serviceaccount.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/security/templates/tests/test-citadel-connection.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/security/values.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/.helmignore
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/Chart.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/templates/NOTES.txt
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/templates/_helpers.tpl
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/templates/deployment.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/templates/ingress.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/templates/service.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/templates/tests/test-servicegraph-connection.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/servicegraph/values.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/Chart.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/OWNERS
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/templates/_helpers.tpl
@ -215,6 +204,7 @@ bin/istioctl
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/templates/clusterrolebinding.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/templates/deployment.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/templates/mutatingwebhook.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/templates/poddisruptionbudget.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/templates/service.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/templates/serviceaccount.yaml
%%DATADIR%%/install/kubernetes/helm/istio/charts/sidecarInjectorWebhook/values.yaml
@ -233,6 +223,7 @@ bin/istioctl
%%DATADIR%%/install/kubernetes/helm/istio/example-values/values-istio-gateways.yaml
%%DATADIR%%/install/kubernetes/helm/istio/example-values/values-istio-googleca.yaml
%%DATADIR%%/install/kubernetes/helm/istio/example-values/values-istio-multicluster-gateways.yaml
%%DATADIR%%/install/kubernetes/helm/istio/files/injection-template.yaml
%%DATADIR%%/install/kubernetes/helm/istio/requirements.yaml
%%DATADIR%%/install/kubernetes/helm/istio/templates/NOTES.txt
%%DATADIR%%/install/kubernetes/helm/istio/templates/_affinity.tpl
@ -254,6 +245,7 @@ bin/istioctl
%%DATADIR%%/install/kubernetes/helm/istio/test-values/values-istio-auth-sds.yaml
%%DATADIR%%/install/kubernetes/helm/istio/test-values/values-istio-auth.yaml
%%DATADIR%%/install/kubernetes/helm/istio/test-values/values-istio-mcp.yaml
%%DATADIR%%/install/kubernetes/helm/istio/test-values/values-istio-multicluster-split-horizon.yaml
%%DATADIR%%/install/kubernetes/helm/istio/test-values/values-istio-multicluster.yaml
%%DATADIR%%/install/kubernetes/helm/istio/test-values/values-istio-non-mcp.yaml
%%DATADIR%%/install/kubernetes/helm/istio/test-values/values-istio-one-namespace-auth.yaml
@ -333,7 +325,6 @@ bin/istioctl
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/namespace-policy.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/productpage-policy.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/ratings-policy.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/ratings-v2-add-serviceaccount.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-ON.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-on-mongodb.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/platform/kube/rbac/rbac-config-on-permissive.yaml
@ -349,9 +340,14 @@ bin/istioctl
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-kubernetesenv-telemetry.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-ratelimit-crd.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-ratelimit.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-redis-quota-fixed-window.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-productpage-redis-quota-rolling-window.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-denial.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-ratelimit.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-redis-quota-fixed-window.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/mixer-rule-ratings-redis-quota-rolling-window.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/prometheus-adapter-deployment.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/policy/prometheus-oop-rule.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/build-services.sh
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/details/Dockerfile
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/details/details.rb
@ -363,6 +359,21 @@ bin/istioctl
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/Dockerfile
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/productpage.py
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/requirements.txt
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/css/bootstrap-theme.css
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/css/bootstrap-theme.css.map
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/css/bootstrap-theme.min.css
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/css/bootstrap.css
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/css/bootstrap.css.map
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/css/bootstrap.min.css
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/fonts/glyphicons-halflings-regular.eot
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/fonts/glyphicons-halflings-regular.svg
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/fonts/glyphicons-halflings-regular.ttf
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/fonts/glyphicons-halflings-regular.woff
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/fonts/glyphicons-halflings-regular.woff2
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/js/bootstrap.js
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/js/bootstrap.min.js
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/bootstrap/js/npm.js
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/static/jquery.min.js
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/templates/index.html
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/templates/productpage.html
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/productpage/test-requirements.txt
@ -372,7 +383,6 @@ bin/istioctl
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/ratings/ratings.js
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/.gitignore
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/build.gradle
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/.gitignore
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/build.gradle
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/java/application/ReviewsApplication.java
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/src/reviews/reviews-application/src/main/java/application/rest/LibertyRestEndpoint.java
@ -397,6 +407,8 @@ bin/istioctl
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/metrics.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/tcp-metrics-crd.yaml
%%EXAMPLES%%%%DATADIR%%/samples/bookinfo/telemetry/tcp-metrics.yaml
%%EXAMPLES%%%%DATADIR%%/samples/certs/Makefile
%%EXAMPLES%%%%DATADIR%%/samples/certs/README.md
%%EXAMPLES%%%%DATADIR%%/samples/certs/ca-cert.pem
%%EXAMPLES%%%%DATADIR%%/samples/certs/ca-key.pem
%%EXAMPLES%%%%DATADIR%%/samples/certs/cert-chain.pem
@ -408,6 +420,7 @@ bin/istioctl
%%EXAMPLES%%%%DATADIR%%/samples/external/aptget.yaml
%%EXAMPLES%%%%DATADIR%%/samples/external/github.yaml
%%EXAMPLES%%%%DATADIR%%/samples/external/pypi.yaml
%%EXAMPLES%%%%DATADIR%%/samples/fortio/stackdriver.yaml
%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-command.yaml
%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-http-same-port.yaml
%%EXAMPLES%%%%DATADIR%%/samples/health-check/liveness-http.yaml