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

Releases: googleapis/artman

v0.15.1

14 Aug 20:48
6bf217f
Compare
Choose a tag to compare

Fixes

Bugfixes for gapic-generator:

v0.15.0

14 Aug 00:03
050df83
Compare
Choose a tag to compare

** Core

  • Remove publish task; remove publishing configs from artman configs (#473)
  • Expose discogapic_config target (#486)

** Testing

  • Whitelist some targets in the smoke test (#484)

v0.14.3

27 Jul 01:23
Compare
Choose a tag to compare

This patch release contains minor fixes for various issues.

Fixes

  • #474: Recompile config.proto with protoc v3.6.0
  • #475: Creating aspect option (ALL, CODE, PACKAGE)
  • #476: Removing IAM hack
  • #477: Replace publish with generate in golden tests
  • #480: Fixing GAPIC_ONLY
  • #481: update gapic-generator and googleapis
  • #463: script to update version and commit sha

v0.14.2

19 Jul 02:48
60af09d
Compare
Choose a tag to compare

Bugfixes

v0.14.1

16 Jul 20:07
e7d527d
Compare
Choose a tag to compare

Fixes

In this release, we have changed the protobuf dependency to protobuf >= 3.6.0 to make Go library generation work (#470).

We also updated the artman Docker image to use the latest googleapis and gapic-generator.

v0.14.0

13 Jul 21:14
fecbd0b
Compare
Choose a tag to compare

Starting from this release, we will write release notes! 🎉

0.14.0

This release builds some refactoring and fixes that should not affect current users. From our perspective, the most major change is that we fixed the continuous integration and implemented automatic releases based on GitHub tags.

Note: I'm re-tagging this release because of problems with auto-publishing. We're still debugging it!