helm-mapkubeapis
helm-mapkubeapis copied to clipboard
Add deprecation of batch/v1beta1 CronJob
apiVersion: batch/v1beta1 kind: CronJob
was deprecated in 1.21 and removed in 1.25.
That CircleCI error looks like something I can't fix from my end.
@ekeih Do you mind rebasing and pushing again?
The CircleCI issues are still eluding me. I think the problem happened around the security incident at CircleCI. Does not seem to be related to the PR.
Rebased and force pushed to my branch ✅
The CircleCI was already failing back in September, to me it looks more like the CircleCI access to this repo got revoked at some point in the past. (But I don't have access to the full error message.)
The CircleCI was already failing back in September, to me it looks more like the CircleCI access to this repo got revoked at some point in the past.
@ekeih You are right that it was failing prior to the CircleCI security incident. I think this was related to changes to the config file which required setup in the pipeline which was missing. I updated this lately.
I think the issue you are having now is that pipeline originally run was run using an ssh key that is not revoked and a new key is being used. I am not sure how to circumvent this bar closing this PR and pushing a new PR. Would you be ok to do this?
Just tried closing and reopening this one to see if it retriggers the CI but it didn't. I will close it and open a new one 👍