Skip to content

Releases: adobe/ops-cli

0.32

11 Jul 16:56
Compare
Choose a tag to compare
Bump version: 0.31 → 0.32

0.31

08 Jul 22:52
Compare
Choose a tag to compare
[RELEASE] - Release version 0.31

0.30

19 May 11:50
Compare
Choose a tag to compare
  • Upgrade to ansible 2.7
  • [BUILD] - Use bump2version to manage version bump and release (#27)
  • Use alpine base image for ops docker image

Install:

pip2 install --upgrade https://github.com/adobe/ops-cli/releases/download/0.30/ops-0.30.tar.gz
OR
docker run -it --rm adobe/ops-cli:0.30

0.29

03 May 10:55
Compare
Choose a tag to compare

Changelog

  • Fix Ansible: [WARNING]: Found both group and host with same name
  • [BUILD] - Freeze requirements in dist build
  • Allow ssh'ing into custom hostnames/IPs not in inventory

See https://github.com/adobe/ops-cli/blob/master/README.md#ops-tool-installation

0.29-prerelease

03 May 10:53
Compare
Choose a tag to compare
0.29-prerelease Pre-release
Pre-release
[RELEASE] - Version 0.29

0.28

05 Mar 12:22
Compare
Choose a tag to compare
[RELEASE] - Release version 0.28

0.27

25 Feb 16:08
Compare
Choose a tag to compare
[RELEASE] - Release version 0.27

0.26

20 Feb 14:59
Compare
Choose a tag to compare
[RELEASE] - Release version 0.26

0.25

12 Feb 13:53
Compare
Choose a tag to compare
  • Retrieve secrets from AWS SSM
    db_password: "{{ '/my/ssm/path' | read_ssm(aws_profile='myprofile') }}"

  • Support ops terraform force-unlock and push errored state file
    ops clusters/mycluster.yaml terraform force-unlock <LOCK_ID>
    ops clusters/mycluster.yaml terraform state push errored.tfstate

0.24

08 Feb 14:11
Compare
Choose a tag to compare
  • Add possibility to skip Prometheus reload step in remove_prometheus_alert_rules.yml