Skip to content

Commit

Permalink
Release google-cloud-env 1.0.2
Browse files Browse the repository at this point in the history
* Use Kubernetes Engine names.
  * Alias old method names for backwards compatibility.
* Handle EHOSTDOWN error when connecting to env.
  • Loading branch information
blowmage committed Jun 28, 2018
1 parent 0561df2 commit ab2c1bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,9 @@
"name": "google-cloud-env",
"defaultService": "google/cloud/env",
"versions": [
"v1.0.1",
"v1.0.2",
"master",
"v1.0.1",
"v1.0.0"
]
},
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.0.2 / 2018-06-28

* Use Kubernetes Engine names.
* Alias old method names for backwards compatibility.
* Handle EHOSTDOWN error when connecting to env.

### 1.0.1 / 2017-07-11

* Update gem spec homepage links.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-env/lib/google/cloud/env/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
class Env
VERSION = "1.0.1".freeze
VERSION = "1.0.2".freeze
end
end
end

0 comments on commit ab2c1bb

Please sign in to comment.