Skip to content

Commit

Permalink
chore(main): release 0.180.0 (#5255)
Browse files Browse the repository at this point in the history
* chore(main): release 0.180.0

* try to remove minimum stability flag

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: David Supplee <dwsupplee@gmail.com>
  • Loading branch information
release-please[bot] and dwsupplee committed May 13, 2022
1 parent 2003c38 commit 0778102
Show file tree
Hide file tree
Showing 137 changed files with 1,701 additions and 252 deletions.
1 change: 0 additions & 1 deletion .github/workflows/spanner-emulator-system-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:

- name: Install dependencies
run: |
composer config minimum-stability dev -d Spanner/
composer config repositories.local --json '{"type":"path", "url": "../Core", "options": {"versions": {"google/cloud-core": "1.45"}}}' -d Spanner
composer update --prefer-dist --no-interaction --no-suggest -d Spanner/
Expand Down
2 changes: 1 addition & 1 deletion AccessApproval/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
2 changes: 1 addition & 1 deletion AccessContextManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion AnalyticsAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion AnalyticsData/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.8.3
2 changes: 1 addition & 1 deletion ApiGateway/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion ApigeeConnect/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.2.5
2 changes: 1 addition & 1 deletion AppEngineAdmin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0
2 changes: 1 addition & 1 deletion ArtifactRegistry/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion Asset/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.6
1.6.7
2 changes: 1 addition & 1 deletion AssuredWorkloads/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
2 changes: 1 addition & 1 deletion AutoMl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.4
1.4.5
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.5
1.23.6
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '1.23.5';
const VERSION = '1.23.6';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
2 changes: 1 addition & 1 deletion BigQueryConnection/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.7.1
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.2
1.3.3
2 changes: 1 addition & 1 deletion BigQueryReservation/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion BigQueryStorage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.4
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.14.1
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '1.14.0';
const VERSION = '1.14.1';

/**
* @var GapicClient
Expand Down
2 changes: 1 addition & 1 deletion Billing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion BillingBudgets/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5
0.2.6
2 changes: 1 addition & 1 deletion BinaryAuthorization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2
2 changes: 1 addition & 1 deletion Build/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
Loading

0 comments on commit 0778102

Please sign in to comment.