Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 3525476

Browse files
chore(main): release 2.0.0 (#154)
🤖 I have created a release *beep* *boop* --- ## [2.0.0](v1.5.1...v2.0.0) (2022-06-30) ### ⚠ BREAKING CHANGES * make v1 default service version (#139) * update library to use Node 12 (#153) ### Features * Adds a pod_namespace field to pod events created by Continuous Validation, to distinguish pods with the same name that run in different namespaces ([#159](#159)) ([db983a2](db983a2)) * Import of Grafeas from Github ([#156](#156)) ([d0f06b7](d0f06b7)) * make v1 default service version ([#139](#139)) ([308286e](308286e)) ### Bug Fixes * **docs:** describe fallback rest option ([#160](#160)) ([dc48528](dc48528)) ### Build System * update library to use Node 12 ([#153](#153)) ([cafc43b](cafc43b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent dc48528 commit 3525476

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/googleapis/nodejs-binary-authorization/compare/v1.5.1...v2.0.0) (2022-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* make v1 default service version (#139)
9+
* update library to use Node 12 (#153)
10+
11+
### Features
12+
13+
* Adds a pod_namespace field to pod events created by Continuous Validation, to distinguish pods with the same name that run in different namespaces ([#159](https://github.com/googleapis/nodejs-binary-authorization/issues/159)) ([db983a2](https://github.com/googleapis/nodejs-binary-authorization/commit/db983a2911ae969da1ebf2096e48a33e78ea5ea1))
14+
* Import of Grafeas from Github ([#156](https://github.com/googleapis/nodejs-binary-authorization/issues/156)) ([d0f06b7](https://github.com/googleapis/nodejs-binary-authorization/commit/d0f06b73b78137400461486d7b6020d370fd3efe))
15+
* make v1 default service version ([#139](https://github.com/googleapis/nodejs-binary-authorization/issues/139)) ([308286e](https://github.com/googleapis/nodejs-binary-authorization/commit/308286e8d92d62ba8d1c0e6c7ec3d0a921e63294))
16+
17+
18+
### Bug Fixes
19+
20+
* **docs:** describe fallback rest option ([#160](https://github.com/googleapis/nodejs-binary-authorization/issues/160)) ([dc48528](https://github.com/googleapis/nodejs-binary-authorization/commit/dc48528c213f6eb2557a647333879370494a00e7))
21+
22+
23+
### Build System
24+
25+
* update library to use Node 12 ([#153](https://github.com/googleapis/nodejs-binary-authorization/issues/153)) ([cafc43b](https://github.com/googleapis/nodejs-binary-authorization/commit/cafc43b1d91f0aa23b8db9848a05fbd2cb65da10))
26+
327
### [1.5.1](https://github.com/googleapis/nodejs-binary-authorization/compare/v1.5.0...v1.5.1) (2022-01-13)
428

529

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/binary-authorization",
3-
"version": "1.5.1",
3+
"version": "2.0.0",
44
"description": "Binaryauthorization client for Node.js",
55
"repository": "googleapis/nodejs-binary-authorization",
66
"license": "Apache-2.0",

samples/generated/v1/snippet_metadata.google.cloud.binaryauthorization.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-binaryauthorization",
4-
"version": "1.5.1",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1beta1/snippet_metadata.google.cloud.binaryauthorization.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-binaryauthorization",
4-
"version": "1.5.1",
4+
"version": "2.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/binary-authorization": "^1.5.0"
16+
"@google-cloud/binary-authorization": "^2.0.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

0 commit comments

Comments
 (0)