Skip to content

Commit

Permalink
ci: Remove version suffix from package versions (#4254)
Browse files Browse the repository at this point in the history
* ci: Remove version suffix from package versions

Signed-off-by: Xuanwo <github@xuanwo.io>

* Fix typo

Signed-off-by: Xuanwo <github@xuanwo.io>

* Also remove core version in rust packages since it's not true

Signed-off-by: Xuanwo <github@xuanwo.io>

---------

Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Feb 23, 2024
1 parent 453fea6 commit f6a161b
Show file tree
Hide file tree
Showing 49 changed files with 66 additions and 60 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
need-protoc: true

- name: Dryrun ${{ matrix.package }}
# Only dryrun test upon core.
if: matrix.package == 'core'
working-directory: ${{ matrix.package }}
run: cargo publish --all-features --dry-run
env:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.idea

**/target
**/vendor
dist/

# env files for backends
Expand Down
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"thw" = "thw"
# Showed up in test.
"hsa" = "hsa"
# Tech words
"WRONLY" = "WRONLY"

[files]
extend-exclude = [
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* feat(services/hdfs-native): Add capabilities for hdfs-native service by @jihuayu in https://github.com/apache/opendal/pull/4174
* feat(services/sqlite): Add list capability supported for sqlite by @jihuayu in https://github.com/apache/opendal/pull/4180
* feat(services/azblob): support multi write for azblob by @wcy-fdu in https://github.com/apache/opendal/pull/4181
* feat(release): Implement releasing OpenDAL components seperately by @Xuanwo in https://github.com/apache/opendal/pull/4196
* feat(release): Implement releasing OpenDAL components separately by @Xuanwo in https://github.com/apache/opendal/pull/4196
* feat: object store adapter based on v0.9 by @waynexia in https://github.com/apache/opendal/pull/4233
* feat(bin/ofs): implement fuse for linux by @ho-229 in https://github.com/apache/opendal/pull/4179
### Changed
Expand Down Expand Up @@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
* chore(deps): bump actions/setup-dotnet from 3 to 4 by @dependabot in https://github.com/apache/opendal/pull/4115
* chore(deps): bump mongodb from 2.7.1 to 2.8.0 by @dependabot in https://github.com/apache/opendal/pull/4110
* chore(deps): bump quick-xml from 0.30.0 to 0.31.0 by @dependabot in https://github.com/apache/opendal/pull/4113
* chore: Make every components seperate, remove workspace by @Xuanwo in https://github.com/apache/opendal/pull/4134
* chore: Make every components separate, remove workspace by @Xuanwo in https://github.com/apache/opendal/pull/4134
* chore: Fix build of core by @Xuanwo in https://github.com/apache/opendal/pull/4137
* chore: Fix workflow links for opendal by @Xuanwo in https://github.com/apache/opendal/pull/4147
* chore(website): Bump download link for 0.45.0 release by @morristai in https://github.com/apache/opendal/pull/4149
Expand Down
4 changes: 2 additions & 2 deletions bin/oay/Cargo.lock

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

4 changes: 2 additions & 2 deletions bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.41.1+core.0.45.1"
version = "0.41.1"

[features]
default = ["frontends-webdav", "frontends-s3"]
Expand All @@ -47,7 +47,7 @@ bytes = { version = "1.5.0", optional = true }
chrono = "0.4.31"
clap = { version = "4", features = ["cargo", "string"] }
dav-server = { version = "0.5.8", optional = true }
dav-server-opendalfs = { version = "0.0.0", path = "../../integrations/dav-server", optional = true }
dav-server-opendalfs = { version = "0.0.1", path = "../../integrations/dav-server", optional = true }
dirs = "5.0.1"
futures = "0.3"
futures-util = { version = "0.3.29", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions bin/oay/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cpufeatures@0.2.12 X X
crunchy@0.2.2 X
crypto-common@0.1.6 X X
dav-server@0.5.8 X
dav-server-opendalfs@0.0.0+core.0.45.1 X
dav-server-opendalfs@0.0.1 X
der@0.7.8 X X
deranged@0.3.11 X X
digest@0.10.7 X X
Expand Down Expand Up @@ -115,7 +115,7 @@ num-integer@0.1.45 X X
num-iter@0.1.43 X X
num-traits@0.2.17 X X
num_cpus@1.16.0 X X
oay@0.41.1+core.0.45.1 X
oay@0.41.1 X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
Expand Down
2 changes: 1 addition & 1 deletion bin/ofs/Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/ofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories = ["filesystem"]
description = "OpenDAL File System"
keywords = ["storage", "data", "s3", "fs", "azblob"]
name = "ofs"
version = "0.0.2+core.0.45.1"
version = "0.0.2"

authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
edition = "2021"
Expand Down
9 changes: 5 additions & 4 deletions bin/ofs/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ aho-corasick@1.1.2 X X
android-tzdata@0.1.1 X X
android_system_properties@0.1.5 X X
anstream@0.6.11 X X
anstyle@1.0.5 X X
anstyle@1.0.6 X X
anstyle-parse@0.2.3 X X
anstyle-query@1.0.2 X X
anstyle-wincon@3.0.2 X X
Expand All @@ -25,7 +25,7 @@ byteorder@1.5.0 X X
bytes@1.5.0 X
cc@1.0.83 X X
cfg-if@1.0.0 X X
chrono@0.4.33 X X
chrono@0.4.34 X X
clap@4.5.1 X X
clap_builder@4.5.1 X X
clap_derive@4.5.0 X X
Expand All @@ -47,7 +47,7 @@ dlv-list@0.5.2 X X
either@1.9.0 X X
encoding_rs@0.8.33 X X X
env_filter@0.1.0 X X
env_logger@0.11.1 X X
env_logger@0.11.2 X X
equivalent@1.0.1 X X
fastrand@1.9.0 X X
flagset@0.4.4 X
Expand Down Expand Up @@ -109,7 +109,7 @@ num-iter@0.1.43 X X
num-traits@0.2.17 X X
num_cpus@1.16.0 X X
object@0.32.2 X X
ofs@0.0.2+core.0.45.1 X
ofs@0.0.2 X
once_cell@1.19.0 X X
opendal@0.45.1 X
openssl-probe@0.1.5 X X
Expand Down Expand Up @@ -156,6 +156,7 @@ serde_json@1.0.113 X X
serde_urlencoded@0.7.1 X X
sha1@0.10.6 X X
sha2@0.10.8 X X
sharded-slab@0.1.7 X
signature@2.2.0 X X
simple_asn1@0.6.2 X
slab@0.4.9 X
Expand Down
2 changes: 1 addition & 1 deletion bin/oli/Cargo.lock

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

2 changes: 1 addition & 1 deletion bin/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.41.1+core.0.45.1"
version = "0.41.1"

[features]
# Enable services dashmap support
Expand Down
2 changes: 1 addition & 1 deletion bin/oli/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ num-iter@0.1.43 X X
num-traits@0.2.17 X X
num_cpus@1.16.0 X X
object@0.32.2 X X
oli@0.41.1+core.0.45.1 X
oli@0.41.1 X
once_cell@1.19.0 X X
opendal@0.45.1 X
openssl-probe@0.1.5 X X
Expand Down
4 changes: 2 additions & 2 deletions bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.44.3+core.0.45.1"
version = "0.44.3"

[lib]
crate-type = ["cdylib", "staticlib"]
Expand All @@ -37,7 +37,7 @@ cbindgen = "0.26.0"
[dependencies]
bytes = "1.4.0"
once_cell = "1.17.1"
opendal = { version = "0.45", path = "../../core", features = [
opendal = { version = "0.45.1", path = "../../core", features = [
"layers-blocking",
] }
tokio = { version = "1.27", features = ["fs", "macros", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion bindings/c/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ num_cpus@1.16.0 X X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
opendal-c@0.44.3+core.0.45.1 X
opendal-c@0.44.3 X
openssl-probe@0.1.5 X X
ordered-multimap@0.7.1 X
os_str_bytes@6.6.1 X X
Expand Down
2 changes: 1 addition & 1 deletion bindings/cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.44.3+core.0.45.1"
version = "0.44.3"

[lib]
crate-type = ["staticlib"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/cpp/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ num-traits@0.2.17 X X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
opendal-cpp@0.44.3+core.0.45.1 X
opendal-cpp@0.44.3 X
openssl-probe@0.1.5 X X
ordered-multimap@0.7.1 X
pem@3.0.3 X
Expand Down
2 changes: 1 addition & 1 deletion bindings/dotnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "opendal-dotnet"
publish = false
version = "0.1.1+core.0.45.1"
version = "0.1.1"

authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion bindings/dotnet/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ num-traits@0.2.17 X X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
opendal-dotnet@0.1.1+core.0.45.1 X
opendal-dotnet@0.1.1 X
openssl-probe@0.1.5 X X
ordered-multimap@0.7.1 X
pem@3.0.3 X
Expand Down
2 changes: 1 addition & 1 deletion bindings/haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.44.3+core.0.45.1"
version = "0.44.3"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/haskell/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ num-traits@0.2.17 X X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
opendal-hs@0.44.3+core.0.45.1 X
opendal-hs@0.44.3 X
openssl-probe@0.1.5 X X
ordered-multimap@0.7.1 X
pem@3.0.3 X
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.45.1+core.0.45.1"
version = "0.45.1"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ num_cpus@1.16.0 X X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
opendal-java@0.45.1+core.0.45.1 X
opendal-java@0.45.1 X
openssl-probe@0.1.5 X X
ordered-multimap@0.7.1 X
parking_lot@0.12.1 X X
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.apache.opendal</groupId>
<artifactId>opendal-java</artifactId>
<version>0.45.1+core.0.45.1</version>
<version>0.45.1</version>

<name>Apache OpenDAL™</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion bindings/lua/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "opendal-lua"
publish = false
version = "0.1.1+core.0.45.1"
version = "0.1.1"

authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion bindings/lua/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ num-traits@0.2.17 X X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
opendal-lua@0.1.1+core.0.45.1 X
opendal-lua@0.1.1 X
openssl-probe@0.1.5 X X
ordered-multimap@0.7.1 X
pem@3.0.3 X
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.67"
version = "0.45.1+core.0.45.1"
version = "0.45.1"

[features]
default = [
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ num_cpus@1.16.0 X X
object@0.32.2 X X
once_cell@1.19.0 X X
opendal@0.45.1 X
opendal-nodejs@0.45.1+core.0.45.1 X
opendal-nodejs@0.45.1 X
openssl-probe@0.1.5 X X
ordered-multimap@0.7.1 X
pem@3.0.3 X
Expand Down
4 changes: 2 additions & 2 deletions bindings/nodejs/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opendal/lib-darwin-arm64",
"repository": "git@github.com/apache/opendal.git",
"version": "0.45.1+core.0.45.1",
"version": "0.45.1",
"os": [
"darwin"
],
Expand All @@ -16,4 +16,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions bindings/nodejs/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-darwin-x64",
"version": "0.45.1+core.0.45.1",
"version": "0.45.1",
"repository": "git@github.com/apache/opendal.git",
"os": [
"darwin"
Expand All @@ -16,4 +16,4 @@
"engines": {
"node": ">= 10"
}
}
}
4 changes: 2 additions & 2 deletions bindings/nodejs/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-linux-arm64-gnu",
"version": "0.45.1+core.0.45.1",
"version": "0.45.1",
"repository": "git@github.com/apache/opendal.git",
"os": [
"linux"
Expand All @@ -19,4 +19,4 @@
"libc": [
"glibc"
]
}
}
4 changes: 2 additions & 2 deletions bindings/nodejs/npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-linux-arm64-musl",
"version": "0.45.1+core.0.45.1",
"version": "0.45.1",
"repository": "git@github.com/apache/opendal.git",
"os": [
"linux"
Expand All @@ -19,4 +19,4 @@
"libc": [
"glibc"
]
}
}
Loading

0 comments on commit f6a161b

Please sign in to comment.