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

feat(Catalog): Include RHBAC in the catalogs #1650

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Nov 21, 2024

Context

Currently, only the latest Camel version is available in the catalog.

Changes

This commit includes RHBAC versions in the Kaoto catalog.

fix: #1392

Currently, only the latest Camel version is available in the catalog.

This commit includes RHBAC versions in the Kaoto catalog.

fix: KaotoIO#1392
@lordrip lordrip requested a review from apupier November 21, 2024 10:54
Copy link

sonarcloud bot commented Nov 21, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Comment on lines +15 to +20
const CATALOGS = {
Main: ['4.8.1', '4.4.4', '4.4.0.redhat-00046'],
Quarkus: ['3.16.0', '3.8.3', '3.8.0.redhat-00014'],
SpringBoot: ['4.8.1', '4.4.4', '4.4.0.redhat-00039'],
};
const KAMELETS_VERSION = '4.8.1';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the versions that get in the catalog, if we want them to be even friendlier for people to update, we could read them from a .txt file instead.

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@cd1175d). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1650   +/-   ##
=======================================
  Coverage        ?   83.99%           
  Complexity      ?      365           
=======================================
  Files           ?      284           
  Lines           ?     8147           
  Branches        ?     1605           
=======================================
  Hits            ?     6843           
  Misses          ?     1165           
  Partials        ?      139           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@lordrip lordrip marked this pull request as ready for review November 21, 2024 12:59
@lordrip lordrip merged commit f116596 into KaotoIO:main Nov 21, 2024
13 checks passed
@lordrip lordrip deleted the feat/add-redhat-catalog branch November 21, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Embed more Camel Catalog versions by default
2 participants