Skip to content

Latest commit

 

History

History
133 lines (84 loc) · 6.65 KB

CHANGELOG.md

File metadata and controls

133 lines (84 loc) · 6.65 KB

Changelog

4 November 2024

  • Dependency upgrades & minor CI renovation #318

12 September 2024

  • Add SSH command for executions #314
  • Option to disable git packaging for adhoc runs #313
  • Support list parameters for pipelines #311
  • Smoother token login flow #310
  • Add command line parameter for runtime config preset #305
  • Refactorings & upgrades

3 January 2024

  • This version is the first to require Python 3.8.
  • Improved Kubernetes support.
  • Improved help text and documentation.

11 September 2023

  • Add commit_identifier in pipeline's run #287
  • Pipeline parameters overriding #285
  • Honour --yaml flag to parse configuration in vh pipeline run --adhoc #281
  • Add missing slash into authtoken url #278
  • Add Override support for pipeline parameters 89d83c5
  • Use --yaml flag to parse current configuration in pipeline run 603934b

22 February 2023

  • Add option to list only my executions #275
  • Drop support for EOL Python 3.6 df1b8b1

7 February 2023

  • Fix exec remote debug API call correct format #273
  • Lint with pre-commit + ruff #272
  • List only deleted executions #267

10 November 2022

  • ♻️✅ Conflate how git is managed in tests #247
  • CI: publish to PyPI too #248

9 November 2022 (not released)

  • 🐛 Allow partial matches when resolving commits #243
  • 🧑‍💻🔨 Improve developer experience #242

31 October 2022

  • Add description values to package metadata #203
  • Allow selecting an owner for the new project #219
  • Allow specifying --ca-file during login (or in settings) #234
  • Allow tagging pipelines #209
  • Ensure valohai-utils entry in requirements is prepended by newline #240
  • Execution run command: handle multiple-styled parameters #212
  • Spot restart #210
  • Validate commit in respect to the active project #218

23 June 2022

  • Add data and alias command to fetch Datums and Datum Aliases #200
  • Keep create_adhoc_commit_from_tarball in tact #202

20 June 2022

  • Default to valohai.yaml properly when path in project data is None #201

16 June 2022

  • Allow creating adhoc commits with a nonstandard yaml path #192

20 April 2022

  • Fix formatting for *SV output b52cd4f
  • Upgrade to gitignorant 0.2.0, use check_path_match #191
  • Use images.v2.yaml instead of legacy images.yaml #190

20 January 2022

  • Add transient setting api_user_agent_prefix #180
  • Use valohai-yaml 0.21+ pipeline conversion code ffb4e1c

3 November 2021

  • Add remote debug flags #179

22 October 2021

  • Adhoc .vhignore support #171
  • Adhoc pipeline runs #176
  • Allow disabling SSL verification when logging in #167
  • Have a more consistent CLI option for create new project #175
  • Make vh exec stop latest work #166
  • Make optional inputs without default work for pipeline runs #169
  • Python 3.10 compatibility #173
  • Ship py.typed #177