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

[CI] [Catalog] Artifact Hub package generator: account for multiple versions of the same design #1782

Open
leecalcote opened this issue Jun 27, 2024 · 3 comments · Fixed by #1783
Assignees
Labels
area/catalog area/website issue/stale Issue has not had any activity for an extended period of time kind/enhancement New feature or request

Comments

@leecalcote
Copy link
Member

Current Behavior

Artifact Hub expects one directory per design version. For example:

path/to/packages
├── artifacthub-repo.yml
├── package1
│   ├── 1.0.0
│   │   ├── README.md
│   │   ├── artifacthub-pkg.yml
│   │   └── design.yml
│   └── 2.0.0
│       ├── README.md
│       ├── artifacthub-pkg.yml
│       └── design.yml

See the required format here - https://artifacthub.io/docs/topics/repositories/meshery-designs/

Desired Behavior

Support multiple versions of the same design.

Acceptance Criteria

  1. Multiple verses of the same designer are visible on artifact hub.
  2. Only the latest version of the design is shown in the measuring.io/catalog web pages.

Contributor Guides and Resources

@leecalcote
Copy link
Member Author

leecalcote commented Jun 27, 2024

Copy link

stale bot commented Aug 9, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue/stale Issue has not had any activity for an extended period of time label Aug 9, 2024
@stale stale bot removed the issue/stale Issue has not had any activity for an extended period of time label Aug 11, 2024
Copy link

stale bot commented Sep 11, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue/stale Issue has not had any activity for an extended period of time label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/catalog area/website issue/stale Issue has not had any activity for an extended period of time kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants