Skip to content

Commit

Permalink
0.7.2 release (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t authored Aug 16, 2019
1 parent 504722d commit bcda851
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.7.2
Released 2019-08-16

- Fix GCP resource loading for certain environments
([#761](https://github.com/census-instrumentation/opencensus-python/pull/761))

## 0.7.1
Released 2019-08-05

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from opencensus.common.http_handler import get_request

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

# ID of the GCP project associated with this resource, such as "my-project"
Expand Down
2 changes: 1 addition & 1 deletion opencensus/common/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.7.1'
__version__ = '0.7.2'

0 comments on commit bcda851

Please sign in to comment.