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

Add "guids" as a valid package list filter #3142

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

davewalter
Copy link
Member

@davewalter davewalter commented Feb 23, 2024

Is there a related GitHub Issue?

No

What is this change about?

The latest version of the CF CLI (v8.7.8) introduced a change where the 'StagePackage' function now uses the "guids" query parameter when listing packages for an app. Korifi did not support this parameter, even though it claimed to support API v3.117.0.

This call is made by the CLI when an application is pushed with the --no-start option and then started with cf start.

Does this PR introduce a breaking change?

No. It fixes a compatibility issue with CF CLI v8.7.8.

Acceptance Steps

Install CF CLI v8.7.8 and attempt to cf push an application.

Tag your pair, your PM, and/or team

@acosta11

- The latest version of the CF CLI (v8.7.8) introduced a change where
  the 'StagePackage' function now uses the "guids" query parameter when
  listing packages for an app. Korifi did not support this parameter,
  even though it claimed to support API v3.117.0.

Co-authored-by: Dave Walter <walterda@vmware.com>
@davewalter davewalter force-pushed the add-guid-filter-to-package-list branch from ee5c00b to 0864507 Compare February 24, 2024 00:13
@davewalter davewalter enabled auto-merge (rebase) February 24, 2024 01:10
@davewalter davewalter merged commit 962da9d into main Feb 24, 2024
11 checks passed
@davewalter davewalter deleted the add-guid-filter-to-package-list branch February 24, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants