Releases: projectcalico/calicoctl
Releases · projectcalico/calicoctl
Version 0.3.1 - Bugfix: pull images if not present on `calicoctl node`
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
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
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
- 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
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
v0.0.5
v0.0.4: Merge branch 'etcd' of github.com:Metaswitch/calico-docker into etcd
Pre-release
Conflicts: docs/GettingStarted.md
Fix up binary
v0.0.3 Change how we're using the "sh" module to be compatible with PyInstaller