Skip to content

Releases: projectcalico/calicoctl

Version 0.3.1 - Bugfix: pull images if not present on `calicoctl node`

10 Apr 23:04
Compare
Choose a tag to compare

This hotfix release corrects an issue where calicoctl node will fail if the calico/node image is not cached in Docker. It now will attempt to pull the image if it isn't present locally.

Version 0.3 - Network policy commands

10 Apr 21:50
Compare
Choose a tag to compare
Pre-release

Adds support for commands to manipulate network policy profiles.

calicoctl profile show [--detailed]
calicoctl profile add <PROFILE>
calicoctl profile remove <PROFILE>
calicoctl profile <PROFILE> tag show
calicoctl profile <PROFILE> tag add <TAG>
calicoctl profile <PROFILE> tag remove <TAG>
calicoctl profile <PROFILE> rule show
calicoctl profile <PROFILE> rule json
calicoctl profile <PROFILE> rule update
calicoctl profile <PROFILE> member add <CONTAINER>

Upgrades Felix to v0.14-etcd-prerelease.

Version 0.2 - etcd-felix prototype

20 Mar 00:01
Compare
Choose a tag to compare
Pre-release

This release is based on the etcd-felix prototype, which

  • eliminates the ACL Manager component and the need for a central "master" service
  • updates the object model for ACLs to include policies, tags, and rules (see Orchestrators.md for details)

It also improves calicoctl

  • eliminates the need to run as root except for the calicoctl node command
  • fixes issues displaying IPv6 addresses of endpoints

Version 0.1

13 Mar 22:17
Compare
Choose a tag to compare
Version 0.1 Pre-release
Pre-release
  • This release adds IPv6 support to calico-docker (Calico itself already supports it).
  • It is based on Calico version 0.13.
  • It also includes build improvements, bug fixes, and improved documentation.

Round out the calicoctl CLI

02 Mar 13:13
Compare
Choose a tag to compare
Pre-release

This release contains a more complete set of CLI commands.

  • Support for adding (and removing) Calico networking to existing containers is also added.
  • Smaller Docker images
  • support for configuring the IP pools used for Calico networknig

Binary and bash completion file are attached.

v0.0.6

11 Feb 23:54
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
Do the image tying in a way that might actually work

v0.0.5

11 Feb 23:43
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

This is first release to properly tie calicoctl to docker image version. This means it should be stable even as development on master continues.

v0.0.4: Merge branch 'etcd' of github.com:Metaswitch/calico-docker into etcd

11 Feb 00:49
Compare
Choose a tag to compare
Conflicts:
	docs/GettingStarted.md

Fix up binary

10 Feb 01:17
Compare
Choose a tag to compare
Fix up binary Pre-release
Pre-release
v0.0.3

Change how we're using the "sh" module to be compatible with PyInstaller

v0.0.1

10 Feb 00:45
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release - 64bit linux only