Skip to content

Releases: oar-team/oar3

3.0.1

26 Nov 17:03

Choose a tag to compare

Version 3.0.1

Released on Nov 26, 2025

  • Added ALL, BEST, HALF_BEST as resquestable number of resource (#57)
  • Fixes and enhancements of the scheduling #104 #105
  • Fixed major bug in oarnodesetting -m off #109
  • Kamelot set as default scheduler
  • Fixed oarstat -g #110
  • Fixed possible bibpib crash (jobs stuck in the Launching state) #113
  • Fixed resubmit_job_id value of jobs #114
  • Added missing oarcgdev binary for GPU confinement #112

3.0.0

21 Jul 14:22

Choose a tag to compare

V3 initial release!
The current status of the project has been approved by GRICAD,
with more than successful 400k jobs already executed by OAR3
on the "Kraken" platform (10k cores and 28 GPUS)

CHANGES since previous published version:

Version 3.0.0
-------------

Released on Jul 21, 2025

- Initial OAR v3 release!

Version 3.0.0.dev19
-------------------

Released on Jul 21, 2025

- A call from admission rules: 
    `estimated_resources = estimate_job_nb_resources(session, config, resource_request, properties)`
    allows to re-use the `estimated_resources` data structure and prevents the scheduler from 
    computing this several times (#96)
- oarstat and oarapi prints 'actual_resources' (#99)

Version 3.0.0.dev18
-------------------

Released on Jul 7, 2025

- oarstat and oarapi now print correctly std[err,out] filenames (#97) 

Version 3.0.0.dev17
-------------------

Released on Jul 4, 2025

- Fixed several database performance issues (#84)
- Fixed a bug with oarsub -S and properties (#85)
- Fixed a bug with Suspended state
- Removed verbose debug of the API
- Fixed job_manager_systemd suspecting nodes in some cases (#81)
- Fixed oarsub -S "./script with args"
- Oarsub prints human dates (#93)
- Fixed 'oarnodes -p' for 0 values not being printed (#92)
- Fixed job dependency to an interactive job (#90)
- Fixed a timing issue into almighty (could prevent Leon from working under heavy load) (#83)

3.0.0.dev18

07 Jul 14:53

Choose a tag to compare

Maybe the latest RC before 3.0.0...

Version 3.0.0.dev18

Released on Jul 7, 2025

  • oarstat and oarapi now print correctly std[err,out] filenames #97
  • Fixed several database performance issues (#84)
  • Fixed a bug with oarsub -S and properties (#85)
  • Fixed a bug with Suspended state
  • Removed verbose debug of the API
  • Fixed job_manager_systemd suspecting nodes in some cases (#81)
  • Fixed oarsub -S "./script with args"
  • Oarsub prints human dates (#93)
  • Fixed 'oarnodes -p' for 0 values not being printed (#92)
  • Fixed job dependency to an interactive job (#90)
  • Fixed a timing issue into almighty (could prevent Leon from working under heavy load) (#83)

3.0.0dev16

22 May 14:40

Choose a tag to compare

(Corresponding Debian packages: 3.0.0~rc5)

WARNING:

  • no more compatible with oar-node v2! You must now install oar-node from oar3 and use the job_resource_manager_systemd.pl job resources manager!
  • no more need for cgroupv1 configuration of the nodes at boot (remove systemd.unified_cgroup_hierarchy=false from grub config)

CHANGES:

  • Fixed oarapi installation issue
  • Oarnodes now prints standby state
  • Added misssing "types" array from /jobs/{id} (issue #43)
  • Oarstat did not display some jobs (issue #48)
  • Performance fix (#63)
  • Karma is now recorded and printed by oarstat and oarapi (#65)
  • Null valued fields are removed from the /jobs api output
  • Added /get_new_token API entry to re-generate JWT
  • Added cgroup-v2 support through systemd
  • Fixed a bug with oarsub -S and array-param-file

3.0.0dev15

28 Mar 10:59

Choose a tag to compare

Changes:

  • Fixed API launcher bug introduced into 3.0.0.dev13
  • Added 'exit_status_code' job information (converted as exit status or kill signal, like bash exit status)
  • Tests fixed
  • Fixed user signal sending into oardel
  • oar.conf minor changes (cleaning, added greta vars)

3.0.0dev14

06 Sep 13:44

Choose a tag to compare

  • Fixed performance issues when database is growing
  • Start/stop for oar-server now from systemd (this fixes issues with processes still running after a stop)

(manual release)

3.0.0.dev13

28 Aug 10:55

Choose a tag to compare

  • Fixed default WORKDIR into oarsub (to current directory): #42
  • Fixed several scheduling issues: #47 #54 #61
  • Fixed REST API issues: #59 and commits b03df94, b2313f0
  • Fixed oarsub -C : #46
  • Fixed Ernergy Saving: #53 and commits 0988318
  • Fixed submission.py : #51

Manual release as tests are broken

3.0.0.dev12

22 Dec 16:27

Choose a tag to compare

Bump version to 3.0.0.dev12

3.0.0.dev11

28 Nov 10:34

Choose a tag to compare

bump to 3.0.0.dev11

3.0.0.dev10

08 Nov 16:11

Choose a tag to compare

[version] bump to 3.0.0.dev10

- Update debian package generation
- Add unspecified dependencies (in base)
- Update documentation