paketo-buildpacks / github-config

Common repository configuration
Apache License 2.0
8 stars 12 forks source link

Hide/Show build image accordingly #939

Closed pacostas closed 3 months ago

pacostas commented 3 months ago

Summary

Use Cases

This PR excludes or includes build image details according to if build_image parameter has been set or not.

In case the build_image parameter has been set, then the output is as it was in the past

## Images
Build: `build_image_url`
Run: `run_image_url`

## Patched USNs
No USNs patched in this release.

## Build Image Package Changes
### Added
No packages added.

### Modified
No packages modified.

### Removed
No packages removed.

## Run Image Package Changes
### Added
No packages added.

### Modified
No packages modified.

### Removed
No packages removed.

In case the build_image parameter has not been set, the output will be:

## Image - `run_image_url`

## Patched USNs
No USNs patched in this release.

## Run Image Package Changes
### Added
No packages added.

### Modified
No packages modified.

### Removed
No packages removed.

Merge after

Checklist

mhdawson commented 3 months ago

To add some context, for the ubi stack there are multiple run images. We use the existing functionality to create the release notes for each of the run images and therefore when calling to create the releases notes for the run image we only want the section for the run image not the build image.

mhdawson commented 3 months ago

@pacostas did you intended to have the commit which is related to the usns in this PR?

pacostas commented 3 months ago

@pacostas did you intended to have the commit which is related to the usns in this PR?

Yeap, you are right, removed it, thank you!