Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Mar 13, 2024
1 parent ec55046 commit 86c5f49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM awesometechnologies/synapse-admin:0.9.1 as synapse-admin

FROM matrixdotorg/synapse:v1.101.0
FROM matrixdotorg/synapse:v1.98.0

ARG PLATFORM
ENV YQ_VER v4.3.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.vps
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM matrixdotorg/synapse:v1.101.0
FROM matrixdotorg/synapse:v1.98.0

RUN sed -i 's#timeout=10000#timeout=20000#g' /usr/local/lib/python3*/site-packages/synapse/crypto/keyring.py
RUN sed -i 's#timeout=10000#timeout=20000#g' /usr/local/lib/python3*/site-packages/synapse/federation/transport/client.py
Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
id: synapse
title: Synapse
version: 1.101.0
version: 1.98.0
release-notes: |
* Upstream code update
* Synapse Admin updated to the latest version - ([full changelog](https://github.com/Awesome-Technologies/synapse-admin/compare/0.8.7...0.9.1))
* Instructions update
* Updated package and upstream repositories links
* Full list of upstream changes available [here](https://github.com/element-hq/synapse/compare/v1.95.1...v1.101.0)
* Full list of upstream changes available [here](https://github.com/element-hq/synapse/compare/v1.95.1...v1.98.0)
license: Apache-2.0
wrapper-repo: https://github.com/Start9Labs/synapse-startos
upstream-repo: https://github.com/element-hq/synapse
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ export const migration: T.ExpectedExports.migration = compat.migrations
{ version: "1.75.0", type: "down" },
),
},
}, "1.101.0" );
}, "1.98.0" );

0 comments on commit 86c5f49

Please sign in to comment.