Igluctl 0.10.0 released

We are pleased to announce version 0.10.0 of igluctl

Igluctl is a CLI application for common Iglu registry tasks. You can find out more about igluctl on our docs site here.

What’s new

igluctl follows redirects

Igluctl commands that require interaction with an Iglu server (i.e. static push, static pull, static keygen) require the host name (or IP address and port) to be passed to the command. When igluctl makes a request to that host, if a redirect response comes back, igluctl will now follow redirects up to a max of 20 redirects. This is helpful if your Iglu server is behind a proxy.

We’ve dropped support for iglu server versions lower than 0.6.0

We had code in place to make it possible for to stay compatible with Iglu Server pre-0.6.0 versions. Now that it has been more than two years since 0.6.0 has been released, we are dropping that support.

To use igluctl 0.10.0, your iglu server needs to be running at least version 0.6.0.

Tidy-up :broom:

More details re: dependency bumps and other behind the scenes changes here.

3 Likes