Skip to content

Releases: ystia/yorc

v4.4.0-milestone.1

01 Feb 13:30
Compare
Choose a tag to compare
v4.4.0-milestone.1 Pre-release
Pre-release

Yorc Changelog

4.4.0-milestone.1 (February 01, 2023)

DEPENDENCIES

  • Consul version updated to 1.11.3 (GH-783)

FEATURES

  • Ability to authenticate against OpenStack with token or application credentials (GH-775)
  • Support nested TOSCA functions in get_secret (added a get_vault_secret function) (GH-777)
  • Support nested TOSCA functions in get_input (added a get_input_nf function) (GH-791)
  • Allow to replay workflow steps even if they are not in error (GH-771)
  • Workflows steps replays on error (GH-753)

ENHANCEMENTS

  • Support Alien4Cloud 3.3.0 (GH-773)
  • Slurm: Use sacct to retrieve job status when scontrol show job does not show the job anymore (GH-757)
  • Add basic support for ssh on Windows (GH-751)
  • Add the ability to define OpenStack Compute Instance user_data (GH-735)

BUG FIXES

  • [Bootstrap] Error in AWS location configuration for the bootstrapped Yorc (GH-762)
  • Over-consumption of Consul connections (GH-745)
  • Yorc panics attempting to print an error handling a script execution stdout (GH-741)
  • Error submitting a SLURM job with no execution option (GH-739)
  • Workflow with asynchronous action never stops after another step failure (GH-733)
  • Fix get_property/get_attribute functions with REQ_TARGET keyword failing even if requirement is optional (GH-789)

ENGINEERING

  • Generate a checksum file for release artifacts and sign it (GH-755)
  • Upgrade Vault client lib to support kv secret engine v2 (GH-779)

v4.3.0

11 Mar 12:01
Compare
Choose a tag to compare

Yorc Changelog

4.3.0 (March 11, 2022)

DEPENDENCIES

  • Consul version updated to 1.11.3 (GH-783)

FEATURES

  • Ability to authenticate against OpenStack with token or application credentials (GH-775)
  • Support nested TOSCA functions in get_secret (added a get_vault_secret function) (GH-777)
  • Allow to replay workflow steps even if they are not in error (GH-771)
  • Workflows steps replays on error (GH-753)

ENHANCEMENTS

  • Support Alien4Cloud 3.3.0 (GH-773)
  • Slurm: Use sacct to retrieve job status when scontrol show job does not show the job anymore (GH-757)
  • Add basic support for ssh on Windows (GH-751)
  • Add the ability to define OpenStack Compute Instance user_data (GH-735)

BUG FIXES

  • [Bootstrap] Error in AWS location configuration for the bootstrapped Yorc (GH-762)
  • Over-consumption of Consul connections (GH-745)
  • Yorc panics attempting to print an error handling a script execution stdout (GH-741)
  • Error submitting a SLURM job with no execution option (GH-739)
  • Workflow with asynchronous action never stops after another step failure (GH-733)

ENGINEERING

  • Generate a checksum file for release artifacts and sign it (GH-755)
  • Upgrade Vault client lib to support kv secret engine v2 (GH-779)

v4.2.0

10 Sep 16:41
Compare
Choose a tag to compare

Yorc Changelog

4.2.0 (September 10, 2021)

FEATURES

  • Allow to replay workflow steps even if they are not in error (GH-771)
  • Workflows steps replays on error (GH-753)

ENHANCEMENTS

  • Support Alien4Cloud 3.3.0 (GH-773)
  • Slurm: Use sacct to retrieve job status when scontrol show job does not show the job anymore (GH-757)
  • Add basic support for ssh on Windows (GH-751)
  • Add the ability to define OpenStack Compute Instance user_data (GH-735)

BUG FIXES

  • [Bootstrap] Error in AWS location configuration for the bootstrapped Yorc (GH-762)
  • Over-consumption of Consul connections (GH-745)
  • Yorc panics attempting to print an error handling a script execution stdout (GH-741)
  • Error submitting a SLURM job with no execution option (GH-739)
  • Workflow with asynchronous action never stops after another step failure (GH-733)

ENGINEERING

  • Generate a checksum file for release artifacts and sign it (GH-755)

v4.1.2

23 Jun 08:03
Compare
Choose a tag to compare

Yorc Changelog

4.1.2 (June 23, 2021)

