Skip to content
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

improve buildah 0.3 migration files #1813

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading