Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Prepare for 0.15.3 release (#496)
Browse files Browse the repository at this point in the history
* prepare for 0.15.3 release
* remove experimental_features from test yaml file
  • Loading branch information
jbolinger authored Sep 13, 2018
1 parent 3407856 commit 09d5a54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:16.04

# Release parameters
ENV GOOGLEAPIS_HASH bdd31f00f7c52fc8075e2bf476a5253f5c60c2ba
ENV GAPIC_GENERATOR_HASH cc12bdf2be42d53266748320f91df53392131a18
ENV ARTMAN_VERSION 0.15.2
ENV GOOGLEAPIS_HASH 9f426eafffe7e293287aa1891e687088817ea2c7
ENV GAPIC_GENERATOR_HASH eb72997a4e6733acbc35775ac40f08a0324881cc
ENV ARTMAN_VERSION 0.15.3

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# The following line is parsed by CI scripts (see .circleci/config.yml)
# and by release.py. Please keep the format.
current_version = '0.15.2'
current_version = '0.15.3'

cur_dir = os.path.realpath(os.path.dirname(__file__))
with io.open('%s/requirements.txt' % cur_dir) as requirements_file:
Expand Down
12 changes: 0 additions & 12 deletions test/tasks/data/googleapis/google/pubsub/v1/pubsub_gapic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ interfaces:
rpc_timeout_multiplier: 1
max_rpc_timeout_millis: 12000 # 12 seconds
total_timeout_millis: 600000 # 10 minutes
experimental_features:
iam_resources:
- type: google.pubsub.v1.Subscription
field: name
- type: google.pubsub.v1.Topic
field: name
methods:
- name: CreateSubscription
flattening:
Expand Down Expand Up @@ -428,12 +422,6 @@ interfaces:
rpc_timeout_multiplier: 1
max_rpc_timeout_millis: 12000 # 12 seconds
total_timeout_millis: 600000 # 10 minutes
experimental_features:
iam_resources:
- type: google.pubsub.v1.Subscription
field: name
- type: google.pubsub.v1.Topic
field: name
methods:
- name: CreateTopic
flattening:
Expand Down

0 comments on commit 09d5a54

Please sign in to comment.