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

Commit

Permalink
chore(main): release 0.4.0 (#51)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.4.0](v0.3.0...v0.4.0) (2022-05-20)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-video-live-stream/issues/1440)) ([#50](#50)) ([00dbbf3](00dbbf3))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#49](#49)) ([aecb6c5](aecb6c5))


### Documentation

* updated comments to match API behaviors ([#52](#52)) ([342dcfb](342dcfb))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored May 24, 2022
1 parent 342dcfb commit b8a03f0
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 18 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.4.0](https://github.com/googleapis/java-video-live-stream/compare/v0.3.0...v0.4.0) (2022-05-20)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-video-live-stream/issues/1440)) ([#50](https://github.com/googleapis/java-video-live-stream/issues/50)) ([00dbbf3](https://github.com/googleapis/java-video-live-stream/commit/00dbbf3937898b8a8ae2622ff5539f9b8a935036))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#49](https://github.com/googleapis/java-video-live-stream/issues/49)) ([aecb6c5](https://github.com/googleapis/java-video-live-stream/commit/aecb6c5a993d13fc85e58b9336a1f31b58fa99dd))


### Documentation

* updated comments to match API behaviors ([#52](https://github.com/googleapis/java-video-live-stream/issues/52)) ([342dcfb](https://github.com/googleapis/java-video-live-stream/commit/342dcfbd3f1bafda9025771bc12af84a35e5d36e))

## [0.3.0](https://github.com/googleapis/java-video-live-stream/compare/v0.2.1...v0.3.0) (2022-04-28)


Expand Down
8 changes: 4 additions & 4 deletions google-cloud-live-stream-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-live-stream-bom</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream: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-live-stream</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
<version>0.4.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-live-stream-v1</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
<version>0.4.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions google-cloud-live-stream/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-live-stream</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<packaging>jar</packaging>
<name>Google Cloud Live Stream</name>
<url>https://github.com/googleapis/java-video-live-stream</url>
<description>Cloud Live Stream transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-live-stream-parent</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-live-stream</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions grpc-google-cloud-live-stream-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-live-stream-v1</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
<version>0.4.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
<name>grpc-google-cloud-live-stream-v1</name>
<description>GRPC library for google-cloud-live-stream</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-live-stream-parent</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream: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-live-stream-parent</artifactId>
<packaging>pom</packaging>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<name>Google Cloud Live Stream Parent</name>
<url>https://github.com/googleapis/java-video-live-stream</url>
<description>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-live-stream</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-live-stream-v1</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
<version>0.4.0</version><!-- {x-version-update:grpc-google-cloud-live-stream-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-live-stream-v1</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
<version>0.4.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions proto-google-cloud-live-stream-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-live-stream-v1</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
<version>0.4.0</version><!-- {x-version-update:proto-google-cloud-live-stream-v1:current} -->
<name>proto-google-cloud-live-stream-v1</name>
<description>Proto library for google-cloud-live-stream</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-live-stream-parent</artifactId>
<version>0.3.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-live-stream:current} -->
<version>0.4.0</version><!-- {x-version-update:google-cloud-live-stream: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-live-stream</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.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-live-stream:0.3.0:0.3.1-SNAPSHOT
proto-google-cloud-live-stream-v1:0.3.0:0.3.1-SNAPSHOT
grpc-google-cloud-live-stream-v1:0.3.0:0.3.1-SNAPSHOT
google-cloud-live-stream:0.4.0:0.4.0
proto-google-cloud-live-stream-v1:0.4.0:0.4.0
grpc-google-cloud-live-stream-v1:0.4.0:0.4.0

0 comments on commit b8a03f0

Please sign in to comment.