Skip to content

Commit c87a744

Browse files
authored
chore: update docs and examples for 3.4.5 and 0.27.3 releases (#4355)
1 parent 390c175 commit c87a744

File tree

18 files changed

+35
-18
lines changed

18 files changed

+35
-18
lines changed

examples/dropwizard/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dropwizard-template-config.version>1.5.0</dropwizard-template-config.version>
2727

2828
<jib.container.appRoot>/app</jib.container.appRoot>
29-
<jib-maven-plugin.version>3.4.4</jib-maven-plugin.version>
29+
<jib-maven-plugin.version>3.4.5</jib-maven-plugin.version>
3030
</properties>
3131

3232
<dependencyManagement>

examples/helloworld/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'com.google.cloud.tools.jib' version '3.4.4'
3+
id 'com.google.cloud.tools.jib' version '3.4.5'
44
}
55

66
sourceCompatibility = 1.8

examples/helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<jib-maven-plugin.version>3.4.4</jib-maven-plugin.version>
12+
<jib-maven-plugin.version>3.4.5</jib-maven-plugin.version>
1313
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
1414
</properties>
1515

examples/java-agent/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'com.google.cloud.tools.jib' version '3.4.4'
3+
id 'com.google.cloud.tools.jib' version '3.4.5'
44
id 'de.undercouch.download' version '4.0.0'
55
id 'com.gorylenko.gradle-git-properties' version '2.2.0'
66
}

examples/java-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<jib-maven-plugin.version>3.4.4</jib-maven-plugin.version>
12+
<jib-maven-plugin.version>3.4.5</jib-maven-plugin.version>
1313
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
1414
<download-maven-plugin.version>1.4.2</download-maven-plugin.version>
1515
<git-commit-id-plugin.version>3.0.1</git-commit-id-plugin.version>

examples/ktor/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
application
33
kotlin("jvm") version "1.3.10"
4-
id("com.google.cloud.tools.jib") version "3.4.4"
4+
id("com.google.cloud.tools.jib") version "3.4.5"
55
}
66

77
group = "example"

examples/micronaut/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "groovy"
33
id "com.github.johnrengelman.shadow" version "5.2.0"
44
id "application"
5-
id 'com.google.cloud.tools.jib' version '3.4.4'
5+
id 'com.google.cloud.tools.jib' version '3.4.5'
66
}
77

88
version "0.1"

examples/multi-module/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
plugins {
33
id 'org.springframework.boot' version '2.0.3.RELEASE' apply false
44
id 'io.spring.dependency-management' version '1.0.6.RELEASE' apply false
5-
id 'com.google.cloud.tools.jib' version '3.4.4' apply false
5+
id 'com.google.cloud.tools.jib' version '3.4.5' apply false
66
}

examples/multi-module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>com.google.cloud.tools</groupId>
4343
<artifactId>jib-maven-plugin</artifactId>
44-
<version>3.4.4</version>
44+
<version>3.4.5</version>
4545
</plugin>
4646
</plugins>
4747
</pluginManagement>

examples/spring-boot/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'idea'
55
id 'org.springframework.boot' version '2.1.6.RELEASE'
66
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
7-
id 'com.google.cloud.tools.jib' version '3.4.4'
7+
id 'com.google.cloud.tools.jib' version '3.4.5'
88
}
99

1010
repositories {

examples/spring-boot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<plugin>
3030
<groupId>com.google.cloud.tools</groupId>
3131
<artifactId>jib-maven-plugin</artifactId>
32-
<version>3.4.4</version>
32+
<version>3.4.5</version>
3333
</plugin>
3434
</plugins>
3535
</build>

examples/vertx/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'io.vertx.vertx-plugin' version '0.1.0'
3-
id 'com.google.cloud.tools.jib' version '3.4.4'
3+
id 'com.google.cloud.tools.jib' version '3.4.5'
44
}
55

