Skip to content

Releases: sdskit/sdscli

v1.1.5: SDSKit CLI version 1.1.5

02 Feb 19:10
8594cdd
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-367: Update to support upgrade to latest Pallet Project versions (#88)
    • updating jinja2 to >=3.0.0,<4.0.0
    • updating MarkupSafe in requirements.txt jjust to be safe
    • bump version

v1.1.4: SDSKit CLI version 1.1.4

02 Dec 01:17
9bb96e8
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-393: add target tracking metric for autoscaling that allows for 1:1 scaling of jobs to workers (#86)
    • detect if target tracking metric is total_jobs per worker or jobs_waiting per worker
    • clean out verdi virtualenv during mozart update
    • mitigate GHSA-q2q7-5pp4-w6pg and CVE-2020-26137
  • hotfix: disable pty when calling supervisord because it sends SIGHUP to the process (#87)
  • bump version

v1.1.3: SDSKit CLI version 1.1.3

06 Oct 22:17
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • update setup.py
  • pin elasticsearch==7.13.4 in requirements.txt
  • bump version

v1.1.2: SDSKit CLI version 1.1.2

19 Jul 20:34
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • accept json content to receive revokes (#83)
  • bump version

v1.1.1: SDSKit CLI version 1.1.1

03 Jun 17:30
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • update to ELK 7.9.3
  • bump version

v1.1.0: SDSKit CLI version 1.1.0

12 May 00:19
a362d93
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-348 - customizable tosca/figaro config in hysds_ui (#78)
    • symlinking template from ~/mozart/etc to hysds_ui/src/config
    • checks if custom [tosca|figaro].js file is found in ~/.sds/files
    • added print statement to let users know if theyre using custom or default configs for hysds_ui
    • added docstrings to send_template_user_override
  • Bump jinja2 from 2.10.3 to 2.11.3 (#74)
  • Bump pyyaml from 5.2 to 5.4 (#76)
  • Bump pygments from 2.5.2 to 2.7.4 (#77)
  • Bump urllib3 from 1.25.7 to 1.25.8 (#79)
  • Bump rsa from 3.4.2 to 4.7 (#80)
  • update to celery 5.0.5 (#81)
    • update celery CLI invocation for v5
    • bump version

v1.0.10: SDSKit CLI version 1.0.10

15 Mar 21:25
326dd42
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • hotfix query to GRQ user rules (#73)
  • bump version

v1.0.9: SDSKit CLI version 1.0.9

13 Mar 03:00
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-338: initial implementation of OPS UI using SDSWatch and Kibana (#72)
    • use consolidated sdswatch_client.conf
    • replace old SDSWatch dashboard with minimal OPS UI
    • add scripts to dump systemd and supervisord statuses as fulldict SDSWatch logs
    • deploy SDSWatch logger scripts for systemd and supervisord
    • remove --file_dir option
    • sync update SDSWatch logger scripts
    • fix flake8 errors and run black formatter
  • bump version

v1.0.8: SDSKit CLI version 1.0.8

17 Feb 23:33
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-325 (#69)
    • added create hysds-ios index in mozart/grq
    • fixed path for hysds_ios install script for grq
  • Bump cryptography from 3.2 to 3.3.2 (#70)
  • HC-273: provision SDSWatch client on PCM components: mozart, metrics, and grq (#71)
    • generalize run_sdswatch_client.sh to run on PCM instances as well
    • ship PCM-specific SDSWatch client config
    • install run_sdswatch_client.sh script
    • disable xpack.monitoring
    • generalize run_docker_registry.sh for any PCM instance
    • add fab function to install run_docker_registry.sh
  • bump version

v1.0.7: SDSKit CLI version 1.0.7

02 Feb 00:25
7be06bc
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-218: update pele API to support queries for on-demand use cases (#67)
  • HC-300: New harikiri and spot_termination_detector configuration files (#68)
  • Bump version