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

chore(main): release 0.3.0 #40

Merged
merged 1 commit into from
Jun 28, 2022
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://github.com/googleapis/java-bare-metal-solution/compare/v0.2.1...v0.3.0) (2022-06-28)


### ⚠ BREAKING CHANGES

* add support for new API methods

### Features

* add support for new API methods ([dddec9a](https://github.com/googleapis/java-bare-metal-solution/commit/dddec9a2ac639a03fea3e610dc09806f13d56f0b))
* Enable REST transport for most of Java and Go clients ([dddec9a](https://github.com/googleapis/java-bare-metal-solution/commit/dddec9a2ac639a03fea3e610dc09806f13d56f0b))


### Bug Fixes

* update gapic-generator-java with mock service generation fixes ([#34](https://github.com/googleapis/java-bare-metal-solution/issues/34)) ([dddec9a](https://github.com/googleapis/java-bare-metal-solution/commit/dddec9a2ac639a03fea3e610dc09806f13d56f0b))

## [0.2.1](https://github.com/googleapis/java-bare-metal-solution/compare/v0.2.0...v0.2.1) (2022-06-23)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-bare-metal-solution-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-bare-metal-solution-bom</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -65,17 +65,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bare-metal-solution-v2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bare-metal-solution-v2:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-bare-metal-solution-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bare-metal-solution-v2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bare-metal-solution-v2:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-bare-metal-solution-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-bare-metal-solution/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-bare-metal-solution</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<packaging>jar</packaging>
<name>Google Bare Metal SOlution</name>
<url>https://github.com/googleapis/java-bare-metal-solution</url>
<description>Bare Metal SOlution Bring your Oracle workloads to Google Cloud with Bare Metal Solution and jumpstart your cloud journey with minimal risk.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution-parent</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-bare-metal-solution</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-bare-metal-solution-v2/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-bare-metal-solution-v2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bare-metal-solution-v2:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-bare-metal-solution-v2:current} -->
<name>grpc-google-cloud-bare-metal-solution-v2</name>
<description>GRPC library for google-cloud-bare-metal-solution</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution-parent</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution: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-bare-metal-solution-parent</artifactId>
<packaging>pom</packaging>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<name>Google Bare Metal SOlution Parent</name>
<url>https://github.com/googleapis/java-bare-metal-solution</url>
<description>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-bare-metal-solution-v2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bare-metal-solution-v2:current} -->
<version>0.3.0</version><!-- {x-version-update:grpc-google-cloud-bare-metal-solution-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bare-metal-solution-v2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bare-metal-solution-v2:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-bare-metal-solution-v2:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-bare-metal-solution-v2/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-bare-metal-solution-v2</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bare-metal-solution-v2:current} -->
<version>0.3.0</version><!-- {x-version-update:proto-google-cloud-bare-metal-solution-v2:current} -->
<name>proto-google-cloud-bare-metal-solution-v2</name>
<description>Proto library for google-cloud-bare-metal-solution</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution-parent</artifactId>
<version>0.2.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-bare-metal-solution:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution</artifactId>
<version>0.2.2-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>
<!-- {x-version-update-end} -->

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-bare-metal-solution:0.2.1:0.2.2-SNAPSHOT
proto-google-cloud-bare-metal-solution-v2:0.2.1:0.2.2-SNAPSHOT
grpc-google-cloud-bare-metal-solution-v2:0.2.1:0.2.2-SNAPSHOT
google-cloud-bare-metal-solution:0.3.0:0.3.0
proto-google-cloud-bare-metal-solution-v2:0.3.0:0.3.0
grpc-google-cloud-bare-metal-solution-v2:0.3.0:0.3.0