Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit bcda851

Browse files
authored
0.7.2 release (#762)
1 parent 504722d commit bcda851

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.7.2
6+
Released 2019-08-16
7+
8+
- Fix GCP resource loading for certain environments
9+
([#761](https://github.com/census-instrumentation/opencensus-python/pull/761))
10+
511
## 0.7.1
612
Released 2019-08-05
713

opencensus/common/monitored_resource/gcp_metadata_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from opencensus.common.http_handler import get_request
1616

17-
_GCP_METADATA_URI = 'http://metadata/computeMetadata/v1/'
17+
_GCP_METADATA_URI = 'http://metadata.google.internal/computeMetadata/v1/'
1818
_GCP_METADATA_URI_HEADER = {'Metadata-Flavor': 'Google'}
1919

2020
# ID of the GCP project associated with this resource, such as "my-project"

opencensus/common/version/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.7.1'
15+
__version__ = '0.7.2'

0 commit comments

Comments
 (0)