-
Notifications
You must be signed in to change notification settings - Fork 347
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
chore: remove deprecated code in pre 1.6 releases #2932
Conversation
58112b1
to
ee804bd
Compare
3175728
to
7920ed9
Compare
c5cef5c
to
ba615cb
Compare
Just figured out that, for some reason, when we update the kamelet definition, then, both |
Issue reported in #2988 |
ba615cb
to
6eab32f
Compare
Hey @christophd, I think the Yaks test is failing because there is some adjustment to make on Yaks configuration to be able to marshal Kamelets with |
a2ea109
to
6a6b1d9
Compare
@squakez thanks for taking care of it already |
Hey @christophd do you mind having a look at the failing tests? It seems that the new Yaks version is not running as expected, as I see installation failures. Can you suggest is there is some additional change to perform to move to the new version? |
@squakez yep, I will take a look |
Hey @christophd, I think I know what's going on. So, I tried to replicate this locally and the problem is that we have no
I understand that we won't be able to have those tests valid until we have Yaks 0.9.0 available. Do you have any plan to release that version shortly? otherwise we can ignore for now this test in order to proceed with the release. What do you suggest? |
@squakez but that is why we are using pinned snapshot version that is released via nightly build. let me check the YAKS installation command in the workflow. |
I know, but it would be okey if we only use the CLI. The operator installation ( |
Updated my PRs with |
YAKS install issue tracked in citrusframework/yaks#392 |
@squakez I have fixed the YAKS installation issues and opened a PR on your branch: squakez#10 if you pull the changes we should see this fixed here, too |
7fb227f
to
b1f08cc
Compare
I think we're almost done with this. There is one last error with Yaks test. I am not able to understand why it is failing. @christophd do you mind having an expert look? |
* --property-file * --configmap * -- secret Ref apache#2751
Needed for usage of `.spec.template` vs `.spec.flow`
Make sure to use proper image name and version on YAKS install command especially when using pinned pre-release versions.
ef9c1f4
to
7b16c3a
Compare
Test failure related to #3055 |
Closes #2751
Release Note