Skip to content

Commit

Permalink
Update README and version bump for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseaton committed May 17, 2023
1 parent 684b182 commit b01c5be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package main

const version = "HEAD"
const version = "1.0.1"

0 comments on commit b01c5be

Please sign in to comment.