From 95464b0aeba7b23ad7be1bd07d7a67efceb88439 Mon Sep 17 00:00:00 2001 From: Chanseok Oh Date: Thu, 20 May 2021 09:53:39 -0400 Subject: [PATCH] Update CHANGELOG.md (#3243) --- jib-gradle-plugin/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/jib-gradle-plugin/CHANGELOG.md b/jib-gradle-plugin/CHANGELOG.md index 69e99b050d..428296f46c 100644 --- a/jib-gradle-plugin/CHANGELOG.md +++ b/jib-gradle-plugin/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ### Added - For Google Artifact Registry (`*-docker.pkg.dev`), Jib now tries [Google Application Default Credentials](https://developers.google.com/identity/protocols/application-default-credentials) last like it has been doing for `gcr.io`. ([#3241](https://github.com/GoogleContainerTools/jib/pull/3241)) +- Added lazy evaluation for `jib.container.labels` using Gradle Property and Provider. ([#3242](https://github.com/GoogleContainerTools/jib/issues/3242)) ### Changed