Skip to content

Install Manifest in Upbound Marketplace uses deprecated apiVersion (v1alpha1 instead of v1) #162

@karojohn

Description

@karojohn

Description

I noticed an inconsistency between the Install Manifest shown in the Upbound Marketplace for provider-http and the manifests in this GitHub repository.

In the Upbound Marketplace, clicking the Install Manifest button provides a manifest that uses:

apiVersion: pkg.crossplane.io/v1alpha1

However, this apiVersion is deprecated and should be updated to:

apiVersion: pkg.crossplane.io/v1

The GitHub repository already reflects the correct pkg.crossplane.io/v1 apiVersion, so this appears to be a sync issue between the repository and the Upbound Marketplace.

Expected Behavior

The Install Manifest shown in the Upbound Marketplace should use:

apiVersion: pkg.crossplane.io/v1

so that it matches the current Crossplane API version and the manifests in this repository.

Actual Behavior

The Install Manifest in the Upbound Marketplace still uses:

apiVersion: pkg.crossplane.io/v1alpha1

Additional Context

I contacted Upbound support about this, and they suggested opening an issue in this repository so it can be tracked and resolved.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions