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

[bug/ux] unreachable bundle error message #1361

Open
perdasilva opened this issue Oct 10, 2024 · 0 comments
Open

[bug/ux] unreachable bundle error message #1361

perdasilva opened this issue Oct 10, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@perdasilva
Copy link
Contributor

If I have a package with channel:

entries:
- name: my-package.v1.0.0
- name: my-package.v1.0.1
  replaces: my-package.v1.0.0
- name: my-package.v1.0.2
  replaces: my-package.v1.0.1
name: stable
package: my-package
schema: olm.channel

If I install v1.0.0, then try to go to v1.0.2 I'd see the following condition:

    Last Transition Time:  2024-10-10T06:49:34Z
    Message:               error upgrading from currently installed version "1.0.0": no bundles found for package "my-package" matching version "1.0.2"
    Observed Generation:   2
    Reason:                Retrying
    Status:                True
    Type:                  Progressing

The message suggests that there is no bundle v1.0.2, which isn't strictly true. The problem is that the upgrade graph doesn't let me go to it.

@perdasilva perdasilva added the kind/bug Categorizes issue or PR as related to a bug. label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant