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

Fix outdated/removed python version #245

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

rsafonseca
Copy link
Contributor

@rsafonseca rsafonseca commented Feb 6, 2025

Pipeline is running on ubuntu-latest, and has changed to ubuntu 24.04, which only has python 3.8.12 and later
Python 3.7 has been EoL for quite some time, and explicitly defined in the pipeline
Switching to 3.12 which is the currently minimum version that is still under bugfix support ,ref: https://devguide.python.org/versions/

Fixes #244

Signed-off-by: Rafael da Fonseca <[email protected]>
@rsafonseca rsafonseca force-pushed the fix_removed_python_version branch from b680da1 to 114d517 Compare February 6, 2025 16:15
Signed-off-by: Rafael da Fonseca <[email protected]>
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (9dd9847) to head (df8dc14).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #245   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         32      32           
  Lines      18609   18609           
=====================================
  Misses     18609   18609           

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

@vishal-chdhry vishal-chdhry merged commit 4aeb404 into kyverno:main Feb 7, 2025
21 checks passed
rsafonseca added a commit to rsafonseca/reports-server that referenced this pull request Feb 7, 2025
* Fix outdated/removed python version

Signed-off-by: Rafael da Fonseca <[email protected]>

* Fix outdated/removed python version

Signed-off-by: Rafael da Fonseca <[email protected]>

---------

Signed-off-by: Rafael da Fonseca <[email protected]>
vishal-chdhry added a commit that referenced this pull request Feb 7, 2025
* feat: Add PodDisruptionBudget to helm chart

Signed-off-by: Rafael da Fonseca <[email protected]>

* Specify namespace in pdb

Signed-off-by: Rafael da Fonseca <[email protected]>

* Fix outdated/removed python version (#245)

* Fix outdated/removed python version

Signed-off-by: Rafael da Fonseca <[email protected]>

* Fix outdated/removed python version

Signed-off-by: Rafael da Fonseca <[email protected]>

---------

Signed-off-by: Rafael da Fonseca <[email protected]>

* fix: codegen

Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Rafael da Fonseca <[email protected]>

---------

Signed-off-by: Rafael da Fonseca <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
Co-authored-by: Vishal Choudhary <[email protected]>
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.

v0.1.2 Helm Release pipeline failed
2 participants