Skip to content

Commit e9be19d

Browse files
committed
bump: version to 2.3.0
1 parent 91812c5 commit e9be19d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Redirect all subdomains to the machine (`*.hostname.local` → `hostname.local`)
2525
2. **Docker**:
2626

2727
```bash
28-
docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:2.2.6
28+
docker run -d --network host -v "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket" ghcr.io/grishy/go-avahi-cname:2.3.0
2929
```
3030

3131
_Note:_ If you [encounter issues](https://github.com/grishy/go-avahi-cname/issues/28) with AppArmor, add `--security-opt apparmor=unconfined` to the Docker command or include the following in your Docker Compose file:
@@ -147,7 +147,7 @@ services:
147147
- apparmor=unconfined # required if AppArmor restricts access
148148
volumes:
149149
- "/var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket"
150-
image: "ghcr.io/grishy/go-avahi-cname:2.2.6"
150+
image: "ghcr.io/grishy/go-avahi-cname:2.3.0"
151151
```
152152

153153
If AppArmor denies access, include the `security_opt` section as shown above.
@@ -158,7 +158,7 @@ Ansible task to run the container:
158158
- name: go-avahi-cname | Start container
159159
community.docker.docker_container:
160160
name: "go-avahi-cname"
161-
image: "ghcr.io/grishy/go-avahi-cname:2.2.6"
161+
image: "ghcr.io/grishy/go-avahi-cname:2.3.0"
162162
restart_policy: unless-stopped
163163
network_mode: host
164164
security_opts:
@@ -196,9 +196,9 @@ sudo busctl monitor org.freedesktop.Avahi
196196
Reminder for me, just create a tag and push it.
197197

198198
```bash
199-
# Replace 2.2.6 with the new version in project
200-
git tag -a v2.2.6 -m "Release v2.2.6"
201-
git push origin tag v2.2.6
199+
# Replace 2.3.0 with the new version in project
200+
git tag -a v2.3.0 -m "Release v2.3.0"
201+
git push origin tag v2.3.0
202202
```
203203

204204
## Source of inspiration

0 commit comments

Comments
 (0)