Skip to content

Commit 6e654d9

Browse files
authored
Merge pull request #22 from tigrisdata/main
chore: Release
2 parents 538d7b7 + b4a26b5 commit 6e654d9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
builds:
33
- env:
44
- CGO_ENABLED=0
5-
- ENDPOINT=https://fly.storage.tigris.dev
5+
- ENDPOINT=https://t3.storage.dev
66
goos:
77
- linux
88
- windows

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION=$(shell git describe --tags --always)
2-
ENDPOINT ?= "https://fly.storage.tigris.dev"
2+
ENDPOINT ?= "https://t3.storage.dev"
33

44
BUILD_PARAM=-ldflags "-X github.com/tigrisdata/tigrisfs/core/cfg.Version=$(VERSION) -X github.com/tigrisdata/tigrisfs/core/cfg.DefaultEndpoint=$(ENDPOINT)"
55

@@ -17,7 +17,7 @@ run-lint:
1717
golangci-lint --timeout=5m run --fix
1818

1919
xfstests:
20-
git clone --depth=1 https://github.com/kdave/xfstests
20+
git clone --branch v2025.03.30 --depth=1 https://github.com/kdave/xfstests
2121
cd xfstests && patch -p1 -l < ../test/xfstests.diff
2222

2323
s3proxy.jar:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ When mounted with the [Tigris](https://www.tigrisdata.com) backend TigrisFS supp
3636

3737
## Prebuilt DEB and RPM packages
3838

39-
* Download the latest release: [DEB](https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2/tigrisfs_1.1.2_linux_amd64.deb), [RPM](https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2/tigrisfs_1.1.2_linux_amd64.rpm).
39+
* Download the latest release: [DEB](https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0/tigrisfs_1.2.0_linux_amd64.deb), [RPM](https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0/tigrisfs_1.2.0_linux_amd64.rpm).
4040
* Install the package:
4141
* Debian-based systems:
4242
```bash
43-
dpkg -i tigrisfs_1.1.2_linux_amd64.deb
43+
dpkg -i tigrisfs_1.2.0_linux_amd64.deb
4444
```
4545
* RPM-based systems:
4646
```bash
47-
rpm -i tigrisfs_1.1.2_linux_amd64.rpm
47+
rpm -i tigrisfs_1.2.0_linux_amd64.rpm
4848
```
4949
* Configure credentials
5050
TigrisFS can use credentials from different sources:
@@ -71,7 +71,7 @@ See [docs](https://www.tigrisdata.com/docs/sdks/s3/aws-cli/) for more details.
7171
* Download and unpack the latest release:
7272
* MacOS ARM64
7373
```
74-
curl -L https://github.com/tigrisdata/tigrisfs/releases/download/v1.1.2/tigrisfs_1.1.2_darwin_arm64.tar.gz | tar -xz -C /usr/local/bin
74+
curl -L https://github.com/tigrisdata/tigrisfs/releases/download/v1.2.0/tigrisfs_1.2.0_darwin_arm64.tar.gz | sudo tar -xz -C /usr/local/bin
7575
```
7676
* Configuration is the same as for the DEB and RPM packages above.
7777
* Mount the bucket:

pkg/defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#AWS_SECRET_ACCESS_KEY=
44

55
# Set endpoint for non AWS services
6-
#AWS_ENDPOINT_URL="https://fly.storage.tigris.dev"
6+
#AWS_ENDPOINT_URL="https://t3.storage.dev"
77

88
# Alternatively set name of the profile to read from AWS standard
99
# location ~/.aws/config

0 commit comments

Comments
 (0)