diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 693302fc8e..7f69d8f02d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -118,12 +118,12 @@ To use a local build of the `jib-gradle-plugin`:
mavenCentral()
}
dependencies {
- classpath 'com.google.cloud.tools:jib-gradle-plugin:1.6.2-SNAPSHOT'
+ classpath 'com.google.cloud.tools:jib-gradle-plugin:1.7.1-SNAPSHOT'
}
}
plugins {
- // id 'com.google.cloud.tools.jib' version '1.6.1'
+ // id 'com.google.cloud.tools.jib' version '1.7.0'
}
// Applies the java plugin after Jib to make sure it works in this order.
diff --git a/examples/dropwizard/pom.xml b/examples/dropwizard/pom.xml
index b64b1e19f4..1894360031 100644
--- a/examples/dropwizard/pom.xml
+++ b/examples/dropwizard/pom.xml
@@ -26,7 +26,7 @@
1.5.0
/app
- 1.6.1
+ 1.7.0
diff --git a/examples/helloworld/build.gradle b/examples/helloworld/build.gradle
index db6d92232b..570579f688 100644
--- a/examples/helloworld/build.gradle
+++ b/examples/helloworld/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java'
- id 'com.google.cloud.tools.jib' version '1.6.1'
+ id 'com.google.cloud.tools.jib' version '1.7.0'
}
sourceCompatibility = 1.8
diff --git a/examples/helloworld/pom.xml b/examples/helloworld/pom.xml
index 2c8bca5dda..10240f1e2a 100644
--- a/examples/helloworld/pom.xml
+++ b/examples/helloworld/pom.xml
@@ -9,7 +9,7 @@
UTF-8
- 1.6.1
+ 1.7.0
3.8.0
diff --git a/examples/java-agent/build.gradle b/examples/java-agent/build.gradle
index 7ec6d4f3f8..787bbb65bc 100644
--- a/examples/java-agent/build.gradle
+++ b/examples/java-agent/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java'
- id 'com.google.cloud.tools.jib' version '1.6.1'
+ id 'com.google.cloud.tools.jib' version '1.7.0'
id 'de.undercouch.download' version '4.0.0'
id "com.gorylenko.gradle-git-properties" version "2.2.0"
}
diff --git a/examples/java-agent/pom.xml b/examples/java-agent/pom.xml
index a59f351098..1af9961c7c 100644
--- a/examples/java-agent/pom.xml
+++ b/examples/java-agent/pom.xml
@@ -9,7 +9,7 @@
UTF-8
- 1.6.1
+ 1.7.0
3.8.0
1.4.2
3.0.1
diff --git a/examples/micronaut/build.gradle b/examples/micronaut/build.gradle
index e38322ef3f..6fa0695008 100644
--- a/examples/micronaut/build.gradle
+++ b/examples/micronaut/build.gradle
@@ -3,7 +3,7 @@ plugins {
id 'groovy'
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
id 'net.ltgt.apt-idea' version '0.18'
- id 'com.google.cloud.tools.jib' version '1.6.1'
+ id 'com.google.cloud.tools.jib' version '1.7.0'
}
version '0.1'
diff --git a/examples/multi-module/build.gradle b/examples/multi-module/build.gradle
index 63b648b38f..a6307e4e08 100644
--- a/examples/multi-module/build.gradle
+++ b/examples/multi-module/build.gradle
@@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE'
classpath 'io.spring.gradle:dependency-management-plugin:1.0.6.RELEASE'
- classpath 'gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.6.1'
+ classpath 'gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.7.0'
}
}
diff --git a/examples/multi-module/pom.xml b/examples/multi-module/pom.xml
index e90351c665..15dbb90231 100644
--- a/examples/multi-module/pom.xml
+++ b/examples/multi-module/pom.xml
@@ -40,7 +40,7 @@
com.google.cloud.tools
jib-maven-plugin
- 1.6.1
+ 1.7.0
diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle
index d060c457ae..ee85226f1f 100644
--- a/examples/spring-boot/build.gradle
+++ b/examples/spring-boot/build.gradle
@@ -4,7 +4,7 @@ plugins {
id 'idea'
id 'org.springframework.boot' version '2.1.6.RELEASE'
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
- id 'com.google.cloud.tools.jib' version '1.6.1'
+ id 'com.google.cloud.tools.jib' version '1.7.0'
}
repositories {
diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml
index 12c4dbc546..6a52f3e838 100644
--- a/examples/spring-boot/pom.xml
+++ b/examples/spring-boot/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud.tools
jib-maven-plugin
- 1.6.1
+ 1.7.0
diff --git a/examples/vertx/build.gradle b/examples/vertx/build.gradle
index 9e1e7eecb0..67941075b7 100644
--- a/examples/vertx/build.gradle
+++ b/examples/vertx/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'io.vertx.vertx-plugin' version '0.1.0'
- id 'com.google.cloud.tools.jib' version '1.6.1'
+ id 'com.google.cloud.tools.jib' version '1.7.0'
}
repositories {
diff --git a/jib-core/CHANGELOG.md b/jib-core/CHANGELOG.md
index 71d9b31e25..203a9a7d52 100644
--- a/jib-core/CHANGELOG.md
+++ b/jib-core/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
### Added
+### Changed
+
+### Fixed
+
+## 0.12.0
+
+### Added
+
- Main class inference support for Java 13/14. ([#2015](https://github.com/GoogleContainerTools/jib/issues/2015))
- `Containerizer#setAlwaysCacheBaseImage(boolean)` controls the optimization to skip downloading base image layers that exist in a target registry. ([#1870](https://github.com/GoogleContainerTools/jib/pull/1870))
diff --git a/jib-core/README.md b/jib-core/README.md
index 131c8692c3..53a9917f6a 100644
--- a/jib-core/README.md
+++ b/jib-core/README.md
@@ -22,7 +22,7 @@ Add Jib Core as a dependency using Maven:
com.google.cloud.tools
jib-core
- 0.11.0
+ 0.12.0
```
@@ -30,7 +30,7 @@ Add Jib Core as a dependency using Gradle:
```groovy
dependencies {
- compile 'com.google.cloud.tools:jib-core:0.11.0'
+ compile 'com.google.cloud.tools:jib-core:0.12.0'
}
```
diff --git a/jib-core/examples/build.gradle/README.md b/jib-core/examples/build.gradle/README.md
index 3a92b3b8e6..ff33820db7 100644
--- a/jib-core/examples/build.gradle/README.md
+++ b/jib-core/examples/build.gradle/README.md
@@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.google.cloud.tools:jib-core:0.11.0'
+ classpath 'com.google.cloud.tools:jib-core:0.12.0'
}
}
diff --git a/jib-gradle-plugin/CHANGELOG.md b/jib-gradle-plugin/CHANGELOG.md
index bf9169b289..93542c7a98 100644
--- a/jib-gradle-plugin/CHANGELOG.md
+++ b/jib-gradle-plugin/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
### Added
+### Changed
+
+### Fixed
+
+## 1.7.0
+
+### Added
+
- `jib.outputPaths` object for configuration output file locations ([#1561](https://github.com/GoogleContainerTools/jib/issues/1561))
- `jib.outputPaths.tar` configures output path of `jibBuildTar` (`build/jib-image.tar` by default)
- `jib.outputPaths.digest` configures the output path of the image digest (`build/jib-image.digest` by default)
diff --git a/jib-gradle-plugin/README.md b/jib-gradle-plugin/README.md
index 4c0e3c6912..661b374aef 100644
--- a/jib-gradle-plugin/README.md
+++ b/jib-gradle-plugin/README.md
@@ -46,7 +46,7 @@ In your Gradle Java project, add the plugin to your `build.gradle`:
```groovy
plugins {
- id 'com.google.cloud.tools.jib' version '1.6.1'
+ id 'com.google.cloud.tools.jib' version '1.7.0'
}
```
diff --git a/jib-maven-plugin/CHANGELOG.md b/jib-maven-plugin/CHANGELOG.md
index 30a637fc5b..6eaa10b52d 100644
--- a/jib-maven-plugin/CHANGELOG.md
+++ b/jib-maven-plugin/CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
### Added
+### Changed
+
+### Fixed
+
+## 1.7.0
+
+### Added
+
- `` object for configuration output file locations ([#1561](https://github.com/GoogleContainerTools/jib/issues/1561))
- `` configures output path of `jib:buildTar` (`target/jib-image.tar` by default)
- `` configures the output path of the image digest (`target/jib-image.digest` by default)
diff --git a/jib-maven-plugin/README.md b/jib-maven-plugin/README.md
index 0865e93fe6..80b6d92b96 100644
--- a/jib-maven-plugin/README.md
+++ b/jib-maven-plugin/README.md
@@ -41,7 +41,7 @@ For information about the project, see the [Jib project README](../README.md).
You can containerize your application easily with one command:
```shell
-mvn compile com.google.cloud.tools:jib-maven-plugin:1.6.1:build -Dimage=
+mvn compile com.google.cloud.tools:jib-maven-plugin:1.7.0:build -Dimage=
```
This builds and pushes a container image for your application to a container registry. *If you encounter authentication issues, see [Authentication Methods](#authentication-methods).*
@@ -49,7 +49,7 @@ This builds and pushes a container image for your application to a container reg
To build to a Docker daemon, use:
```shell
-mvn compile com.google.cloud.tools:jib-maven-plugin:1.6.1:dockerBuild
+mvn compile com.google.cloud.tools:jib-maven-plugin:1.7.0:dockerBuild
```
If you would like to set up Jib as part of your Maven build, follow the guide below.
@@ -67,7 +67,7 @@ In your Maven Java project, add the plugin to your `pom.xml`:
com.google.cloud.tools
jib-maven-plugin
- 1.6.1
+ 1.7.0
myimage