Skip to content

Commit

Permalink
version: update version to 1.0.0
Browse files Browse the repository at this point in the history
Change-Id: Ieee658fc01ed0fd638343620c720694457e1a84c
  • Loading branch information
ridwanmsharif committed Dec 11, 2023
1 parent ea2cad3 commit f874473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PKG_VERSION=0.1.0
PKG_VERSION="1.0.0"
PKG_BUILD=1
2 changes: 1 addition & 1 deletion collector/internal/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func getUserAgent() (string, error) {
}

userAgent := fmt.Sprintf(
"Google Cloud Metrics Agent/%v (TargetPlatform=%v; Framework=OpenTelemetry Collector) %s %s(Cores=%v; Memory=%0.1fGB; Disk=%0.1fGB)",
"Google Cloud Run GMP Sidecar/%v (TargetPlatform=%v; Framework=OpenTelemetry Collector) %s %s(Cores=%v; Memory=%0.1fGB; Disk=%0.1fGB)",
version.Version,
cases.Title(language.English).String(runtime.GOOS),
platform,
Expand Down
4 changes: 2 additions & 2 deletions create-sa-and-ar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ REGION="${REGION:-us-east1}"

#### Create service account with required roles
gcloud iam service-accounts create "${SA_NAME}" \
--description="A service account just to used for Cloud Run observability demo. https://github.com/GoogleCloudPlatform/opentelemetry-cloud-run" \
--display-name="Cloud Run OpenTelemetry demo service account" \
--description="A service account just to used for Cloud Run GMP demo. https://github.com/GoogleCloudPlatform/run-gmp-sidecar" \
--display-name="Cloud Run GMP Sidecar demo service account" \
--quiet

gcloud projects add-iam-policy-binding "${PROJECT_ID}" \
Expand Down

0 comments on commit f874473

Please sign in to comment.