Skip to content

Commit

Permalink
Version v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Dec 1, 2020
1 parent e8116f2 commit b587e14
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ansible/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.8.8
v0.8.9
2 changes: 1 addition & 1 deletion docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- postgres
- iframely
lemmy-ui:
image: dessalines/lemmy-ui:v0.8.8
image: dessalines/lemmy-ui:v0.8.9
ports:
- "1235:1234"
restart: always
Expand Down
10 changes: 5 additions & 5 deletions docker/federation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- ./volumes/pictrs_alpha:/mnt

lemmy-alpha-ui:
image: dessalines/lemmy-ui:v0.8.8
image: dessalines/lemmy-ui:v0.8.9
environment:
- LEMMY_INTERNAL_HOST=lemmy-alpha:8541
- LEMMY_EXTERNAL_HOST=localhost:8541
Expand Down Expand Up @@ -68,7 +68,7 @@ services:
- ./volumes/postgres_alpha:/var/lib/postgresql/data

lemmy-beta-ui:
image: dessalines/lemmy-ui:v0.8.8
image: dessalines/lemmy-ui:v0.8.9
environment:
- LEMMY_INTERNAL_HOST=lemmy-beta:8551
- LEMMY_EXTERNAL_HOST=localhost:8551
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
- ./volumes/postgres_beta:/var/lib/postgresql/data

lemmy-gamma-ui:
image: dessalines/lemmy-ui:v0.8.8
image: dessalines/lemmy-ui:v0.8.9
environment:
- LEMMY_INTERNAL_HOST=lemmy-gamma:8561
- LEMMY_EXTERNAL_HOST=localhost:8561
Expand Down Expand Up @@ -147,7 +147,7 @@ services:

# An instance with only an allowlist for beta
lemmy-delta-ui:
image: dessalines/lemmy-ui:v0.8.8
image: dessalines/lemmy-ui:v0.8.9
environment:
- LEMMY_INTERNAL_HOST=lemmy-delta:8571
- LEMMY_EXTERNAL_HOST=localhost:8571
Expand Down Expand Up @@ -187,7 +187,7 @@ services:

# An instance who has a blocklist, with lemmy-alpha blocked
lemmy-epsilon-ui:
image: dessalines/lemmy-ui:v0.8.8
image: dessalines/lemmy-ui:v0.8.9
environment:
- LEMMY_INTERNAL_HOST=lemmy-epsilon:8581
- LEMMY_EXTERNAL_HOST=localhost:8581
Expand Down
4 changes: 2 additions & 2 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
restart: always

lemmy:
image: dessalines/lemmy:v0.8.8
image: dessalines/lemmy:v0.8.9
ports:
- "127.0.0.1:8536:8536"
restart: always
Expand All @@ -26,7 +26,7 @@ services:
- iframely

lemmy-ui:
image: dessalines/lemmy-ui:v0.8.8
image: dessalines/lemmy-ui:v0.8.9
ports:
- "1235:1234"
restart: always
Expand Down
4 changes: 2 additions & 2 deletions docker/travis/docker_push.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker tag dessalines/lemmy:travis \
dessalines/lemmy:v0.8.8
docker push dessalines/lemmy:v0.8.8
dessalines/lemmy:v0.8.9
docker push dessalines/lemmy:v0.8.9
2 changes: 1 addition & 1 deletion lemmy_api/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "v0.8.8";
pub const VERSION: &str = "v0.8.9";

0 comments on commit b587e14

Please sign in to comment.