Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
prep 1.1.0
Browse files Browse the repository at this point in the history
Change-Id: Idb7bcaa6d563ba3ce5f0839f35f68a90cbd8f474
  • Loading branch information
theganyo committed Mar 20, 2019
1 parent 83dc720 commit 048e663
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 3 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
1. update README.md to appropriate versions and instructions
2. update version in `auth-proxy/apiproxy/policies/Send-Version.xml` to match $RELEASE
3. run `bin/build_proxy_resources.sh`
4. update image version in `samples/apigee/grpc/apigee-adapter.yaml` to match $RELEASE

4. for Istio 1.0.x releases
1. update DEFAULT_ISTIO_VERSION in `bin/local_install.sh`
Expand All @@ -26,7 +27,8 @@
(CircleCI will automatically build and tag docker image)

6. verify the image
(gcr.io/apigee-api-management-istio/istio-mixer:$RELEASE)
a. for Istio 1.0.x releases, verify mixer: gcr.io/apigee-api-management-istio/istio-mixer:$RELEASE
b. for newer releases, verify adapter: gcr.io/apigee-api-management-istio/apigee-adapter:$RELEASE

7. `bin/build_release.sh`
(creates a draft release on Github)
Expand Down
8 changes: 4 additions & 4 deletions apigee-istio/proxies/proxies.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion auth-proxy/apiproxy/policies/Send-Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Header name="Content-Type">application/json</Header>
</Headers>
<Payload contentType="application/json">
{"version":"1.0.6"}
{"version":"1.1.0"}
</Payload>
</Set>
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>
Expand Down
3 changes: 1 addition & 2 deletions samples/apigee/grpc/apigee-adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ spec:
spec:
containers:
- name: apigee-adapter
image: "gcr.io/apigee-api-management-istio/apigee-adapter:latest"
# image: "gcr.io/apigee-api-management-istio/apigee-adapter-debug:latest"
image: "gcr.io/apigee-api-management-istio/apigee-adapter:1.1.0"
imagePullPolicy: IfNotPresent #Always
ports:
- containerPort: 5000
Expand Down

0 comments on commit 048e663

Please sign in to comment.