66
repositories {

jib-core/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ All notable changes to this project will be documented in this file.
99

1010
### Fixed
1111

12+
## 0.27.3
13+
14+
### Fixed
15+
- fix: address windows deadlock issue when determining docker environment info [#4267](https://github.com/GoogleContainerTools/jib/issues/4265)
16+
1217
## 0.27.2
1318
- fix: allow pushing images with different arch/os to docker daemon [#4265](https://github.com/GoogleContainerTools/jib/issues/4265)
1419
- fix: address windows deadlock issue when determining docker environment info [#4267](https://github.com/GoogleContainerTools/jib/issues/4265)

jib-core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Add Jib Core as a dependency using Maven:
2222
<dependency>
2323
<groupId>com.google.cloud.tools</groupId>
2424
<artifactId>jib-core</artifactId>
25-
<version>0.27.2</version>
25+
<version>0.27.3</version>
2626
</dependency>
2727
```
2828

2929
Add Jib Core as a dependency using Gradle:
3030

3131
```groovy
3232
dependencies {
33-
compile 'com.google.cloud.tools:jib-core:0.27.2'
33+
compile 'com.google.cloud.tools:jib-core:0.27.3'
3434
}
3535
```
3636

jib-gradle-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ All notable changes to this project will be documented in this file.
99

1010
### Fixed
1111

12+
## 3.4.5
13+
14+
### Fixed
15+
- fix: address windows deadlock issue when determining docker environment info [#4267](https://github.com/GoogleContainerTools/jib/issues/4267)
16+
17+
1218
## 3.4.4
1319
- fix: allow pushing images with different arch/os to docker daemon [#4265](https://github.com/GoogleContainerTools/jib/issues/4265)
1420
- fix: address windows deadlock issue when determining docker environment info [#4267](https://github.com/GoogleContainerTools/jib/issues/4267)

jib-gradle-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In your Gradle Java project, add the plugin to your `build.gradle`:
5353

5454
```groovy
5555
plugins {
56-
id 'com.google.cloud.tools.jib' version '3.4.4'
56+
id 'com.google.cloud.tools.jib' version '3.4.5'
5757
}
5858
```
5959

jib-maven-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ All notable changes to this project will be documented in this file.
99

1010
### Fixed
1111

12+
## 3.4.5
13+
14+
### Fixed
15+
- fix: address windows deadlock issue when determining docker environment info [#4267](https://github.com/GoogleContainerTools/jib/issues/4267)
16+
17+
1218
## 3.4.4
1319
- fix: allow pushing images with different arch/os to docker daemon [#4265](https://github.com/GoogleContainerTools/jib/issues/4265)
1420
- fix: address windows deadlock issue when determining docker environment info [#4267](https://github.com/GoogleContainerTools/jib/issues/4265)

jib-maven-plugin/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ For information about the project, see the [Jib project README](../README.md).
4848
You can containerize your application easily with one command:
4949

5050
```shell
51-
mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.4:build -Dimage=<MY IMAGE>
51+
mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.5:build -Dimage=<MY IMAGE>
5252
```
5353

5454
This builds and pushes a container image for your application to a container registry. *If you encounter authentication issues, see [Authentication Methods](#authentication-methods).*
5555

5656
To build to a Docker daemon, use:
5757

5858
```shell
59-
mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.4:dockerBuild
59+
mvn compile com.google.cloud.tools:jib-maven-plugin:3.4.5:dockerBuild
6060
```
6161

6262
If you would like to set up Jib as part of your Maven build, follow the guide below.
@@ -74,7 +74,7 @@ In your Maven Java project, add the plugin to your `pom.xml`:
7474
<plugin>
7575
<groupId>com.google.cloud.tools</groupId>
7676
<artifactId>jib-maven-plugin</artifactId>
77-
<version>3.4.4</version>
77+
<version>3.4.5</version>
7878
<configuration>
7979
<to>
8080
<image>myimage</image>

0 commit comments

Comments
 (0)