Skip to content

An api to retrieve the latest version numbers for hashicorp software

Notifications You must be signed in to change notification settings

markpendlebury/hashiversion

Repository files navigation

Hashiversion

elesoft

Hashiversion is a web api written in c# designed to provide easy endpoints to query the latest versions of software from Hashicorp

How it works

It works by making a request to hashicorps github tags page, filtering out unwanted tags (such as beta/alpha releases etc) and returns what it thinks is the latest stable release of any given hashicorp product.

Usage

Using curl, get the latest terraform version:

TERRAFORM_VERSION=$(curl -s https://hashiversion.elesoft.co.uk/terraform)

Using curl, get the latest packer version:

PACKER_VERSION=$(curl -s https://hashiversion.elesoft.co.uk/packer)

About

An api to retrieve the latest version numbers for hashicorp software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages