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

Update Target run-latest-release in Makefile in the Catalog #1604

Closed
Tracked by #1335
camilamacedo86 opened this issue Jan 13, 2025 · 0 comments · Fixed by #1659
Closed
Tracked by #1335

Update Target run-latest-release in Makefile in the Catalog #1604

camilamacedo86 opened this issue Jan 13, 2025 · 0 comments · Fixed by #1659
Assignees
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@camilamacedo86
Copy link
Contributor

camilamacedo86 commented Jan 13, 2025

The run-latest-release target in the Makefile inside of the catalogues repo:

.PHONY: run-latest-release
run-latest-release:
curl -L -s https://github.com/operator-framework/catalogd/releases/latest/download/install.sh | bash -s

Needs to be updated to use the code source in the current repository instead of the old one

PS.: We might need to do a release to be able to do this one.

@camilamacedo86 camilamacedo86 added the kind/documentation Categorizes issue or PR as related to documentation. label Jan 13, 2025
@camilamacedo86 camilamacedo86 added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed kind/documentation Categorizes issue or PR as related to documentation. labels Jan 13, 2025
@LalatenduMohanty LalatenduMohanty self-assigned this Jan 28, 2025
LalatenduMohanty added a commit to LalatenduMohanty/operator-controller that referenced this issue Jan 28, 2025
Updating the make file to use operator-controller/releases/latest/download/install.sh
Fixes operator-framework#1604

Signed-off-by: Lalatendu Mohanty <[email protected]>
github-merge-queue bot pushed a commit that referenced this issue Jan 28, 2025
Updating the make file to use operator-controller/releases/latest/download/install.sh
Fixes #1604

Signed-off-by: Lalatendu Mohanty <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants