Skip to content

Commit

Permalink
Release google-cloud-os_login 0.5.0 (#4233)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dazuma committed Oct 29, 2019
1 parent 35153ca commit 133faec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions google-cloud-os_login/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release History

### 0.5.0 / 2019-10-29

This release requires Ruby 2.4 or later.

#### ⚠ BREAKING CHANGES

* Remove LoginProfile#suspended attribute added in version 0.4.0
* Rename OsLoginServiceClient.fingerprint_path to OsLoginServiceClient.posix_account_path
* Rename OsLoginServiceClient.project_path to OsLoginServiceClient.ssh_public_key_path
* The "ssh_public_key" argument to OsLoginServiceClient#import_ssh_public_key changed from positional to an optional keyword argument

#### Documentation

* Clarify which Google Cloud Platform products support auto-discovered credentials

### 0.4.0 / 2019-10-15

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-os_login/lib/google/cloud/os_login/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module OsLogin
VERSION = "0.4.0".freeze
VERSION = "0.5.0".freeze
end
end
end

0 comments on commit 133faec

Please sign in to comment.