Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [2.1.0](https://www.github.com/googleapis/java-channel/compare/v2.0.1...v2.1.0) (2021-04-23)


### Features

* Added legacy_sku field to TransferableSku ([3e0defe](https://www.github.com/googleapis/java-channel/commit/3e0defedb743a243e78fc307ae325ab939056dde))
* Adding customer level pubsub events for primary domain verification and primary domain change ([3e0defe](https://www.github.com/googleapis/java-channel/commit/3e0defedb743a243e78fc307ae325ab939056dde))
* addition of billing_account field on Plan ([#56](https://www.github.com/googleapis/java-channel/issues/56)) ([fdc2ad6](https://www.github.com/googleapis/java-channel/commit/fdc2ad62d253f36dcd55c0f3bb69138f4dea29cd))
* Enabled support for boolean as an allowed parameter value ([3e0defe](https://www.github.com/googleapis/java-channel/commit/3e0defedb743a243e78fc307ae325ab939056dde))
* **generator:** update protoc to v3.15.3 ([#54](https://www.github.com/googleapis/java-channel/issues/54)) ([bcece47](https://www.github.com/googleapis/java-channel/commit/bcece4727fd0f832a29b0f293b1f983cf0af0d8f))


### Bug Fixes

* release scripts from issuing overlapping phases ([#74](https://www.github.com/googleapis/java-channel/issues/74)) ([72667e2](https://www.github.com/googleapis/java-channel/commit/72667e228ddfa96f9e9965b7b63cf2258a3627e3))
* typo ([#72](https://www.github.com/googleapis/java-channel/issues/72)) ([dc27217](https://www.github.com/googleapis/java-channel/commit/dc27217a2e32d20c83784dc69bff24598dae25a3))


### Documentation

* clarification that valid address lines are required for all customers ([fdc2ad6](https://www.github.com/googleapis/java-channel/commit/fdc2ad62d253f36dcd55c0f3bb69138f4dea29cd))
* Update documentation comments to match tone and style with the rest of Cloud documentation ([#69](https://www.github.com/googleapis/java-channel/issues/69)) ([3e0defe](https://www.github.com/googleapis/java-channel/commit/3e0defedb743a243e78fc307ae325ab939056dde))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#61](https://www.github.com/googleapis/java-channel/issues/61)) ([b532007](https://www.github.com/googleapis/java-channel/commit/b532007fd7afbf0b905e3432a02401b8feaef4a5))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.0 ([#70](https://www.github.com/googleapis/java-channel/issues/70)) ([93fde13](https://www.github.com/googleapis/java-channel/commit/93fde137961babee0b099e2e8d8ebcb1c2b1d5c9))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.21.1 ([#75](https://www.github.com/googleapis/java-channel/issues/75)) ([5686118](https://www.github.com/googleapis/java-channel/commit/5686118e7c2b3477d5d1081cfb512b655412418a))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v1 ([#79](https://www.github.com/googleapis/java-channel/issues/79)) ([84f0ac3](https://www.github.com/googleapis/java-channel/commit/84f0ac3e8a5f81f1c73beb816f04b64142bc59b7))

### [2.0.1](https://www.github.com/googleapis/java-channel/compare/v2.0.0...v2.0.1) (2021-02-25)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-channel-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-bom</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -68,17 +68,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-channel-v1</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<version>2.1.0</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-channel-v1</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<version>2.1.0</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-channel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
<packaging>jar</packaging>
<name>Google Channel Services</name>
<url>https://github.com/googleapis/java-channel</url>
<description>With Channel Services, Google Cloud partners and resellers have a single unified resale platform, with a unified resale catalog, customer management, order management, billing management, policy and authorization management, and cost management.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-parent</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-channel</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-channel-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-channel-v1</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<version>2.1.0</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<name>grpc-google-cloud-channel-v1</name>
<description>GRPC library for google-cloud-channel</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-parent</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
<name>Google Channel Services Parent</name>
<url>https://github.com/googleapis/java-</url>
<description>
Expand Down Expand Up @@ -70,17 +70,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-channel-v1</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<version>2.1.0</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-channel-v1</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
<version>2.1.0</version><!-- {x-version-update:grpc-google-cloud-channel-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-channel-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-channel-v1</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<version>2.1.0</version><!-- {x-version-update:proto-google-cloud-channel-v1:current} -->
<name>proto-google-cloud-channel-v1</name>
<description>Proto library for google-cloud-channel</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-channel-parent</artifactId>
<version>2.0.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-channel:current} -->
<version>2.1.0</version><!-- {x-version-update:google-cloud-channel:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-cloud-channel:2.0.1:2.0.2-SNAPSHOT
proto-google-cloud-channel-v1:2.0.1:2.0.2-SNAPSHOT
grpc-google-cloud-channel-v1:2.0.1:2.0.2-SNAPSHOT
google-cloud-channel:2.1.0:2.1.0
proto-google-cloud-channel-v1:2.1.0:2.1.0
grpc-google-cloud-channel-v1:2.1.0:2.1.0