From e7ac092ed53e2a5370a6bf616b792dd7ddf4a2ae Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Tue, 23 Apr 2019 12:23:29 -0400 Subject: [PATCH] Update CHANGELOG for #1641 and #1643 --- jib-core/CHANGELOG.md | 4 ++++ jib-gradle-plugin/CHANGELOG.md | 4 ++++ jib-maven-plugin/CHANGELOG.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/jib-core/CHANGELOG.md b/jib-core/CHANGELOG.md index 9c5010e42f..5d4a17b9d7 100644 --- a/jib-core/CHANGELOG.md +++ b/jib-core/CHANGELOG.md @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file. ### Added +- Container configurations in the base image are now propagated when registry uses the old V2 image manifest, schema version 1 (such as Quay) ([#1641](https://github.com/GoogleContainerTools/jib/issues/1641)) + ### Changed ### Fixed +- Labels in the base image are now propagated. ([#1643](https://github.com/GoogleContainerTools/jib/issues/1643)) + ## 0.9.1 ### Added diff --git a/jib-gradle-plugin/CHANGELOG.md b/jib-gradle-plugin/CHANGELOG.md index a81c28fbe2..5e4e59c439 100644 --- a/jib-gradle-plugin/CHANGELOG.md +++ b/jib-gradle-plugin/CHANGELOG.md @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file. ### Added +- Container configurations in the base image are now propagated when registry uses the old V2 image manifest, schema version 1 (such as Quay) ([#1641](https://github.com/GoogleContainerTools/jib/issues/1641)) + ### Changed ### Fixed +- Labels in the base image are now propagated. ([#1643](https://github.com/GoogleContainerTools/jib/issues/1643)) + ## 1.1.2 ### Fixed diff --git a/jib-maven-plugin/CHANGELOG.md b/jib-maven-plugin/CHANGELOG.md index da86ad4713..e24ee4b065 100644 --- a/jib-maven-plugin/CHANGELOG.md +++ b/jib-maven-plugin/CHANGELOG.md @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file. ### Added +- Container configurations in the base image are now propagated when registry uses the old V2 image manifest, schema version 1 (such as Quay) ([#1641](https://github.com/GoogleContainerTools/jib/issues/1641)) + ### Changed ### Fixed +- Labels in the base image are now propagated. ([#1643](https://github.com/GoogleContainerTools/jib/issues/1643)) + ## 1.1.2 ### Fixed