Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
tarantool-version: ["1.10", "2.10", "3.0"]
tarantool-version: ["3.0"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -128,7 +128,6 @@ jobs:
strategy:
matrix:
sdk-version:
- "2.11.2-0-r609.linux.x86_64"
- "3.2.0-0-r40.linux.x86_64"
fail-fast: false
steps:
Expand Down Expand Up @@ -296,7 +295,6 @@ jobs:
strategy:
matrix:
sdk-version:
- "2.11.2-0-r609.linux.x86_64"
- "3.2.0-0-r40.linux.x86_64"
fail-fast: false
steps:
Expand Down Expand Up @@ -346,7 +344,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
tarantool-version: ["1.10", "2.10"]
tarantool-version: ["3.0"]
fail-fast: false
steps:
# `ref` as merge request is needed for pull_request_target because this
Expand Down Expand Up @@ -399,7 +397,7 @@ jobs:
- name: Prepare CE env
uses: ./.github/actions/prepare-ce-test-env
with:
tarantool-version: '2.10.6'
tarantool-version: '3.0'
skip-tarantool-install: true

- name: Install dependencies
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
tarantool-version: ["1.10", "2.10", "3.0"]
tarantool-version: ["3.0"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -128,7 +128,6 @@ jobs:
strategy:
matrix:
sdk-version:
- "2.11.2-0-r609.linux.x86_64"
- "3.2.0-0-r40.linux.x86_64"
fail-fast: false
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ for machine-readable output.
- `tt init/create`: cartridge support removed.
- `tt build/pack`: cartridge support removed.
- tarantoolctl support has been completely removed.
- Removed support for Tarantool 1.10 and 2.x. Only Tarantool 3.x is supported.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/binaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You will need to choose version using arrow keys in your console.

# Switch with program and version.

$ tt binaries switch tarantool 2.10.4`,
$ tt binaries switch tarantool 3.0.0`,
Run: RunModuleFunc(internalSwitchModule),
Args: cobra.MatchAll(cobra.MaximumNArgs(2), binariesSwitchValidateArgs),
ValidArgs: binariesSupportedPrograms,
Expand Down
4 changes: 2 additions & 2 deletions cli/cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ func NewInstallCmd() *cobra.Command {

$ tt install tt pr/534

# Install Tarantool 2.10.5 with limit number of simultaneous jobs for make.
# Install Tarantool 3.0.0 with limit number of simultaneous jobs for make.

$ MAKEFLAGS="-j2" tt install tarantool 2.10.5`,
$ MAKEFLAGS="-j2" tt install tarantool 3.0.0`,
}
installCmd.Flags().BoolVarP(&installCtx.Force, "force", "f", false,
"don't do a dependency check before installing")
Expand Down
4 changes: 2 additions & 2 deletions cli/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ are passed after '--'.
# Print current environment Tarantool version:

$ tt run --version
Tarantool 2.11.0-entrypoint-724-gd2d7f4de3
Tarantool 3.0.0-entrypoint-724-gd2d7f4de3
. . .

# Run a script (which print passed arguments) with 3 arguments and 2 options:
Expand All @@ -47,7 +47,7 @@ are passed after '--'.

$ tt run -i script.lua -- -i
-i
Tarantool 2.11.0-entrypoint-724-gd2d7f4de3
Tarantool 3.0.0-entrypoint-724-gd2d7f4de3
type 'help' for interactive help
tarantool>

Expand Down
4 changes: 2 additions & 2 deletions cli/cmd/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ func NewSearchCmd() *cobra.Command {

$ tt search tarantool-ee

# Remote search across all 2.11 debug versions of Tarantool Enterprise Edition.
# Remote search across all 3.0 debug versions of Tarantool Enterprise Edition.

$ tt search tarantool-ee --debug --version 2.11
$ tt search tarantool-ee --debug --version 3.0

# Remote search across all versions of Tarantool Cluster Manager.

Expand Down
15 changes: 0 additions & 15 deletions cli/install/extra/bump-libunwind-new.patch

This file was deleted.

13 changes: 0 additions & 13 deletions cli/install/extra/bump-libunwind-old.patch

This file was deleted.

15 changes: 0 additions & 15 deletions cli/install/extra/bump-libunwind.patch

This file was deleted.

19 changes: 0 additions & 19 deletions cli/install/extra/gh-6686-fix-build-with-glibc-2-34.patch

This file was deleted.

73 changes: 0 additions & 73 deletions cli/install/extra/openssl-symbols-1.10.14.patch

This file was deleted.

70 changes: 0 additions & 70 deletions cli/install/extra/openssl-symbols.patch

This file was deleted.

Loading
Loading