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

Commit 0090b85

Browse files
committed
Merge branch 'compute-pagination' of github.com:googleapis/python-compute into compute-pagination
2 parents 55d229b + 5eef04a commit 0090b85

File tree

9 files changed

+27
-8
lines changed

9 files changed

+27
-8
lines changed

.kokoro/samples/python3.6/periodic-head.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-compute/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.7/periodic-head.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-compute/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.8/periodic-head.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-compute/.kokoro/test-samples-against-head.sh"
1111
}

.kokoro/samples/python3.9/periodic-head.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ env_vars: {
77

88
env_vars: {
99
key: "TRAMPOLINE_BUILD_FILE"
10-
value: "github/python-pubsub/.kokoro/test-samples-against-head.sh"
10+
value: "github/python-compute/.kokoro/test-samples-against-head.sh"
1111
}

CHANGELOG.md

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

3+
### [0.4.2](https://www.github.com/googleapis/python-compute/compare/v0.4.1...v0.4.2) (2021-07-26)
4+
5+
### Bug Fixes
6+
7+
* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#81](https://www.github.com/googleapis/python-compute/issues/81)) ([1163f2b](https://www.github.com/googleapis/python-compute/commit/1163f2bb15f0e042bdd9562a31ad2ac7f39e3536))
8+
9+
10+
### Documentation
11+
12+
* samples docstring and comments update ([#69](https://www.github.com/googleapis/python-compute/issues/69)) ([2d53eb1](https://www.github.com/googleapis/python-compute/commit/2d53eb1839a8751945ba7cdf12991f2970893df2))
13+
* adding samples for default values ([#64](https://www.github.com/googleapis/python-compute/issues/64)) ([553e389](https://www.github.com/googleapis/python-compute/commit/553e3891179c2719a57d398ffc26c1459945bf4d))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* release as 0.4.2 ([#84](https://www.github.com/googleapis/python-compute/issues/84)) ([dc77c0c](https://www.github.com/googleapis/python-compute/commit/dc77c0c55eef9cc1c2e515137fe66b4d4afca77e))
19+
* Kokoro uses separate project for concurent tests. ([#83](https://www.github.com/googleapis/python-compute/issues/83)) ([40afb33](https://www.github.com/googleapis/python-compute/commit/40afb333a963717853f70410a7a08eda5492418c))
20+
21+
322
### [0.4.1](https://www.github.com/googleapis/python-compute/compare/v0.4.0...v0.4.1) (2021-06-16)
423

524

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==6.2.4
2-
google-cloud-storage==1.41.0
2+
google-cloud-storage==1.41.1

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-compute==0.4.1
1+
google-cloud-compute==0.4.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.4.1"
22+
version = "0.4.2"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-compute.git",
7-
"sha": "1163f2bb15f0e042bdd9562a31ad2ac7f39e3536"
7+
"sha": "40afb333a963717853f70410a7a08eda5492418c"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)