BUG FIXES

  • Over-consumption of Consul connections (GH-745)
  • Yorc panics attempting to print an error handling a script execution stdout (GH-741)
  • Error submitting a SLURM job with no execution option (GH-739)

v4.0.8

22 Jun 13:00
Compare
Choose a tag to compare

Yorc Changelog

4.0.8 (June 22, 2021)

BUG FIXES

  • Over-consumption of Consul connections (GH-745)
  • Yorc panics attempting to print an error handling a script execution stdout (GH-741)
  • Error submitting a SLURM job with no execution option (GH-739)

v4.0.7

19 May 07:34
Compare
Choose a tag to compare

Yorc Changelog

4.0.7 (May 19, 2021)

BUG FIXES

  • Workflow with asynchronous action never stops after another step failure (GH-733)

v4.2.0-milestone.1

06 May 12:55
Compare
Choose a tag to compare
v4.2.0-milestone.1 Pre-release
Pre-release

Yorc Changelog

4.2.0-milestone.1 (May 06, 2021)

ENHANCEMENTS

  • Support Alien4Cloud 3.2.0 (GH-723)

BUG FIXES

  • Can't bootstrap Yorc as BinTray is now unavailable (GH-727)

v4.1.1

06 May 11:58
Compare
Choose a tag to compare

Yorc Changelog

4.1.1 (May 06, 2021)

BUG FIXES

  • Can't bootstrap Yorc as BinTray is now unavailable (GH-727)

v4.0.6

06 May 09:25
Compare
Choose a tag to compare

Yorc Changelog

4.0.6 (May 06, 2021)

BUG FIXES

  • Can't bootstrap Yorc as BinTray is now unavailable (GH-727)

v4.1.0

11 Apr 18:32
Compare
Choose a tag to compare

Download Yorc 4.1.0 on Bintray

v4.1.0 is available for donwload on Bintray

Yorc Changelog

4.1.0 (April 11, 2021)

DEPENDENCIES

  • The orchestrator requires now at least Ansible 2.10.0 (upgrade from 2.7.9 introduced in GH-648)
  • The orchestrator requires now at least Terraform OpenStack Provider version 1.32.0 (upgrade from 1.9.0 introduced in GH-703)

FEATURES

  • Added a tasks dispatcher metrics refresh time configuration parameter (GH-715)
  • Added an ElasticSearch store for events and logs (GH-658)
  • [Slurm] Expose Slurm scontrol show job results as job attributes (GH-664)

SECURITY FIXES

ENHANCEMENTS

  • Alllow shards and replicas configuration for Elastic storage (GH-722)
  • Add a new synchronous purge API endpoint (GH-707)
  • Should be able to specify the type of volume when creating an openstack instance (GH-703)
  • Support ssh connection retries (GH-688)
  • Remove useless/cluttering logs (GH-681)
  • Should be able to specify edcsa or rsa ssh keys in gcloud compute instances metadata (GH-697)
  • Add the ability to define OpenStack Compute Instance metadata (GH-687)
  • Support Alien4Cloud 3.0 (GH-689)
  • Upgrade Ansible version from 2.7.9 to 2.10.0 (GH-648)
  • Alien4Cloud download URL change (GH-637)
  • Enhance logs and events long-polling performances on file storage (GH-654)

BUG FIXES

  • Yorc panics on ElasticSearch store error (GH-719)
  • Error when storing runtime attributes of google subnet (GH-713)
  • Bootstrap fails on hosts where a version of ansible < 2.10.0 is installed (GH-695)
  • Panic due to nil pointer dereference may happen when retrieving a workflow (GH-691)
  • Empty directories not removed after ansible executions can lead to inodes exhaustion (GH-683)
  • Yorc generates forcePurge tasks on list deployments API endpoint (GH-674)
  • Yorc is getting slow when there is a lot of tasks (GH-671)
  • Yorc does not build on Go1.15 (GH-665)
  • Concurrency issue in workflows execution may lead to a task never reaching a terminal status (GH-659)
  • Bootstrap on Centos 7 on GCP fails (GH-649)
  • Kubernetes Client uses deprecated apis removed on recent versions of K8S (v1.17+) (GH-645)
  • Bootstrap may failed with a nil pointer error if download of a component fails (GH-634)
  • Missing concurrency limit during data migration for logs and events file storage (GH-640)
  • Unable to undeploy a deployment in progress from Alien4Cloud (GH-630)