diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9d112fd5b..2302c6f889 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,12 +134,12 @@ To use a local build of the `jib-gradle-plugin`: mavenCentral() } dependencies { - classpath 'com.google.cloud.tools:jib-gradle-plugin:1.2.1-SNAPSHOT' + classpath 'com.google.cloud.tools:jib-gradle-plugin:1.3.1-SNAPSHOT' } } plugins { - // id 'com.google.cloud.tools.jib' version '1.2.0' + // id 'com.google.cloud.tools.jib' version '1.3.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 901dea4661..e3ee297adf 100644 --- a/examples/dropwizard/pom.xml +++ b/examples/dropwizard/pom.xml @@ -26,7 +26,7 @@ 1.5.0 /app - 1.2.0 + 1.3.0 diff --git a/examples/helloworld/build.gradle b/examples/helloworld/build.gradle index 9b00c2d1ed..2c16724822 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.2.0' + id 'com.google.cloud.tools.jib' version '1.3.0' } sourceCompatibility = 1.8 diff --git a/examples/helloworld/pom.xml b/examples/helloworld/pom.xml index 1a3c6a2351..8ce33408bf 100644 --- a/examples/helloworld/pom.xml +++ b/examples/helloworld/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 1.2.0 + 1.3.0 3.8.0 diff --git a/examples/java-agent/build.gradle b/examples/java-agent/build.gradle index 40342a88be..9b195ab9d7 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.2.0' + id 'com.google.cloud.tools.jib' version '1.3.0' id 'de.undercouch.download' version '3.4.0' id "com.gorylenko.gradle-git-properties" version "1.5.2" } diff --git a/examples/java-agent/pom.xml b/examples/java-agent/pom.xml index b9222c3937..7b18a5b327 100644 --- a/examples/java-agent/pom.xml +++ b/examples/java-agent/pom.xml @@ -9,7 +9,7 @@ UTF-8 - 1.2.0 + 1.3.0 3.8.0 1.4.1 2.2.5 diff --git a/examples/ktor/build.gradle.kts b/examples/ktor/build.gradle.kts index 19b02d7e3d..6e2ac6da23 100644 --- a/examples/ktor/build.gradle.kts +++ b/examples/ktor/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application kotlin("jvm") version "1.3.10" - id("com.google.cloud.tools.jib") version "1.2.0" + id("com.google.cloud.tools.jib") version "1.3.0" } group = "example" diff --git a/examples/micronaut/build.gradle b/examples/micronaut/build.gradle index 19ecef02e2..c392f4a262 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.2.0' + id 'com.google.cloud.tools.jib' version '1.3.0' } version '0.1' diff --git a/examples/multi-module/build.gradle b/examples/multi-module/build.gradle index f9e74d5596..8d66114303 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.2.0' + classpath 'gradle.plugin.com.google.cloud.tools:jib-gradle-plugin:1.3.0' } } diff --git a/examples/multi-module/pom.xml b/examples/multi-module/pom.xml index 3642f06208..03b9023b1f 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.2.0 + 1.3.0 diff --git a/examples/spring-boot/build.gradle b/examples/spring-boot/build.gradle index c23ef37cbf..c5fa4d45cd 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.0.4.RELEASE' id 'io.spring.dependency-management' version '1.0.6.RELEASE' - id 'com.google.cloud.tools.jib' version '1.2.0' + id 'com.google.cloud.tools.jib' version '1.3.0' } repositories { diff --git a/examples/spring-boot/pom.xml b/examples/spring-boot/pom.xml index 65370f8aef..1ea97766d1 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.2.0 + 1.3.0 diff --git a/examples/vertx/build.gradle b/examples/vertx/build.gradle index d4ca651f9d..3ddad16d1d 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.2.0' + id 'com.google.cloud.tools.jib' version '1.3.0' } repositories { diff --git a/jib-core/CHANGELOG.md b/jib-core/CHANGELOG.md index fa06b5cb7b..ff11aa694a 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.10.0 + +### Added + - `Containerizer#addEventHandler` for adding event handlers ### Changed @@ -14,8 +22,6 @@ All notable changes to this project will be documented in this file. - Removed multiple classes to simplify the event system (`JibEventType`, `BuildStepType`, `EventDispatcher`, `DefaultEventDispatcher`, `LayerCountEvent`) - MainClassFinder now uses a static method instead of requiring instantiation -### Fixed - ## 0.9.2 ### Added diff --git a/jib-gradle-plugin/CHANGELOG.md b/jib-gradle-plugin/CHANGELOG.md index 7c9615e920..193e7ae8b1 100644 --- a/jib-gradle-plugin/CHANGELOG.md +++ b/jib-gradle-plugin/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. ### Changed +### Fixed + +## 1.3.0 + +### Changed + - Docker credentials (`~/.docker/config.json`) are now given priority over registry-based inferred credential helpers ([#1704](https://github.com/GoogleContainerTools/jib/pulls/1704)) ### Fixed diff --git a/jib-gradle-plugin/README.md b/jib-gradle-plugin/README.md index 375936d8f4..e6796c29cd 100644 --- a/jib-gradle-plugin/README.md +++ b/jib-gradle-plugin/README.md @@ -42,7 +42,7 @@ In your Gradle Java project, add the plugin to your `build.gradle`: ```groovy plugins { - id 'com.google.cloud.tools.jib' version '1.2.0' + id 'com.google.cloud.tools.jib' version '1.3.0' } ``` diff --git a/jib-maven-plugin/CHANGELOG.md b/jib-maven-plugin/CHANGELOG.md index 4d94dd1bca..c2ae7f727e 100644 --- a/jib-maven-plugin/CHANGELOG.md +++ b/jib-maven-plugin/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. ### Changed +### Fixed + +## 1.3.0 + +### Changed + - Docker credentials (`~/.docker/config.json`) are now given priority over registry-based inferred credential helpers ([#1704](https://github.com/GoogleContainerTools/jib/pulls/1704)) ### Fixed diff --git a/jib-maven-plugin/README.md b/jib-maven-plugin/README.md index 1faec2cebe..f81d92aedc 100644 --- a/jib-maven-plugin/README.md +++ b/jib-maven-plugin/README.md @@ -37,7 +37,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.2.0:build -Dimage= +mvn compile com.google.cloud.tools:jib-maven-plugin:1.3.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).* @@ -45,7 +45,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.2.0:dockerBuild +mvn compile com.google.cloud.tools:jib-maven-plugin:1.3.0:dockerBuild ``` If you would like to set up Jib as part of your Maven build, follow the guide below. @@ -63,7 +63,7 @@ In your Maven Java project, add the plugin to your `pom.xml`: com.google.cloud.tools jib-maven-plugin - 1.2.0 + 1.3.0 myimage