Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

feat(v1): add support for Cloud EKM #128

Merged
merged 4 commits into from Apr 7, 2020
Merged

feat(v1): add support for Cloud EKM #128

merged 4 commits into from Apr 7, 2020

Commits on Apr 6, 2020

  1. chore(deps): update dependency com.google.cloud:google-cloud-kms to v…

    …1.37.0 (#122)
    
    7bea69a
    commit 7bea69a
    Author: WhiteSource Renovate <bot@renovateapp.com>
    Date:   Mon Apr 6 19:36:11 2020 +0200
    
        chore(deps): update dependency com.google.cloud:google-cloud-kms to v1.37.0 (#122)
    
        This PR contains the following updates:
    
        | Package | Update | Change |
        |---|---|---|
        | [com.google.cloud:google-cloud-kms](https://togithub.com/googleapis/java-kms) | minor | `1.36.1` -> `1.37.0` |
    
        ---
    
        ### Release Notes
    
        <details>
        <summary>googleapis/java-kms</summary>
    
        ### [`v1.37.0`](https://togithub.com/googleapis/java-kms/blob/master/CHANGELOG.md#&#8203;1370-httpswwwgithubcomgoogleapisjava-kmscomparev1361v1370-2020-04-01)
    
        [Compare Source](https://togithub.com/googleapis/java-kms/compare/v1.36.1...v1.37.0)
    
        ##### Features
    
        -   replace the usage of KeyName and CryptoKeyPathName with the interface ResourceName ([#&#8203;117](https://www.github.com/googleapis/java-kms/issues/117)) ([0c57b5f](https://www.github.com/googleapis/java-kms/commit/0c57b5f246aeba9ca1b2733e288a6a04f4e14acc))
    
        ##### Bug Fixes
    
        -   undeprecate resource name classes until multi-pattern resources are available ([#&#8203;91](https://www.github.com/googleapis/java-kms/issues/91)) ([ebdefc2](https://www.github.com/googleapis/java-kms/commit/ebdefc2a883da7b6614e0d1fb602550454a77718))
    
        ##### Dependencies
    
        -   update core libraries ([#&#8203;90](https://www.github.com/googleapis/java-kms/issues/90)) ([a98636c](https://www.github.com/googleapis/java-kms/commit/a98636c3a842e2a30bd616729d0e59e4917c9909))
        -   update dependency com.google.api:api-common to v1.9.0 ([#&#8203;114](https://www.github.com/googleapis/java-kms/issues/114)) ([163c590](https://www.github.com/googleapis/java-kms/commit/163c5907b824303de275e71c832712a93613ed99))
        -   update dependency com.google.cloud:google-cloud-core to v1.92.5 ([32fab45](https://www.github.com/googleapis/java-kms/commit/32fab455149c0084a4c85d86050ad697d0ef9cf8))
        -   update dependency com.google.cloud:google-cloud-core to v1.93.1 ([#&#8203;92](https://www.github.com/googleapis/java-kms/issues/92)) ([2a49211](https://www.github.com/googleapis/java-kms/commit/2a49211f2504b5c5618fc3ecc2db6bbae35b0609))
        -   update dependency com.google.http-client:google-http-client-bom to v1.34.2 ([#&#8203;80](https://www.github.com/googleapis/java-kms/issues/80)) ([3b61f2e](https://www.github.com/googleapis/java-kms/commit/3b61f2ea83bcccf45c0f9ecd9016bb8255d28b42))
        -   update dependency com.google.protobuf:protobuf-java to v3.11.4 ([#&#8203;82](https://www.github.com/googleapis/java-kms/issues/82)) ([7c15f29](https://www.github.com/googleapis/java-kms/commit/7c15f2989c327e80e4cb4187d520691b068d6d86))
        -   update dependency io.grpc:grpc-bom to v1.27.1 ([#&#8203;81](https://www.github.com/googleapis/java-kms/issues/81)) ([ced89b5](https://www.github.com/googleapis/java-kms/commit/ced89b5cfe783aa3d13d500ae55890217133b66d))
    
        ##### Documentation
    
        -   **regen:** update sample code to set total timeout, add API client header test ([45a2396](https://www.github.com/googleapis/java-kms/commit/45a23964f51f42df0bc273045a5d095842d0522a))
    
        ##### [1.36.1](https://www.github.com/googleapis/java-kms/compare/v1.36.0...v1.36.1) (2020-02-04)
    
        ##### Dependencies
    
        -   update core dependencies ([#&#8203;44](https://www.github.com/googleapis/java-kms/issues/44)) ([6f88400](https://www.github.com/googleapis/java-kms/commit/6f88400b0730876d2e996482e823205caf3b5aaf))
        -   update core dependencies ([#&#8203;66](https://www.github.com/googleapis/java-kms/issues/66)) ([c703968](https://www.github.com/googleapis/java-kms/commit/c703968b96b111e10cf8b7deb090f62e757f2503))
        -   update dependency com.google.guava:guava-bom to v28.2-android ([#&#8203;42](https://www.github.com/googleapis/java-kms/issues/42)) ([94424a9](https://www.github.com/googleapis/java-kms/commit/94424a9f23d236f2a9f072864e970527e23564ff))
        -   update dependency com.google.http-client:google-http-client-bom to v1.34.1 ([#&#8203;62](https://www.github.com/googleapis/java-kms/issues/62)) ([d96820d](https://www.github.com/googleapis/java-kms/commit/d96820d43bf68b0629a0e0d6e7a4bd346c7e5533))
        -   update dependency com.google.protobuf:protobuf-java to v3.11.3 ([#&#8203;68](https://www.github.com/googleapis/java-kms/issues/68)) ([1826120](https://www.github.com/googleapis/java-kms/commit/1826120f2c57c466e6737608fe162597169ccef7))
        -   update dependency org.threeten:threetenbp to v1.4.1 ([8205dcb](https://www.github.com/googleapis/java-kms/commit/8205dcb4e50087eb7cec49232cb09f35d02882fa))
    
        </details>
    
        ---
    
        ### Renovate configuration
    
        📅 **Schedule**: At any time (no schedule defined).
    
        🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
        ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
        🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
        ---
    
         - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
        ---
    
        This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-kms).
    yoshi-automation committed Apr 6, 2020
    Copy the full SHA
    be3df12 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:libraries-bom to v4.4…

    ….1 (#126)
    
    ee03720
    commit ee03720
    Author: WhiteSource Renovate <bot@renovateapp.com>
    Date:   Mon Apr 6 19:58:49 2020 +0200
    
        chore(deps): update dependency com.google.cloud:libraries-bom to v4.4.1 (#126)
    
        This PR contains the following updates:
    
        | Package | Update | Change |
        |---|---|---|
        | [com.google.cloud:libraries-bom](https://togithub.com/GoogleCloudPlatform/cloud-opensource-java) | patch | `4.4.0` -> `4.4.1` |
    
        ---
    
        ### Renovate configuration
    
        📅 **Schedule**: At any time (no schedule defined).
    
        🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
        ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
        🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
        ---
    
         - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
        ---
    
        This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-kms).
    yoshi-automation committed Apr 6, 2020
    Copy the full SHA
    cca8037 View commit details
    Browse the repository at this point in the history
  3. Add support for Cloud EKM to the Cloud KMS service and resource protos.

    googleapis/googleapis@a005f04
    commit a005f045a301535eeb4c4b3fa7bb94eec9d22a8b
    Author: Google APIs <noreply@google.com>
    Date:   Mon Apr 6 07:46:52 2020 -0700
    
        Add support for Cloud EKM to the Cloud KMS service and resource protos.
    
        PiperOrigin-RevId: 305026790
    yoshi-automation committed Apr 6, 2020
    Copy the full SHA
    510de70 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Copy the full SHA
    038f529 View commit details
    Browse the repository at this point in the history