Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate code from googleapis/nodejs-secret-manager #2874

Merged
merged 62 commits into from
Nov 18, 2022

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    3003630 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. feat: add secretmanager samples (#8)

    sethvargo authored and bcoe committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    ee175d7 View commit details
    Browse the repository at this point in the history
  2. fix: rename comment samples (#10)

    sethvargo authored and bcoe committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    b3b3b0e View commit details
    Browse the repository at this point in the history
  3. chore: release 1.0.0 (#6)

    release-please[bot] authored and bcoe committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    6a1bcc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Configuration menu
    Copy the full SHA
    9240b76 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.0.1 (#14)

    release-please[bot] authored and bcoe committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    5d0b2ed View commit details
    Browse the repository at this point in the history
  3. chore: release 1.1.0 (#18)

    release-please[bot] authored and bcoe committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    119aa54 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    aa29fa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. chore: release 1.1.1 (#23)

    release-please[bot] authored and bcoe committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    75346f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. chore: release 1.1.2 (#25)

    release-please[bot] authored and bcoe committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    d3071a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. docs: remove misleading header (#28)

    sethvargo authored and bcoe committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    1d97e26 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    4a15284 View commit details
    Browse the repository at this point in the history
  2. chore: release 1.2.0 (#38)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    release-please[bot] authored Jan 30, 2020
    Configuration menu
    Copy the full SHA
    9ab11aa View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    9458838 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. chore: release 2.0.0 (#63)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [2.0.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v1.2.1...v2.0.0) (2020-02-28)
    
    
    ### ⚠ BREAKING CHANGES
    
    * drop support for Node 8 (which is EOL) (#64)
    * library now uses v1 API surface (#62)
    
    ### Features
    
    * drop support for Node 8 (which is EOL) ([#64](https://www.github.com/googleapis/nodejs-secret-manager/issues/64)) ([e4118ef](https://www.github.com/googleapis/nodejs-secret-manager/commit/e4118ef699ff63e005f65b154fb2b3a379e3cfd1))
    * export protos in src/index.ts ([46e2c3e](https://www.github.com/googleapis/nodejs-secret-manager/commit/46e2c3e5b598dbd3eefeec859f52fffa32bdf63c))
    * library now uses v1 API surface ([#62](https://www.github.com/googleapis/nodejs-secret-manager/issues/62)) ([a8368d4](https://www.github.com/googleapis/nodejs-secret-manager/commit/a8368d465c8577f708d3185d60c26b7e652befbe))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    e63d673 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    4923709 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    22bd938 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. feat!: drop node8 support, support for async iterators (#85)

    BREAKING CHANGE: The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
    
    New feature: methods with pagination now support async iteration.
    alexander-fenster authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    92982a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Configuration menu
    Copy the full SHA
    4b1912b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. chore: update uuid (#114)

    update UUID addressing linting issue.
    bcoe authored May 4, 2020
    Configuration menu
    Copy the full SHA
    790bc8b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. fix(samples): correct usage of toString() (#117)

    * Remove example's unused character encoding
    
    When accessing a secret version, the payload data is of type `string | Uint8Array`, neither of which accepts a character encoding option in their `toString()` function.
    
    Co-authored-by: Stephen <[email protected]>
    anchor-crockagile and stephenplusplus authored May 19, 2020
    Configuration menu
    Copy the full SHA
    abf66f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. chore(deps): update dependency mocha to v8 (#126)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/mocha/7.2.0/8.0.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v8.0.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;801--2020-06-10)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.0.0...v8.0.1)
    
    The obligatory patch after a major.
    
    #### 🐛 Fixes
    
    -   [#&#8203;4328](https://togithub.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    ### [`v8.0.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;800--2020-06-10)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.2.0...v8.0.0)
    
    In this major release, Mocha adds the ability to _run tests in parallel_. Better late than never! Please note the **breaking changes** detailed below.
    
    Let's welcome [**@&#8203;giltayar**](https://togithub.com/giltayar) and [**@&#8203;nicojs**](https://togithub.com/nicojs) to the maintenance team!
    
    #### 💥 Breaking Changes
    
    -   [#&#8203;4164](https://togithub.com/mochajs/mocha/issues/4164): **Mocha v8.0.0 now requires Node.js v10.0.0 or newer.** Mocha no longer supports the Node.js v8.x line ("Carbon"), which entered End-of-Life at the end of 2019 ([**@&#8203;UlisesGascon**](https://togithub.com/UlisesGascon))
    
    -   [#&#8203;4175](https://togithub.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs).
    
    -   [#&#8203;4260](https://togithub.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@&#8203;craigtaub**](https://togithub.com/craigtaub))
    
        ✨ **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`.
    
    -   [#&#8203;4315](https://togithub.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`).
    
    -   [#&#8203;4309](https://togithub.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    -   [#&#8203;4282](https://togithub.com/mochajs/mocha/issues/4282): `--forbid-only` will throw an error even if exclusive tests are avoided via `--grep` or other means ([**@&#8203;arvidOtt**](https://togithub.com/arvidOtt))
    
    -   [#&#8203;4223](https://togithub.com/mochajs/mocha/issues/4223): The context object's `skip()` (`this.skip()`) in a "before all" (`before()`) hook will no longer execute subsequent sibling hooks, in addition to hooks in child suites ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    -   [#&#8203;4178](https://togithub.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@&#8203;wnghdcjfe**](https://togithub.com/wnghdcjfe)):
        -   `Mocha.prototype.ignoreLeaks()`
        -   `Mocha.prototype.useColors()`
        -   `Mocha.prototype.useInlineDiffs()`
        -   `Mocha.prototype.hideDiff()`
    
    #### 🎉 Enhancements
    
    -   [#&#8203;4245](https://togithub.com/mochajs/mocha/issues/4245): Add ability to run tests in parallel for Node.js (see [docs](https://mochajs.org/#parallel-tests)) ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
        ❗ See also [#&#8203;4244](https://togithub.com/mochajs/mocha/issues/4244); [Root Hook Plugins (docs)](https://mochajs.org/#root-hook-plugins) -- _root hooks must be defined via Root Hook Plugins to work in parallel mode_
    
    -   [#&#8203;4304](https://togithub.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@&#8203;JacobLey**](https://togithub.com/JacobLey))
    
    -   [#&#8203;4299](https://togithub.com/mochajs/mocha/issues/4299): In some circumstances, Mocha can run ES modules under Node.js v10 -- _use at your own risk!_ ([**@&#8203;giltayar**](https://togithub.com/giltayar))
    
    #### 📖 Documentation
    
    -   [#&#8203;4246](https://togithub.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    #### 🐛 Fixes
    
    (All bug fixes in Mocha v8.0.0 are also breaking changes, and are listed above)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    📅 **Schedule**: "after 9am and before 3pm" (UTC).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻️ **Rebasing**: Whenever PR is behind base branch, 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/nodejs-secret-manager).
    renovate-bot authored Jun 11, 2020
    Configuration menu
    Copy the full SHA
    20cb501 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    cbefa28 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. chore: release 3.2.0 (#166)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    be60a8c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. chore: release 3.2.1 (#185)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    66b1c9d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. chore: release 3.2.2 (#188)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d588d27 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. chore: release 3.2.3 (#192)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [3.2.3](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.2.2...v3.2.3) (2020-11-25)
    
    
    ### Bug Fixes
    
    * **browser:** check for fetch on window ([98aaa17](https://www.github.com/googleapis/nodejs-secret-manager/commit/98aaa17c8b9c939746c218b0da3c9d299ad640e1))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    ce8506b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    f0d61a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. chore: release 3.4.0 (#203)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    c6e84b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    8f373d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. chore: release 3.5.0 (#208)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a94b4f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. chore: release 3.6.0 (#229)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    8b769f2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. chore: release 3.6.1 (#248)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 13, 2021
    Configuration menu
    Copy the full SHA
    da90ab5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. chore: release 3.7.0 (#256)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    3cb5064 View commit details
    Browse the repository at this point in the history
  2. chore: release 3.7.1 (#259)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    483e819 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    cc4b9a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    405a6a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. chore: release 3.8.0 (#277)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3ecf3d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. chore: release 3.8.1 (#280)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    db4ad1c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. chore: release 3.9.0 (#285)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [3.9.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.8.1...v3.9.0) (2021-07-30)
    
    
    ### Features
    
    * In Secret Manager, users can now use filter to customize the output of ListSecrets/ListSecretVersions calls ([#283](https://www.github.com/googleapis/nodejs-secret-manager/issues/283)) ([063691a](https://www.github.com/googleapis/nodejs-secret-manager/commit/063691a87291fab82037e9b444812dcf0724eb0c))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    52bbb59 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    6388952 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. chore: release 3.10.0 (#292)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    04cd30d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. chore: release 3.10.1 (#296)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    1dac2dd View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. docs(samples): add example tags to generated samples (#312)

    PiperOrigin-RevId: 408439482
    Source-Link: googleapis/googleapis@b9f6184
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/eb888bc214efc7bf43bf4634b470254565a659a5
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWI4ODhiYzIxNGVmYzdiZjQzYmY0NjM0YjQ3MDI1NDU2NWE2NTlhNSJ9
    gcf-owl-bot[bot] authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0bfc9d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. samples: update getSecret sample to include version (#311)

    Co-authored-by: Benjamin E. Coe <[email protected]>
    OskarDamkjaer and bcoe authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    305e836 View commit details
    Browse the repository at this point in the history
  2. Revert "samples: update getSecret sample to include version (#311)" (#…

    …313)
    
    This reverts commit ddf8546fa576b36c6094e73aad8181c102ff5f41.
    bcoe authored Nov 17, 2021
    Configuration menu
    Copy the full SHA
    3635d98 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. chore(main): release 3.11.0 (#336)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    ca5dada View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. chore(main): release 3.12.0 (#357)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <[email protected]>
    release-please[bot] and bcoe authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6be8257 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. build!: update library to use Node 12 (#371)

    * build!: Update library to use Node 12
    Co-authored-by: Summer Ji <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sofisl authored May 20, 2022
    Configuration menu
    Copy the full SHA
    0b8d87d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. chore(main): release 4.0.0 (#372)

    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    edbdfb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. chore(main): release 4.0.1 (#381)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.0.1](googleapis/nodejs-secret-manager@v4.0.0...v4.0.1) (2022-06-30)
    
    
    ### Bug Fixes
    
    * **docs:** describe fallback rest option ([#379](googleapis/nodejs-secret-manager#379)) ([368cff5](googleapis/nodejs-secret-manager@368cff5))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    14f948c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. feat: add code samples for secret manager access by alias (#373)

    * feat: add code samples for secret manager access by alias
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Benjamin E. Coe <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    bb84e05 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. docs(samples): Added sample for creating Secret with UserManaged repl…

    …ication (#388)
    
    * added create ummr secret sample
    
    * added test for create ummr secret
    
    * fix dependency version
    
    * lint changes
    
    * updated copyright
    
    * updated comment
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    kapishps and gcf-owl-bot[bot] authored Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3796e9b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. chore(main): release 4.1.0 (#389)

    * chore(main): release 4.1.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f327590 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. chore(main): release 4.1.1 (#397)

    * chore(main): release 4.1.1
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    100f137 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. chore(main): release 4.1.2 (#400)

    * chore(main): release 4.1.2
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d9432da View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    336dd79 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. chore(main): release 4.1.3 (#404)

    * chore(main): release 4.1.3
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    dbc2527 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    ab4721c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    7af29cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0634195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3574078 View commit details
    Browse the repository at this point in the history