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

chore(master): merge maint-0.9 #478

Merged
merged 11 commits into from
Jan 15, 2025
Merged

chore(master): merge maint-0.9 #478

merged 11 commits into from
Jan 15, 2025

Conversation

tiborsimko
Copy link
Member

giffels and others added 10 commits July 4, 2024 17:33
…anahub#457)

Update reana-auth-vomsproxy to the latest version in order to fix VOMS
proxy initialisation troubles now that WLCG IAM is in production.
Pin `setuptools` to the maximum version of 70 to allow working on Ubuntu
20.04 LTS based environments. (New versions of `setuptools` are not
compatible.)

Note that this fix is necessary only for the `maint-0.9` branches and
the REANA 0.9 release series. In `master` we have switched to Ubuntu
24.04 LTS based environments and Python 3.12 and no pinning is necessary
there.
Make sure the secret key is propagated to the Flask app, instead of
incorrectly using the default one.
…hub#476)

Configure the security context of Kubernetes jobs to disallow privilege
escalation.
@tiborsimko tiborsimko self-assigned this Dec 4, 2024
chore(maint-0.9): release 0.9.4 (reanahub#418)
build(python): bump shared REANA packages as of 2024-11-28 (reanahub#477)
fix(kubernetes): avoid privilege escalation in Kubernetes jobs (reanahub#476)
fix(config): read secret key from env (reanahub#476)
fix(htcondorcern): support multiline commands (reanahub#474)
fix(htcondorcern): run provided command in unpacked image (reanahub#474)
build(deps): update reana-auth-vomsproxy to 1.3.0 (reanahub#466)
build(docker): pin setuptools 70 (reanahub#465)
fix(config): update reana-auth-vomsproxy to 1.2.1 to fix WLCG IAM (reanahub#457)
feat(backends): add new Compute4PUNCH backend (reanahub#430)

Note: The merge commit removes the changes related to pinning
`setuptools` to version 70, because this was only necessary for the
`maint-0.9` branches, as well as other 0.9.4 release-related changes.
Copy link
Member

@Alputer Alputer left a comment

Choose a reason for hiding this comment

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

LGTM!

@tiborsimko tiborsimko merged commit 5cebd8c into reanahub:master Jan 15, 2025
12 checks passed
@tiborsimko tiborsimko deleted the merge branch January 15, 2025 10:38
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

Attention: Patch coverage is 12.99639% with 241 lines in your changes missing coverage. Please review.

Project coverage is 41.87%. Comparing base (6cf4fc0) to head (5cebd8c).
Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
reana_job_controller/compute4punch_job_manager.py 0.00% 142 Missing ⚠️
reana_job_controller/job_monitor.py 11.47% 54 Missing ⚠️
reana_job_controller/utils.py 10.41% 43 Missing ⚠️
reana_job_controller/htcondorcern_job_manager.py 0.00% 2 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (6cf4fc0) and HEAD (5cebd8c). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (6cf4fc0) HEAD (5cebd8c)
2 1
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #478      +/-   ##
==========================================
- Coverage   48.07%   41.87%   -6.21%     
==========================================
  Files          17       18       +1     
  Lines        1302     1576     +274     
==========================================
+ Hits          626      660      +34     
- Misses        676      916     +240     
Files with missing lines Coverage Δ
reana_job_controller/config.py 100.00% <100.00%> (ø)
reana_job_controller/factory.py 90.62% <ø> (-0.29%) ⬇️
reana_job_controller/kubernetes_job_manager.py 63.41% <ø> (ø)
reana_job_controller/schemas.py 86.20% <100.00%> (+0.75%) ⬆️
reana_job_controller/version.py 100.00% <ø> (ø)
reana_job_controller/htcondorcern_job_manager.py 0.00% <0.00%> (ø)
reana_job_controller/utils.py 35.15% <10.41%> (-14.85%) ⬇️
reana_job_controller/job_monitor.py 40.06% <11.47%> (-7.62%) ⬇️
reana_job_controller/compute4punch_job_manager.py 0.00% <0.00%> (ø)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants