You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/01 02:58:58 UTC

[GitHub] [camel-k] tadayosi opened a new issue, #3321: `make bundle` adds duplicate `replaces` to Camel K CSV

tadayosi opened a new issue, #3321:
URL: https://github.com/apache/camel-k/issues/3321

   Current Camel K CSV has duplicate `replaces` entries:
   https://github.com/apache/camel-k/blob/main/config/manifests/bases/camel-k.clusterserviceversion.yaml
   
   It's because of a bug in `make bundle` and `make pre-bundle` targets. When you run `make pre-bundle` it endlessly adds the `repaces` entry at the EOF, whereas operator-sdk insert the same entry in alphabetical order at `make bundle`.
   ```
      replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez commented on issue #3321: `make bundle` adds duplicate `replaces` to Camel K CSV

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3321:
URL: https://github.com/apache/camel-k/issues/3321#issuecomment-1183064568

   Fixed by https://github.com/apache/camel-k/pull/3343


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] squakez closed issue #3321: `make bundle` adds duplicate `replaces` to Camel K CSV

Posted by GitBox <gi...@apache.org>.
squakez closed issue #3321: `make bundle` adds duplicate `replaces` to Camel K CSV
URL: https://github.com/apache/camel-k/issues/3321


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] tadayosi commented on issue #3321: `make bundle` adds duplicate `replaces` to Camel K CSV

Posted by GitBox <gi...@apache.org>.
tadayosi commented on issue #3321:
URL: https://github.com/apache/camel-k/issues/3321#issuecomment-1143064795

   Could you have a look at this? @phantomjinx 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-k] phantomjinx commented on issue #3321: `make bundle` adds duplicate `replaces` to Camel K CSV

Posted by GitBox <gi...@apache.org>.
phantomjinx commented on issue #3321:
URL: https://github.com/apache/camel-k/issues/3321#issuecomment-1150111399

   https://github.com/apache/camel-k/pull/3343


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org