-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update changelog for json image metadata file #2239
Conversation
jib-gradle-plugin/CHANGELOG.md
Outdated
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. | |||
|
|||
### Added | |||
|
|||
- Added json output to file of image reference information after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't parse this.
I didn't look into the PR. Does the JSON record only the image reference? And no tags?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, my wording is awful, lemme fix this whole thing.
jib-gradle-plugin/CHANGELOG.md
Outdated
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. | |||
|
|||
### Added | |||
|
|||
- Added json output to file of image reference information after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might help?
- Added json output to file of image reference information after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227)) | |
- Added json output of image reference information to file after build. Defaults to `build/jib-image.json`, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227)) |
I'll add the updates to README in another PR. |
Actually looks likes the contributor includes those changes in the README already. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment. LGTM.
jib-maven-plugin/CHANGELOG.md
Outdated
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. | |||
|
|||
### Added | |||
|
|||
- Added json output file for image metadata after a build is complete. Writes to `target/jib-image.json` by default, configurable with `jib.outputPaths.imageJson`. ([#2227](https://github.com/GoogleContainerTools/jib/pull/2227)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Maven, we do <outputPaths><imageJson>
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
changelog for #2227