Branch cut changes for release-1.7 (#7767)

* Branch cut changes for release-1.7

* Missed make gen
This commit is contained in:
Eric Van Norman 2020-07-22 11:12:06 -05:00 committed by GitHub
parent 9dd06e5201
commit db796eab17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 39 additions and 28 deletions

View File

@ -66,7 +66,7 @@ baseurl := "$(URL)"
endif endif
# Which branch of the Istio source code do we fetch stuff from # Which branch of the Istio source code do we fetch stuff from
SOURCE_BRANCH_NAME ?= master SOURCE_BRANCH_NAME ?= release-1.7
site: site:
@scripts/gen_site.sh @scripts/gen_site.sh

View File

@ -2264,6 +2264,11 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><code>--authority &lt;string&gt;</code></td>
<td></td>
<td>XDS Subject Alternative Name (for example istiod.istio-system.svc) (default ``)</td>
</tr>
<tr>
<td><code>--cert-dir &lt;string&gt;</code></td> <td><code>--cert-dir &lt;string&gt;</code></td>
<td></td> <td></td>
<td>XDS Endpoint certificate directory (default ``)</td> <td>XDS Endpoint certificate directory (default ``)</td>
@ -2318,11 +2323,6 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
<td></td> <td></td>
<td>Istiod pod port (default `15012`)</td> <td>Istiod pod port (default `15012`)</td>
</tr> </tr>
<tr>
<td><code>--xds-san &lt;string&gt;</code></td>
<td></td>
<td>XDS Subject Alternative Name (for example istiod.istio-system.svc) (default ``)</td>
</tr>
</tbody> </tbody>
</table> </table>
<h3 id="istioctl-experimental-proxy-status Examples">Examples</h3> <h3 id="istioctl-experimental-proxy-status Examples">Examples</h3>
@ -2823,6 +2823,11 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpe
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td><code>--authority &lt;string&gt;</code></td>
<td></td>
<td>XDS Subject Alternative Name (for example istiod.istio-system.svc) (default ``)</td>
</tr>
<tr>
<td><code>--cert-dir &lt;string&gt;</code></td> <td><code>--cert-dir &lt;string&gt;</code></td>
<td></td> <td></td>
<td>XDS Endpoint certificate directory (default ``)</td> <td>XDS Endpoint certificate directory (default ``)</td>
@ -2892,11 +2897,6 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpe
<td></td> <td></td>
<td>Istiod pod port (default `15012`)</td> <td>Istiod pod port (default `15012`)</td>
</tr> </tr>
<tr>
<td><code>--xds-san &lt;string&gt;</code></td>
<td></td>
<td>XDS Subject Alternative Name (for example istiod.istio-system.svc) (default ``)</td>
</tr>
</tbody> </tbody>
</table> </table>
<h3 id="istioctl-experimental-version Examples">Examples</h3> <h3 id="istioctl-experimental-version Examples">Examples</h3>
@ -4990,6 +4990,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>Default values for istioctl flags</td> <td>Default values for istioctl flags</td>
</tr> </tr>
<tr> <tr>
<td><code>ISTIOCTL_AUTHORITY</code></td>
<td>String</td>
<td><code></code></td>
<td>istioctl --authority override</td>
</tr>
<tr>
<td><code>ISTIOCTL_CERT_DIR</code></td> <td><code>ISTIOCTL_CERT_DIR</code></td>
<td>String</td> <td>String</td>
<td><code></code></td> <td><code></code></td>
@ -5026,12 +5032,6 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>istioctl --xds-port override</td> <td>istioctl --xds-port override</td>
</tr> </tr>
<tr> <tr>
<td><code>ISTIOCTL_XDS_SAN</code></td>
<td>String</td>
<td><code></code></td>
<td>istioctl --xds-san override</td>
</tr>
<tr>
<td><code>ISTIOD_CUSTOM_HOST</code></td> <td><code>ISTIOD_CUSTOM_HOST</code></td>
<td>String</td> <td>String</td>
<td><code></code></td> <td><code></code></td>
@ -5425,6 +5425,8 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr> <tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr>
<tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr> <tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr>
<tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr> <tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr>
<tr><td><code>scrape_failures_total</code></td><td><code>Sum</code></td><td>The total number of failed scrapes.</td></tr>
<tr><td><code>scrapes_total</code></td><td><code>Sum</code></td><td>The total number of scrapes.</td></tr>
<tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr>

View File

@ -492,6 +492,8 @@ These environment variables affect the behavior of the <code>operator</code> com
<tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr> <tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr>
<tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr> <tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr>
<tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr> <tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr>
<tr><td><code>scrape_failures_total</code></td><td><code>Sum</code></td><td>The total number of failed scrapes.</td></tr>
<tr><td><code>scrapes_total</code></td><td><code>Sum</code></td><td>The total number of scrapes.</td></tr>
<tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr>

View File

@ -1147,6 +1147,8 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr> <tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr>
<tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr> <tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr>
<tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr> <tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr>
<tr><td><code>scrape_failures_total</code></td><td><code>Sum</code></td><td>The total number of failed scrapes.</td></tr>
<tr><td><code>scrapes_total</code></td><td><code>Sum</code></td><td>The total number of scrapes.</td></tr>
<tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr>

View File

@ -1007,6 +1007,8 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr> <tr><td><code>pilot_xds_pushes</code></td><td><code>Sum</code></td><td>Pilot build and send errors for lds, rds, cds and eds.</td></tr>
<tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr> <tr><td><code>pilot_xds_rds_reject</code></td><td><code>LastValue</code></td><td>Pilot rejected RDS.</td></tr>
<tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr> <tr><td><code>pilot_xds_write_timeout</code></td><td><code>Sum</code></td><td>Pilot XDS response write timeouts.</td></tr>
<tr><td><code>scrape_failures_total</code></td><td><code>Sum</code></td><td>The total number of failed scrapes.</td></tr>
<tr><td><code>scrapes_total</code></td><td><code>Sum</code></td><td>The total number of scrapes.</td></tr>
<tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_failure_total</code></td><td><code>Sum</code></td><td>Total number of failed sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_requests_total</code></td><td><code>Sum</code></td><td>Total number of sidecar injection requests.</td></tr>
<tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr> <tr><td><code>sidecar_injection_skip_total</code></td><td><code>Sum</code></td><td>Total number of skipped sidecar injection requests.</td></tr>

View File

@ -183,7 +183,7 @@ spec:
<tbody> <tbody>
<tr id="AuthorizationPolicy-selector"> <tr id="AuthorizationPolicy-selector">
<td><code>selector</code></td> <td><code>selector</code></td>
<td><code><a href="/docs/reference/config/type/v1beta1/workload-selector/#WorkloadSelector">WorkloadSelector</a></code></td> <td><code><a href="/docs/reference/config/networking/sidecar/#WorkloadSelector#WorkloadSelector">WorkloadSelector</a></code></td>
<td> <td>
<p>Optional. Workload selector decides where to apply the authorization policy. <p>Optional. Workload selector decides where to apply the authorization policy.
If not set, the authorization policy will be applied to all workloads in the If not set, the authorization policy will be applied to all workloads in the

View File

@ -105,7 +105,7 @@ spec:
<tbody> <tbody>
<tr id="PeerAuthentication-selector"> <tr id="PeerAuthentication-selector">
<td><code>selector</code></td> <td><code>selector</code></td>
<td><code><a href="/docs/reference/config/type/v1beta1/workload-selector/#WorkloadSelector">WorkloadSelector</a></code></td> <td><code><a href="/docs/reference/config/networking/sidecar/#WorkloadSelector#WorkloadSelector">WorkloadSelector</a></code></td>
<td> <td>
<p>The selector determines the workloads to apply the ChannelAuthentication on. <p>The selector determines the workloads to apply the ChannelAuthentication on.
If not set, the policy will be applied to all workloads in the same namespace as the policy.</p> If not set, the policy will be applied to all workloads in the same namespace as the policy.</p>

View File

@ -128,7 +128,7 @@ spec:
<tbody> <tbody>
<tr id="RequestAuthentication-selector"> <tr id="RequestAuthentication-selector">
<td><code>selector</code></td> <td><code>selector</code></td>
<td><code><a href="/docs/reference/config/type/v1beta1/workload-selector/#WorkloadSelector">WorkloadSelector</a></code></td> <td><code><a href="/docs/reference/config/networking/sidecar/#WorkloadSelector#WorkloadSelector">WorkloadSelector</a></code></td>
<td> <td>
<p>The selector determines the workloads to apply the RequestAuthentication on. <p>The selector determines the workloads to apply the RequestAuthentication on.
If not set, the policy will be applied to all workloads in the same namespace as the policy.</p> If not set, the policy will be applied to all workloads in the same namespace as the policy.</p>

View File

@ -373,7 +373,7 @@ spec:
istio: ingressgateway istio: ingressgateway
jwtRules: jwtRules:
- issuer: "testing@secure.istio.io" - issuer: "testing@secure.istio.io"
jwksUri: "https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/jwks.json" jwksUri: "https://raw.githubusercontent.com/istio/istio/release-1.7/security/tools/jwt/samples/jwks.json"
EOF EOF
} }
@ -394,7 +394,7 @@ curl --header "Authorization: Bearer deadbeef" "$INGRESS_HOST:$INGRESS_PORT/head
ENDSNIP ENDSNIP
snip_enduser_authentication_7() { snip_enduser_authentication_7() {
TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/demo.jwt -s) TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/release-1.7/security/tools/jwt/samples/demo.jwt -s)
curl --header "Authorization: Bearer $TOKEN" "$INGRESS_HOST:$INGRESS_PORT/headers" -s -o /dev/null -w "%{http_code}\n" curl --header "Authorization: Bearer $TOKEN" "$INGRESS_HOST:$INGRESS_PORT/headers" -s -o /dev/null -w "%{http_code}\n"
} }
@ -403,11 +403,11 @@ curl --header "Authorization: Bearer $TOKEN" "$INGRESS_HOST:$INGRESS_PORT/header
ENDSNIP ENDSNIP
snip_enduser_authentication_8() { snip_enduser_authentication_8() {
wget --no-verbose https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/gen-jwt.py wget --no-verbose https://raw.githubusercontent.com/istio/istio/release-1.7/security/tools/jwt/samples/gen-jwt.py
} }
snip_enduser_authentication_9() { snip_enduser_authentication_9() {
wget --no-verbose https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/key.pem wget --no-verbose https://raw.githubusercontent.com/istio/istio/release-1.7/security/tools/jwt/samples/key.pem
} }
snip_enduser_authentication_10() { snip_enduser_authentication_10() {

View File

@ -47,7 +47,7 @@ spec:
app: httpbin app: httpbin
jwtRules: jwtRules:
- issuer: "testing@secure.istio.io" - issuer: "testing@secure.istio.io"
jwksUri: "https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/jwks.json" jwksUri: "https://raw.githubusercontent.com/istio/istio/release-1.7/security/tools/jwt/samples/jwks.json"
EOF EOF
} }
@ -87,7 +87,7 @@ EOF
} }
snip_allow_requests_with_valid_jwt_and_listtyped_claims_5() { snip_allow_requests_with_valid_jwt_and_listtyped_claims_5() {
TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/demo.jwt -s) && echo "$TOKEN" | cut -d '.' -f2 - | base64 --decode - TOKEN=$(curl https://raw.githubusercontent.com/istio/istio/release-1.7/security/tools/jwt/samples/demo.jwt -s) && echo "$TOKEN" | cut -d '.' -f2 - | base64 --decode -
} }
! read -r -d '' snip_allow_requests_with_valid_jwt_and_listtyped_claims_5_out <<\ENDSNIP ! read -r -d '' snip_allow_requests_with_valid_jwt_and_listtyped_claims_5_out <<\ENDSNIP
@ -133,7 +133,7 @@ EOF
} }
snip_allow_requests_with_valid_jwt_and_listtyped_claims_9() { snip_allow_requests_with_valid_jwt_and_listtyped_claims_9() {
TOKEN_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/master/security/tools/jwt/samples/groups-scope.jwt -s) && echo "$TOKEN_GROUP" | cut -d '.' -f2 - | base64 --decode - TOKEN_GROUP=$(curl https://raw.githubusercontent.com/istio/istio/release-1.7/security/tools/jwt/samples/groups-scope.jwt -s) && echo "$TOKEN_GROUP" | cut -d '.' -f2 - | base64 --decode -
} }
! read -r -d '' snip_allow_requests_with_valid_jwt_and_listtyped_claims_9_out <<\ENDSNIP ! read -r -d '' snip_allow_requests_with_valid_jwt_and_listtyped_claims_9_out <<\ENDSNIP

View File

@ -25,7 +25,7 @@ archive_date: YYYY-MM-DD
archive_search_refinement: "V1.1" archive_search_refinement: "V1.1"
# GitHub branch names used when the docs have links to GitHub # GitHub branch names used when the docs have links to GitHub
source_branch_name: master source_branch_name: release-1.7
doc_branch_name: master doc_branch_name: master
# The list of supported versions described by the docs # The list of supported versions described by the docs

View File

@ -30,6 +30,9 @@ sed -i "s/^SOURCE_BRANCH_NAME ?=.*$/SOURCE_BRANCH_NAME ?= release-${VERSION}/" M
echo "Running make update_all..." echo "Running make update_all..."
make update_all make update_all
echo "Running make gen..."
make gen
if [[ $(git status --porcelain) ]]; then if [[ $(git status --porcelain) ]]; then
git add -A git add -A
git commit -m "prepare for v${VERSION} as istio source is already branched" git commit -m "prepare for v${VERSION} as istio source is already branched"