Releases: christianh814/gokp
Releases · christianh814/gokp
gokp-v0.0.8
Updated to use Argo CD v2.3.1
gokp-v0.0.7-1
Patch update to fix CWE-843
gokp-v0.0.7
This release of gokp is focused on updating the versions of modules
- updated to CAPI v1.1.0
- AWS Provider 1.3.0
- kube version 1.23.3
- gokp version bump to v0.0.7
- Various code changes due to module updates
- Fixes Bug #23
gokp-v0.0.6
In this update:
- Azure support was added
- Subcommand
version
was added - ApplicationSet version for Argo CD was set to "stable"
Please see the documentation for specifics about usage.
Contributors
gokp-v0.0.5
In this update:
- Flux CD has been added as GitOps controller to chose from.
- Updated to CAPI v1.0.1
- Various refactoring and reformatting code.
Please see the documentation for specifics about usage.
gokp-v0.0.4
In this update:
- Switched from using token to using deploy key for repo access
- Kubernetes version now is a variable in the code.
- Switching binary download name from
macosx
todarwin
gokp-v0.0.3
In this release:
- Development cluster now only deploys 1 master and 2 nodes. Has an optional "emulate HA" mode.
- Adds
--skip-cloud-formation
option for those who ran the CloudFormation already - Label Workers of the clusters as such (was previously unlabeled)
BREAKING CHANGES
- Making
create-cluster
anddelete-cluster
provider agnostic. This also removed the need to have a separatedevelopment-create
anddevelopment-delete
subcomands.
You will now need to provide either aws
or development
to the create-cluster
and delete-cluster
commands. Documentation page has been updated with examples.
gokp-v0.0.2
This release has a few fixes/updates
- Fixes issue #2 around Mac OS not being able to create local development cluster
- Temp Directory now is under
~/.gokp
- Performing an
os.Rename
to minimize the number of open files - Trimmed down the sleep time between loops to try and trim the speed of the installer.
Again, gokp
is still in the "proof of concept" phase, so PRs and bug reports are welcome!
gokp-v0.0.1
This is the proof of concept release of gokp
. This should be considered pre-pre-pre-alpha. I expect many bugs. Please feel free to submit a PR.