Skip to content

Commit

Permalink
chore: prepare for a test release (#454)
Browse files Browse the repository at this point in the history
I want to create a test release, one that is marked as pre-release on
GitHub and where the crates are all `*-rc1`. The idea is to find out
what is broken (if anything) in our crate definitions, dependencies,
documentation, etc.
  • Loading branch information
coryan authored Dec 16, 2024
1 parent 6514c9b commit c36ef4b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
14 changes: 7 additions & 7 deletions .sidekick.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ googleapis-sha256 = 'e076d2c608c9a2bcdb347e696eb4e536d28b9bd5b9d99153e8f5f8c0b3b
[codec]
# The default version for all crates. This can be overridden in the crate's
# `.sidekick.toml` file.
version = "0.1.0"
version = "0.1.0-rc1"
# These are external (not part of `google-cloud-rust`) crates used by (nearly
# all) generated crates.
'package:async-trait' = 'force-used=true,package=async-trait,version=0.1.83'
Expand All @@ -37,9 +37,9 @@ version = "0.1.0"
'package:tracing' = 'force-used=true,package=tracing,version=0.1.41'
# These are crates in `google-cloud-rust`. If not used, `sidekick` prunes them
# from the list of depedencies.
'package:gtype' = 'package=gcp-sdk-type,source=google.type,path=src/generated/type,version=0.1.0'
'package:gax' = 'package=gcp-sdk-gax,path=src/gax,feature=unstable-sdk-client,version=0.1.0'
'package:google-cloud-auth' = 'package=google-cloud-auth,path=auth,version=0.1.0'
'package:wkt' = 'package=gcp-sdk-wkt,path=src/wkt,source=google.protobuf,version=0.1.0'
'package:iam_v1' = 'package=gcp-sdk-iam-v1,source=google.iam.v1,path=src/generated/iam/v1,version=0.1.0'
'package:location' = 'package=gcp-sdk-location,source=google.cloud.location,path=src/generated/cloud/location,version=0.1.0'
'package:gtype' = 'package=gcp-sdk-type,source=google.type,path=src/generated/type,version=0.1.0-rc1'
'package:gax' = 'package=gcp-sdk-gax,path=src/gax,feature=unstable-sdk-client,version=0.1.0-rc1'
'package:google-cloud-auth' = 'package=google-cloud-auth,path=auth,version=0.1.0-rc1'
'package:wkt' = 'package=gcp-sdk-wkt,path=src/wkt,source=google.protobuf,version=0.1.0-rc1'
'package:iam_v1' = 'package=gcp-sdk-iam-v1,source=google.iam.v1,path=src/generated/iam/v1,version=0.1.0-rc1'
'package:location' = 'package=gcp-sdk-location,source=google.cloud.location,path=src/generated/cloud/location,version=0.1.0-rc1'
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/generated/cloud/location/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-location"
version = "0.1.0"
version = "0.1.0-rc1"
description = "Google Cloud SDK for Rust - Cloud Metadata API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,12 +28,12 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.83" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gax = { version = "0.1.0-rc1", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
lazy_static = { version = "1.5.0" }
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
serde_json = { version = "1.0.132" }
serde_with = { version = "3.11.0", default-features = false, features = ["base64", "macros", "std"] }
time = { version = "0.3.36", features = ["formatting", "parsing"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0-rc1", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }
10 changes: 5 additions & 5 deletions src/generated/cloud/secretmanager/v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-secretmanager-v1"
version = "0.1.0"
version = "0.1.0-rc1"
description = "Google Cloud SDK for Rust - Secret Manager API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,14 +28,14 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.83" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0", path = "../../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
iam_v1 = { version = "0.1.0", path = "../../../../../src/generated/iam/v1", package = "gcp-sdk-iam-v1" }
gax = { version = "0.1.0-rc1", path = "../../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
iam_v1 = { version = "0.1.0-rc1", path = "../../../../../src/generated/iam/v1", package = "gcp-sdk-iam-v1" }
lazy_static = { version = "1.5.0" }
location = { version = "0.1.0", path = "../../../../../src/generated/cloud/location", package = "gcp-sdk-location" }
location = { version = "0.1.0-rc1", path = "../../../../../src/generated/cloud/location", package = "gcp-sdk-location" }
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
serde_json = { version = "1.0.132" }
serde_with = { version = "3.11.0", default-features = false, features = ["base64", "macros", "std"] }
time = { version = "0.3.36", features = ["formatting", "parsing"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0", path = "../../../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0-rc1", path = "../../../../../src/wkt", package = "gcp-sdk-wkt" }
8 changes: 4 additions & 4 deletions src/generated/iam/v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-iam-v1"
version = "0.1.0"
version = "0.1.0-rc1"
description = "Google Cloud SDK for Rust - IAM Meta API"
edition.workspace = true
authors.workspace = true
Expand All @@ -28,13 +28,13 @@ categories.workspace = true
[dependencies]
async-trait = { version = "0.1.83" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gtype = { version = "0.1.0", path = "../../../../src/generated/type", package = "gcp-sdk-type" }
gax = { version = "0.1.0-rc1", path = "../../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gtype = { version = "0.1.0-rc1", path = "../../../../src/generated/type", package = "gcp-sdk-type" }
lazy_static = { version = "1.5.0" }
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
serde_json = { version = "1.0.132" }
serde_with = { version = "3.11.0", default-features = false, features = ["base64", "macros", "std"] }
time = { version = "0.3.36", features = ["formatting", "parsing"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0-rc1", path = "../../../../src/wkt", package = "gcp-sdk-wkt" }
6 changes: 3 additions & 3 deletions src/generated/openapi-validation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "secretmanager-openapi-v1"
version = "0.1.0"
version = "0.1.0-rc1"
description = "Google Cloud SDK for Rust - Secret Manager API"
edition.workspace = true
authors.workspace = true
Expand All @@ -29,12 +29,12 @@ publish = false
[dependencies]
async-trait = { version = "0.1.83" }
bytes = { version = "1.8.0", features = ["serde"] }
gax = { version = "0.1.0", path = "../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
gax = { version = "0.1.0-rc1", path = "../../../src/gax", package = "gcp-sdk-gax", features = ["unstable-sdk-client"] }
lazy_static = { version = "1.5.0" }
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["serde_derive"] }
serde_json = { version = "1.0.132" }
serde_with = { version = "3.11.0", default-features = false, features = ["base64", "macros", "std"] }
time = { version = "0.3.36", features = ["formatting", "parsing"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0-rc1", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
4 changes: 2 additions & 2 deletions src/generated/type/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "gcp-sdk-type"
version = "0.1.0"
version = "0.1.0-rc1"
description = "Google Cloud SDK for Rust - Common Types"
edition.workspace = true
authors.workspace = true
Expand All @@ -35,4 +35,4 @@ serde_json = { version = "1.0.132" }
serde_with = { version = "3.11.0", default-features = false, features = ["base64", "macros", "std"] }
time = { version = "0.3.36", features = ["formatting", "parsing"] }
tracing = { version = "0.1.41" }
wkt = { version = "0.1.0", path = "../../../src/wkt", package = "gcp-sdk-wkt" }
wkt = { version = "0.1.0-rc1", path = "../../../src/wkt", package = "gcp-sdk-wkt" }

0 comments on commit c36ef4b

Please sign in to comment.