Skip to content

Releases: christianh814/gokp

gokp-v0.0.8

15 Mar 00:23
2e9d841
Compare
Choose a tag to compare
gokp-v0.0.8 Pre-release
Pre-release

Updated to use Argo CD v2.3.1

gokp-v0.0.7-1

23 Feb 23:36
00d479f
Compare
Choose a tag to compare
gokp-v0.0.7-1 Pre-release
Pre-release

Patch update to fix CWE-843

gokp-v0.0.7

08 Feb 02:09
6ec20a1
Compare
Choose a tag to compare
gokp-v0.0.7 Pre-release
Pre-release

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

11 Dec 19:10
e7b01ff
Compare
Choose a tag to compare
gokp-v0.0.6 Pre-release
Pre-release

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

17 Nov 20:09
70decda
Compare
Choose a tag to compare
gokp-v0.0.5 Pre-release
Pre-release

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

09 Nov 23:16
0e313fa
Compare
Choose a tag to compare
gokp-v0.0.4 Pre-release
Pre-release

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 to darwin

gokp-v0.0.3

01 Nov 20:01
a8bbaa3
Compare
Choose a tag to compare
gokp-v0.0.3 Pre-release
Pre-release

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 and delete-cluster provider agnostic. This also removed the need to have a separate development-create and development-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

15 Oct 18:34
Compare
Choose a tag to compare
gokp-v0.0.2 Pre-release
Pre-release

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

12 Oct 21:51
Compare
Choose a tag to compare
gokp-v0.0.1 Pre-release
Pre-release

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.