Skip to content

Commit

Permalink
Merge torrust#350: Release Version 3.0.0-alpha.2
Browse files Browse the repository at this point in the history
b289621 release: version 3.0.0-alpha.2 (Cameron Garnham)
9bea634 chore: update cargo lockfile (Cameron Garnham)
7fa6215 chore: bump development version (Cameron Garnham)
3305e74 ci: fix workflows (Cameron Garnham)

Pull request description:

ACKs for top commit:
  da2ce7:
    ACK 2d5ff0d

Tree-SHA512: f1f1b2050484aaa19b962e9833078c5aa22b534ac8188ea0531d38d1ac46eabc8d56bcd00be3e94d2f71383aaac7ae3be723bdefe4fc215fe4dea82abada6dfa
  • Loading branch information
da2ce7 committed Oct 15, 2023
2 parents 0b95a3a + 2d5ff0d commit 4915289
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 68 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
push: false
load: true
target: ${{ matrix.target }}
tags: torrust-tracker:local
tags: torrust-index:local
cache-from: type=gha
cache-to: type=gha

- id: inspect
name: Inspect
run: docker image inspect torrust-tracker:local
run: docker image inspect torrust-index:local

- id: checkout
name: Checkout Repository
Expand All @@ -66,7 +66,7 @@ jobs:
- id: check
name: Check Context
run: |
if [[ "${{ github.repository }}" == "torrust/torrust-tracker" ]]; then
if [[ "${{ github.repository }}" == "torrust/torrust-index" ]]; then
if [[ "${{ github.event_name }}" == "push" ]]; then
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}

- id: imdl
name: Install Intermodal
run: cargo install imdl

- id: test
name: Run Unit Tests
run: cargo test --tests --benches --examples --workspace --all-targets --all-features
Expand Down
119 changes: 56 additions & 63 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ license = "AGPL-3.0-only"
publish = true
repository = "https://github.com/torrust/torrust-tracker"
rust-version = "1.72"
version = "3.0.0-alpha.1"
version = "3.0.0-alpha.2"


[profile.dev.package.sqlx-macros]
opt-level = 3
Expand Down Expand Up @@ -68,7 +69,7 @@ text-to-png = "0"
thiserror = "1"
tokio = { version = "1", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
toml = "0"
torrust-index-located-error = { version = "3.0.0-alpha.1", path = "packages/located-error" }
torrust-index-located-error = { version = "3.0.0-alpha.2", path = "packages/located-error" }
tower-http = { version = "0", features = ["compression-full", "cors"] }
urlencoding = "2"
uuid = { version = "1", features = ["v4"] }
Expand Down

0 comments on commit 4915289

Please sign in to comment.