From 22e143fcdb01e18caa6fc58e1ae3d5d3e2f90dce Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Wed, 26 Jun 2019 14:04:45 -0700 Subject: [PATCH] release 0.29.1 (#652) Changes included in this release are fixes: In artman: - pass the specific YAML loader to yaml.load #648 - fix --local runs #650 In gapic-generator: - samplegen: add sample_config.proto to the config_java_proto BUILD target https://github.com/googleapis/gapic-generator/pull/2852 - go: URL encode x-goog-request-params https://github.com/googleapis/gapic-generator/pull/2851 - ruby: ake it possible to pass metadata to the operations client https://github.com/googleapis/gapic-generator/pull/2856 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46c19208..eb4feec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV GOOGLEAPIS_HASH ab437f2bb2100360f8d119530b0a020228baa4cc ENV GAPIC_GENERATOR_HASH 2b955cdc6e5f192db7b1edce818a4600ed98deda # Define version number below. The ARTMAN_VERSION line is parsed by # .circleci/config.yml and setup.py, please keep the format. -ENV ARTMAN_VERSION 0.29.0 +ENV ARTMAN_VERSION 0.29.1 ENV DEBIAN_FRONTEND noninteractive