Skip to content

Releases: FairwindsOps/rok8s-scripts

v7.0.0 Secrets everywhere

15 Nov 13:28
6a776e5
Compare
Choose a tag to compare

Breaking Changes:

  • S3_SECRETS and SOPS_SECRETS are now independent of SECRETS and should not be duplicated there.
  • S3_SECRETS are now EXTERNAL_SECRETS and use a full URL sepcified in a .secret.external file

New features:

  • EXTERNAL_SECRETS supports Google Storage URLs in addition to S3
  • The NAMESPACE required for deployment is automatically created if it doesn't exist

v6.3.0 A Google for your Secrets?

06 Nov 19:04
fdcd83f
Compare
Choose a tag to compare

New Features:

  • GCP Support for kops secrets

Bug Fixes:

  • Optional config flag no longer breaks SECRETS when the file would be generated with S3 or sops.

v6.2.0

26 Oct 00:17
Compare
Choose a tag to compare
v6.2.0

v6.1.1 suo-less

20 Oct 18:21
Compare
Choose a tag to compare

Bug Fixes:

  • Fix typo in install-rok8s-requirements

v6.1.0 Should we?

20 Oct 16:54
Compare
Choose a tag to compare

New Features:

  • Support optional components listed in the *.config files. This can be enabled with the ROK8S_ENABLE_OPTIONAL_CONFIGS environment variable.

v6.0.0 Release The World!

20 Oct 16:26
Compare
Choose a tag to compare

Breaking Changes:

  • Require explicit preparation for cloud environments. This removes the command cloud-login and requires use of prepare-gcloud and/or prepare-awscli commands
  • Replaces ensure-kubectl with install-rok8s-requirements

New Features:

  • Updates default kubectl version when installed from 1.4.0 to 1.7.2

Bug Fixes:

  • Blocking jobs will exist with cod 124 if reaching a timeout
  • k8s-example-config comment updates for name change -> rok8s-scripts, support of blocking jobs
  • Fix permissions error when trying to update kubectl using gcloud

v5.0.0 GCP Support

15 Sep 14:03
Compare
Choose a tag to compare

Breaking Changes:

  • prepare-kubectl now requires a config, either with -f or using the default k8s-scripts.config

New Features:

  • Add GCR support for login/pushing items
  • Support Google Service Accounts for GKE access

v4.5.0 We gots the CronJob

21 Aug 22:50
Compare
Choose a tag to compare

Breaking Changes:

  • None

New Features:

  • Support for deploying CronJob

Bug Fixes:

  • None

v4.4.0 Linting

27 Jun 14:50
Compare
Choose a tag to compare

New Features:

  • Add k8s-lint linter that can be run during test phases to help prevent future deployment issues.

v4.3.0 sops Encrypted Secret Support

22 May 22:19
Compare
Choose a tag to compare

Adds support for kubernetes secret object files who are encrypted by AWS KMS keys and decrypted by mozilla/sops at deploy time

Breaking Changes:

  • n/a

New Features:

Bug Fixes:

  • n/a

Misc:

  • README entries on using ./k8s-sops-secret-decrypt