Skip to content

Commit

Permalink
Merge pull request #197 from perfectsense/prep-rel-0.99.2
Browse files Browse the repository at this point in the history
Prep for release 0.99.2
  • Loading branch information
JC authored Aug 25, 2020
2 parents baa084d + 19d4b50 commit b095459
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 0.99.2 (Unreleased)
## 0.99.2 (August 25th, 2020)

ENHANCEMENTS:

* [190](https://github.com/perfectsense/gyro-google-provider/issues/190): Allow GCP storage to work with remote state backends.

MISC:

* [193](https://github.com/perfectsense/gyro-google-provider/issues/193): Fix remote file backend to only delete a file if it exists.
* [195](https://github.com/perfectsense/gyro-google-provider/issues/195): Add `exists(String file)` and `copy(String source, String dest)` methods to FileBackend.

## 0.99.1 (June 10th, 2020)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Load the Google provider in your project by consuming it as a `plugin` directive

```shell
@repository: 'https://artifactory.psdops.com/gyro-releases'
@plugin: 'gyro:gyro-google-provider:0.99.1'
@plugin: 'gyro:gyro-google-provider:0.99.2'
```

#### Authentication ####
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ repositories {
maven {
url 'https://artifactory.psdops.com/gyro-snapshots'
}

maven {
url 'https://artifactory.psdops.com/gyro-releases'
}
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gyro/google/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* .. code:: shell
*
* {@literal @}repository: 'https://artifactory.psdops.com/gyro-releases'
* {@literal @}plugin: 'gyro:gyro-google-provider:0.99.1'
* {@literal @}plugin: 'gyro:gyro-google-provider:0.99.2'
*
* This lets Gyro load the Google provider plugin and lets you start managing Google Cloud Platform resources using Gyro.
*
Expand Down

0 comments on commit b095459

Please sign in to comment.