Skip to content

Commit 03bad9a

Browse files
committed
Added Note
1 parent f60ccfc commit 03bad9a

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
</p>
1111
</p>
1212

13+
> [!IMPORTANT]
14+
> **Upgrading to v3?** Please read the [Migration Guide](MIGRATION_GUIDE.md) for breaking changes and upgrade instructions.
15+
16+
1317
## 🚀 Quick Start
1418

1519
```bash
@@ -105,7 +109,7 @@ docker compose up -d
105109
#### Using Pre-built Image Directly
106110

107111
```bash
108-
docker pull ghcr.io/raylabshq/gitea-mirror:v2.20.1
112+
docker pull ghcr.io/raylabshq/gitea-mirror:v3.0.0
109113
```
110114

111115
### Configuration Options
@@ -212,8 +216,11 @@ bun run build
212216
- Never stored in plaintext
213217
- Secure session management with JWT tokens
214218

215-
### Migration
216-
If upgrading from a version without token encryption:
219+
### Upgrading to v3
220+
221+
**Important**: If upgrading from v2.x to v3.0, please read the [Migration Guide](MIGRATION_GUIDE.md) for breaking changes and upgrade instructions.
222+
223+
For quick token encryption migration:
217224
```bash
218225
bun run migrate:encrypt-tokens
219226
```

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gitea-mirror",
33
"type": "module",
4-
"version": "2.22.0",
4+
"version": "3.0.0",
55
"engines": {
66
"bun": ">=1.2.9"
77
},
@@ -66,29 +66,29 @@
6666
"@types/canvas-confetti": "^1.9.0",
6767
"@types/react": "^19.1.8",
6868
"@types/react-dom": "^19.1.6",
69-
"astro": "5.11.0",
69+
"astro": "5.11.2",
7070
"bcryptjs": "^3.0.2",
7171
"better-auth": "^1.2.12",
7272
"canvas-confetti": "^1.9.3",
7373
"class-variance-authority": "^0.7.1",
7474
"clsx": "^2.1.1",
7575
"cmdk": "^1.1.1",
76-
"drizzle-orm": "^0.44.2",
76+
"drizzle-orm": "^0.44.3",
7777
"fuse.js": "^7.1.0",
7878
"jsonwebtoken": "^9.0.2",
7979
"lucide-react": "^0.525.0",
8080
"next-themes": "^0.4.6",
8181
"react": "^19.1.0",
8282
"react-dom": "^19.1.0",
8383
"react-icons": "^5.5.0",
84-
"sonner": "^2.0.5",
84+
"sonner": "^2.0.6",
8585
"tailwind-merge": "^3.3.1",
8686
"tailwindcss": "^4.1.11",
8787
"tw-animate-css": "^1.3.5",
8888
"typescript": "^5.8.3",
8989
"uuid": "^11.1.0",
9090
"vaul": "^1.1.2",
91-
"zod": "^3.25.75"
91+
"zod": "^4.0.5"
9292
},
9393
"devDependencies": {
9494
"@testing-library/jest-dom": "^6.6.3",

0 commit comments

Comments
 (0)