Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 859b8e0

Browse files
committed
release: v1.3.0
1 parent 4af85fb commit 859b8e0

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# (master)
1+
# 1.3.0
22

33
- lxd-snapper now supports LXD remotes!
44
- New hooks: `on_instance_backed_up`, `on_instance_pruned`,
55
- Revamped output to be more user-friendly,
6-
- Required rustc version is now 1.63.0.
6+
- Required rustc version is now 1.63.0,
7+
- Dropped support for i686-linux.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ built-in `snapshots.schedule`, but more powerful.
1111
# Requirements
1212

1313
- LXD 4 / 5
14-
- Linux (i386 or x86_64)
14+
- Linux (x86_64)
1515

1616
Plus, if you plan on building lxd-snapper locally:
1717

@@ -25,12 +25,8 @@ Plus, if you plan on building lxd-snapper locally:
2525
You can either download pre-built binaries:
2626

2727
``` console
28-
# i686
29-
$ wget https://github.com/Patryk27/lxd-snapper/releases/download/v1.2/lxd-snapper-linux32 -O lxd-snapper
30-
$ chmod u+x lxd-snapper
31-
3228
# x86_64
33-
$ wget https://github.com/Patryk27/lxd-snapper/releases/download/v1.2/lxd-snapper-linux64 -O lxd-snapper
29+
$ wget https://github.com/Patryk27/lxd-snapper/releases/download/v1.3.0/lxd-snapper-linux64 -O lxd-snapper
3430
$ chmod u+x lxd-snapper
3531
```
3632

release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ function build {
1515
gpg --output "${name}.sig" --detach-sig "${name}"
1616
}
1717

18-
build "i686-linux" "linux32"
1918
build "x86_64-linux" "linux64"

0 commit comments

Comments
 (0)