Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/cloudstack-cloudmonkey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/cloudstack-cloudmonkey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 31, 2018

  1. Don't force connections to TLSv1 (#25)

    Forcing the connection to TLSv1 is actually downgrading connections that would otherwise be TLSv1_2. Cloudmonkey is better off auto-negotiating ssl/tls versions and versions should be enforced on the server side. Since the Go version is still alpha, it would be very useful to have the Python version play nice with TLSv1_2.
    csquire authored and rohityadavcloud committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    9464276 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. display: New display mode based on jmespath for 5.3 version. (#44)

    This add to cloudmonkey CLI the abilities to make a JMESPATH filter with following changes in version 5.3:
    
    Add new argument 'query'.
    Add new display type 'jmespath'.
    Import jmespath module.
    snifbr authored and rohityadavcloud committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    db74764 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. cloudmonkey: fix description for legacy cloudmonkey for pypi website

    Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
    rohityadavcloud committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3169f6f View commit details
    Browse the repository at this point in the history
Loading