Skip to content

Commit b49bf26

Browse files
chore: release 1.105.0 (#150)
* updated CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated google-cloud-storage/pom.xml [ci skip] * updated pom.xml [ci skip]
1 parent 8256f6d commit b49bf26

File tree

5 files changed

+23
-7
lines changed

5 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.105.0](https://www.github.com/googleapis/java-storage/compare/v1.104.0...v1.105.0) (2020-02-28)
4+
5+
6+
### Features
7+
8+
* add IAM Conditions support ([#120](https://www.github.com/googleapis/java-storage/issues/120)) ([8256f6d](https://www.github.com/googleapis/java-storage/commit/8256f6d9b479b2fb3c76f887325cb37b051e1654))
9+
* examples of creating a signed url for a blob with generation ([#140](https://www.github.com/googleapis/java-storage/issues/140)) ([420212a](https://www.github.com/googleapis/java-storage/commit/420212a71f675fc1823a7bfdd6a1c5325f17979f))
10+
11+
12+
### Dependencies
13+
14+
* update core dependencies to v1.93.0 ([#153](https://www.github.com/googleapis/java-storage/issues/153)) ([836a2e7](https://www.github.com/googleapis/java-storage/commit/836a2e746011de5f10b28911388b508fef230d84))
15+
* update dependency com.google.api:gax-bom to v1.54.0 ([#152](https://www.github.com/googleapis/java-storage/issues/152)) ([e86051f](https://www.github.com/googleapis/java-storage/commit/e86051f45931269f62c8a372509367cb5e3be009))
16+
* update dependency com.google.cloud:google-cloud-conformance-tests to v0.0.6 ([#151](https://www.github.com/googleapis/java-storage/issues/151)) ([2627a93](https://www.github.com/googleapis/java-storage/commit/2627a938e8b2d295fcd46eebe6b001cbb2ba6784))
17+
* update dependency io.grpc:grpc-bom to v1.27.2 ([e56f8ce](https://www.github.com/googleapis/java-storage/commit/e56f8cefdf7a710b4d74004639af3e4ff086fd1f))
18+
319
## [1.104.0](https://www.github.com/googleapis/java-storage/compare/v1.103.1...v1.104.0) (2020-02-19)
420

521

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ If you are using Maven without Bom, Add this to your dependencies.
3737
<dependency>
3838
<groupId>com.google.cloud</groupId>
3939
<artifactId>google-cloud-storage</artifactId>
40-
<version>1.104.0</version>
40+
<version>1.105.0</version>
4141
</dependency>
4242
```
4343
If you are using Gradle, add this to your dependencies
4444
```Groovy
45-
compile 'com.google.cloud:google-cloud-storage:1.104.0'
45+
compile 'com.google.cloud:google-cloud-storage:1.105.0'
4646
```
4747
If you are using SBT, add this to your dependencies
4848
```Scala
49-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.104.0"
49+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.105.0"
5050
```
5151
[//]: # ({x-version-update-end})
5252

google-cloud-storage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>google-cloud-storage</artifactId>
5-
<version>1.104.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
5+
<version>1.105.0</version><!-- {x-version-update:google-cloud-storage:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Storage</name>
88
<url>https://github.com/googleapis/java-storage</url>
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.google.cloud</groupId>
1414
<artifactId>google-cloud-storage-parent</artifactId>
15-
<version>1.104.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
15+
<version>1.105.0</version><!-- {x-version-update:google-cloud-storage:current} -->
1616
</parent>
1717
<properties>
1818
<site.installationModule>google-cloud-storage</site.installationModule>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-storage-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>1.104.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
7+
<version>1.105.0</version><!-- {x-version-update:google-cloud-storage:current} -->
88
<name>Storage Parent</name>
99
<url>https://github.com/googleapis/java-storage</url>
1010
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-storage:1.104.0:1.104.1-SNAPSHOT
4+
google-cloud-storage:1.105.0:1.105.0

0 commit comments

Comments
 (0)