From b01c5be253e918820b128ea335b0d1b03269fd8d Mon Sep 17 00:00:00 2001 From: Christopher Eaton Date: Wed, 17 May 2023 14:20:53 -0700 Subject: [PATCH] Update README and version bump for release. --- README.md | 4 +++- version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d87b1e..755b7eb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ As of 2023, the [original repository](https://github.com/GoogleCloudPlatform/clo Google has been archived. This fork is an attempt to keep the project alive, at least, in some form close to the original, and maybe improve on it a bit. -The following features have been implemented: +#### New Features - Add support for loading `.env` file secrets for `secretEnv` replacements. This will convert only the matching `secretEnv` into a corresponding `env` with a value. *This is not supported in the cloud, and only works for GCPL. Which means the cloud will simply treat a secretEnv as @@ -34,6 +34,8 @@ To build and test the GCPL, you need a working [gcloud](https://cloud.google.com/sdk/docs/quickstarts) and [Docker](https://www.docker.com/). +This binary has only been tested to work on Linux operating systems. + ### Setup ```sh go mod vendor diff --git a/version.go b/version.go index f422713..d19b9d4 100644 --- a/version.go +++ b/version.go @@ -14,4 +14,4 @@ package main -const version = "HEAD" +const version = "1.0.1"