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

Does dependabot scan kubernetes manifest file and helm charts to detect deprecated api-versions? #7221

Open
SethMuskan opened this issue May 3, 2023 · 1 comment
Labels
T: new-ecosystem Requests for new ecosystems/languages

Comments

@SethMuskan
Copy link

SethMuskan commented May 3, 2023

Hi Team,

Does Dependabot scan kubernetes manifest file and helm charts and report if there is any deprecated api versions?

I have below kubernetes manifest file present in my repo and I want dependabot to create a PR to update apiversion to v1.

"deploy.yaml"
apiVersion: apps/v1beta2
kind: Deployment

Please suggest if i need to initiate discussion under some other forum.

@jeffwidman jeffwidman added the T: new-ecosystem Requests for new ecosystems/languages label May 4, 2023
@jeffwidman
Copy link
Member

No, and also I'm not sure this would be a great fit for Dependabot...

API version changes like that are often breaking changes meaning that any PR's we create are likely to be broken due to needing other code changes that almost always require human intervention to get right. That's kinda the whole point of versioning APIs.

I do see Renovate supports this, which surprised me, are the PR's they're creating for these API changes typically broken?

Or am I misunderstanding k8s API versioning and most of the time the API version can safely be bumped w/o breaking stuff?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: new-ecosystem Requests for new ecosystems/languages
Projects
None yet
Development

No branches or pull requests

2 participants