Skip to content

Commit

Permalink
Merge pull request #1813 from tnevrlka/buildah-03-migration-file
Browse files Browse the repository at this point in the history
improve buildah 0.3 migration files
  • Loading branch information
arewm authored Jan 13, 2025
2 parents d19fd85 + 065bae7 commit 9f209df
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 16 deletions.
14 changes: 10 additions & 4 deletions task/buildah-oci-ta/0.3/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ Removes references to `jvm-build-service`

## Action from users

The removed items are not in use, so their removal will not impact users.
Before migrating, please check if your PipelineRun definitions contain the following results:
- `JAVA_COMMUNITY_DEPENDENCIES`
- `SBOM_JAVA_COMPONENTS_COUNT`

A Renovate bot PR will be created with a warning icon for this task.

This is expected, and no action from users is needed.
They should look similar to this following code block:
```
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
```
If your PipelineRun definition contains the results, please delete them.
14 changes: 10 additions & 4 deletions task/buildah-remote-oci-ta/0.3/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ Removes references to `jvm-build-service`

## Action from users

The removed items are not in use, so their removal will not impact users.
Before migrating, please check if your PipelineRun definitions contain the following results:
- `JAVA_COMMUNITY_DEPENDENCIES`
- `SBOM_JAVA_COMPONENTS_COUNT`

A Renovate bot PR will be created with a warning icon for this task.

This is expected, and no action from users is needed.
They should look similar to this following code block:
```
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
```
If your PipelineRun definition contains the results, please delete them.
14 changes: 10 additions & 4 deletions task/buildah-remote/0.3/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ Removes references to `jvm-build-service`

## Action from users

The removed items are not in use, so their removal will not impact users.
Before migrating, please check if your PipelineRun definitions contain the following results:
- `JAVA_COMMUNITY_DEPENDENCIES`
- `SBOM_JAVA_COMPONENTS_COUNT`

A Renovate bot PR will be created with a warning icon for this task.

This is expected, and no action from users is needed.
They should look similar to this following code block:
```
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
```
If your PipelineRun definition contains the results, please delete them.
14 changes: 10 additions & 4 deletions task/buildah/0.3/MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,14 @@ Removes references to `jvm-build-service`

## Action from users

The removed items are not in use, so their removal will not impact users.
Before migrating, please check if your PipelineRun definitions contain the following results:
- `JAVA_COMMUNITY_DEPENDENCIES`
- `SBOM_JAVA_COMPONENTS_COUNT`

A Renovate bot PR will be created with a warning icon for this task.

This is expected, and no action from users is needed.
They should look similar to this following code block:
```
- description: ""
name: JAVA_COMMUNITY_DEPENDENCIES
value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES)
```
If your PipelineRun definition contains the results, please delete them.

0 comments on commit 9f209df

Please sign in to comment.