-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3003630 - Browse repository at this point
Copy the full SHA 3003630View commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ee175d7 - Browse repository at this point
Copy the full SHA ee175d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b3b0e - Browse repository at this point
Copy the full SHA b3b3b0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1bcc1 - Browse repository at this point
Copy the full SHA 6a1bcc1View commit details
Commits on Dec 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9240b76 - Browse repository at this point
Copy the full SHA 9240b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0b2ed - Browse repository at this point
Copy the full SHA 5d0b2edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 119aa54 - Browse repository at this point
Copy the full SHA 119aa54View commit details
Commits on Jan 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa29fa9 - Browse repository at this point
Copy the full SHA aa29fa9View commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75346f5 - Browse repository at this point
Copy the full SHA 75346f5View commit details
Commits on Jan 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d3071a2 - Browse repository at this point
Copy the full SHA d3071a2View commit details
Commits on Jan 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1d97e26 - Browse repository at this point
Copy the full SHA 1d97e26View commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4a15284 - Browse repository at this point
Copy the full SHA 4a15284View commit details -
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
Configuration menu - View commit details
-
Copy full SHA for 9ab11aa - Browse repository at this point
Copy the full SHA 9ab11aaView commit details
Commits on Feb 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9458838 - Browse repository at this point
Copy the full SHA 9458838View commit details
Commits on Feb 28, 2020
-
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for e63d673 - Browse repository at this point
Copy the full SHA e63d673View commit details
Commits on Mar 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4923709 - Browse repository at this point
Copy the full SHA 4923709View commit details
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 22bd938 - Browse repository at this point
Copy the full SHA 22bd938View commit details
Commits on Mar 31, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 92982a7 - Browse repository at this point
Copy the full SHA 92982a7View commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4b1912b - Browse repository at this point
Copy the full SHA 4b1912bView commit details
Commits on May 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 790bc8b - Browse repository at this point
Copy the full SHA 790bc8bView commit details
Commits on May 19, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for abf66f9 - Browse repository at this point
Copy the full SHA abf66f9View commit details
Commits on Jun 11, 2020
-
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#​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 - [#​4328](https://togithub.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@​boneskull**](https://togithub.com/boneskull)) ### [`v8.0.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#​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 [**@​giltayar**](https://togithub.com/giltayar) and [**@​nicojs**](https://togithub.com/nicojs) to the maintenance team! #### 💥 Breaking Changes - [#​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 ([**@​UlisesGascon**](https://togithub.com/UlisesGascon)) - [#​4175](https://togithub.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@​juergba**](https://togithub.com/juergba)) ✨ **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs). - [#​4260](https://togithub.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@​craigtaub**](https://togithub.com/craigtaub)) ✨ **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`. - [#​4315](https://togithub.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@​juergba**](https://togithub.com/juergba)) ✨ **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`). - [#​4309](https://togithub.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@​juergba**](https://togithub.com/juergba)) - [#​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 ([**@​arvidOtt**](https://togithub.com/arvidOtt)) - [#​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 ([**@​juergba**](https://togithub.com/juergba)) - [#​4178](https://togithub.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@​wnghdcjfe**](https://togithub.com/wnghdcjfe)): - `Mocha.prototype.ignoreLeaks()` - `Mocha.prototype.useColors()` - `Mocha.prototype.useInlineDiffs()` - `Mocha.prototype.hideDiff()` #### 🎉 Enhancements - [#​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)) ([**@​boneskull**](https://togithub.com/boneskull)) ❗ See also [#​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_ - [#​4304](https://togithub.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@​JacobLey**](https://togithub.com/JacobLey)) - [#​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!_ ([**@​giltayar**](https://togithub.com/giltayar)) #### 📖 Documentation - [#​4246](https://togithub.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@​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).
Configuration menu - View commit details
-
Copy full SHA for 20cb501 - Browse repository at this point
Copy the full SHA 20cb501View commit details
Commits on Jun 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cbefa28 - Browse repository at this point
Copy the full SHA cbefa28View commit details
Commits on Sep 15, 2020
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for be60a8c - Browse repository at this point
Copy the full SHA be60a8cView commit details
Commits on Nov 5, 2020
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66b1c9d - Browse repository at this point
Copy the full SHA 66b1c9dView commit details
Commits on Nov 11, 2020
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d588d27 - Browse repository at this point
Copy the full SHA d588d27View commit details
Commits on Dec 2, 2020
-
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for ce8506b - Browse repository at this point
Copy the full SHA ce8506bView commit details
Commits on Jan 12, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ## [3.3.0](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.2.3...v3.3.0) (2021-01-09) ### Features * adds style enumeration ([#199](https://www.github.com/googleapis/nodejs-secret-manager/issues/199)) ([d99b4af](https://www.github.com/googleapis/nodejs-secret-manager/commit/d99b4af960182916b9a5ed0dfd1f12a2148729fb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for f0d61a8 - Browse repository at this point
Copy the full SHA f0d61a8View commit details
Commits on Jan 21, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6e84b6 - Browse repository at this point
Copy the full SHA c6e84b6View commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f373d0 - Browse repository at this point
Copy the full SHA 8f373d0View commit details
Commits on Mar 3, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a94b4f1 - Browse repository at this point
Copy the full SHA a94b4f1View commit details
Commits on Apr 1, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b769f2 - Browse repository at this point
Copy the full SHA 8b769f2View commit details
Commits on May 13, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da90ab5 - Browse repository at this point
Copy the full SHA da90ab5View commit details
Commits on May 25, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cb5064 - Browse repository at this point
Copy the full SHA 3cb5064View commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 483e819 - Browse repository at this point
Copy the full SHA 483e819View commit details
Commits on Jun 24, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ### [3.7.2](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.7.1...v3.7.2) (2021-06-24) ### Bug Fixes * make request optional in all cases ([#269](https://www.github.com/googleapis/nodejs-secret-manager/issues/269)) ([99596db](https://www.github.com/googleapis/nodejs-secret-manager/commit/99596dbe31a9837fa903604305547ef8307c11bb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for cc4b9a3 - Browse repository at this point
Copy the full SHA cc4b9a3View commit details
Commits on Jun 30, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ### [3.7.3](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.7.2...v3.7.3) (2021-06-30) ### Bug Fixes * **deps:** google-gax v2.17.0 with mTLS ([#273](https://www.github.com/googleapis/nodejs-secret-manager/issues/273)) ([9988608](https://www.github.com/googleapis/nodejs-secret-manager/commit/9988608f48b46485d0f5177f2a2e02e5997528cf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 405a6a8 - Browse repository at this point
Copy the full SHA 405a6a8View commit details
Commits on Jul 13, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ecf3d4 - Browse repository at this point
Copy the full SHA 3ecf3d4View commit details
Commits on Jul 16, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db4ad1c - Browse repository at this point
Copy the full SHA db4ad1cView commit details
Commits on Jul 30, 2021
-
🤖 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).
Configuration menu - View commit details
-
Copy full SHA for 52bbb59 - Browse repository at this point
Copy the full SHA 52bbb59View commit details
Commits on Aug 17, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ### [3.9.1](https://www.github.com/googleapis/nodejs-secret-manager/compare/v3.9.0...v3.9.1) (2021-08-17) ### Bug Fixes * **deps:** google-gax v2.24.1 ([#289](https://www.github.com/googleapis/nodejs-secret-manager/issues/289)) ([e802581](https://www.github.com/googleapis/nodejs-secret-manager/commit/e802581bf44ce6175cefdd13e8aeb6e107cb0cd2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 6388952 - Browse repository at this point
Copy the full SHA 6388952View commit details
Commits on Aug 24, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 04cd30d - Browse repository at this point
Copy the full SHA 04cd30dView commit details
Commits on Sep 10, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1dac2dd - Browse repository at this point
Copy the full SHA 1dac2ddView commit details
Commits on Nov 10, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 0bfc9d7 - Browse repository at this point
Copy the full SHA 0bfc9d7View commit details
Commits on Nov 17, 2021
-
samples: update getSecret sample to include version (#311)
Co-authored-by: Benjamin E. Coe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 305e836 - Browse repository at this point
Copy the full SHA 305e836View commit details -
Revert "samples: update getSecret sample to include version (#311)" (#…
…313) This reverts commit ddf8546fa576b36c6094e73aad8181c102ff5f41.
Configuration menu - View commit details
-
Copy full SHA for 3635d98 - Browse repository at this point
Copy the full SHA 3635d98View commit details
Commits on Feb 8, 2022
-
chore(main): release 3.11.0 (#336)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca5dada - Browse repository at this point
Copy the full SHA ca5dadaView commit details
Commits on Apr 11, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6be8257 - Browse repository at this point
Copy the full SHA 6be8257View commit details
Commits on May 20, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0b8d87d - Browse repository at this point
Copy the full SHA 0b8d87dView commit details
Commits on Jun 6, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for edbdfb7 - Browse repository at this point
Copy the full SHA edbdfb7View commit details
Commits on Jun 30, 2022
-
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).
Configuration menu - View commit details
-
Copy full SHA for 14f948c - Browse repository at this point
Copy the full SHA 14f948cView commit details
Commits on Aug 9, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for bb84e05 - Browse repository at this point
Copy the full SHA bb84e05View commit details
Commits on Aug 17, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3796e9b - Browse repository at this point
Copy the full SHA 3796e9bView commit details
Commits on Aug 23, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for f327590 - Browse repository at this point
Copy the full SHA f327590View commit details
Commits on Aug 26, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 100f137 - Browse repository at this point
Copy the full SHA 100f137View commit details
Commits on Sep 7, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for d9432da - Browse repository at this point
Copy the full SHA d9432daView commit details
Commits on Sep 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 336dd79 - Browse repository at this point
Copy the full SHA 336dd79View commit details
Commits on Sep 22, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for dbc2527 - Browse repository at this point
Copy the full SHA dbc2527View commit details
Commits on Nov 11, 2022
-
chore(main): release 4.1.4 (#415)
🤖 I have created a release *beep* *boop* --- ## [4.1.4](https://togithub.com/googleapis/nodejs-secret-manager/compare/v4.1.3...v4.1.4) (2022-11-11) ### Bug Fixes * **deps:** Use google-gax v3.5.2 ([#413](https://togithub.com/googleapis/nodejs-secret-manager/issues/413)) ([1652509](https://togithub.com/googleapis/nodejs-secret-manager/commit/16525099e4a28b466ebfa067a001124d253c8992)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for ab4721c - Browse repository at this point
Copy the full SHA ab4721cView commit details
Commits on Nov 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7af29cd - Browse repository at this point
Copy the full SHA 7af29cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0634195 - Browse repository at this point
Copy the full SHA 0634195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3574078 - Browse repository at this point
Copy the full SHA 3574078View commit details