Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@suskin suskin released this 28 Oct 21:07
c7c861c

This is the first release of the Crossplane CLI! Features include:

  • Initial versions of commands to interact with stacks (install, generate-install, list, uninstall, build, publish)
  • A bootstrap script for installing the CLI

Note that the original date for this release was September 19, 2019, but the release in GitHub was created after the fact.

2fc46ba integration test: update integration test to use new features
7c893e7 quick start: use --cluster everywhere
0db97cb init make: remove operations on manager patch
17c7299 init: add missing line wrap
7bb4fa8 bootstrap: use -L on curl
4c4ac7c quick start: use oneliner for create new kubebuilder api
5746073 readme: update bootstrap oneliner to set RELEASE properly
e529bd7 readme: add usage for generate-install
58842f7 init: update Makefile with cross-compatibility fixes from wordpress
866a8ed stacks: add overview fields, rename description to readme
66b6219 update the cli for crossplane v0.3 stacks
f5c5bd8 test: add sanity test
e467e59 publish: add shift after consuming stack image
8aa328f readme: add recipes section
b76e5ce init: make all stack.env variables overrideable
84ea0ce readme: remove kustomize, minor improvements
aa3fc03 usage: add [-h|--help]
f195c82 help: add support for common help arguments
431d276 stack init: add --force option
cd771b3 commands: add list command
b6b73a4 install: add bootstrap script
711a77c publish: fix publish, add documentation
9b93bad install: add makefile for install/uninstall from source
3acb6f3 cli: split install yaml generation into lower-level command
ab69ac1 uninstall: use shift after consuming the stack name argument
3437fb4 docs: add install and uninstall to the installation curl block
489c15b cli: add uninstall
ff47745 cli: add crossplane stack install
82133c0 docs: updating to use crossplaneio urls
075c044 docs: update installation to point to master branch
37e2bc2 docs: add quick start
15c24c8 init: pull rbac from kubebuilder role instead of separate file
62517d2 init: putting overrides in their own folder
774f706 init: use correct stack image name
80859de init: add .gitignore integration
5d1f8f8 init: add support for spinning up the docker registry, fix broken reference
a5db5d5 init: fix image to use the right name
bb32931 init: log file creation explicitly
f8f5a9f init: use correct names for kubernetes resource fields
74ee91c make: remove pre-stack targets
31443d6 init: use stack as a prefix instead of a suffix
3622fec init: pull templatized part of Makefile into separate file
0b2a1d6 cli: add rough first passes at build, init, publish
b873a8b docs: add a slightly useful README
1b54fb6 docs: add license and empty README to initialize the repo