Skip to content

Commit

Permalink
improve buildah 0.3 migration files
Browse files Browse the repository at this point in the history
- Some users have encountered problems when migrating buildah tasks from
0.2 to 0.3 when using older PipelineRun definitions which still include
the results that are being removed in buildah 0.3
- Mention in the Migration files that users should check if their PipelineRun
contains the removed results and that they should be removed
  • Loading branch information
tnevrlka committed Jan 13, 2025
1 parent d19fd85 commit 065bae7
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 065bae7

Please sign in to comment.