Skip to content

Commit

Permalink
Upgrade synapse-auto-compressor (v0.1.3 -> v0.1.4)
Browse files Browse the repository at this point in the history
This also removes the condition that made it use `latest` when
self-building is enabled.

v0.1.4 is expected to build correctly now, given that this issue is fixed:
matrix-org/rust-synapse-compress-state#134
  • Loading branch information
spantaleev authored and venimus committed May 21, 2024
1 parent d83ae86 commit 03013dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
matrix_synapse_auto_compressor_enabled: true

# renovate: datasource=docker depName=registry.gitlab.com/etke.cc/rust-synapse-compress-state
matrix_synapse_auto_compressor_version: "{{ 'latest' if matrix_synapse_auto_compressor_container_image_self_build else 'v0.1.3' }}"
matrix_synapse_auto_compressor_version: v0.1.4

matrix_synapse_auto_compressor_base_path: "{{ matrix_base_data_path }}/synapse-auto-compressor"
matrix_synapse_auto_compressor_container_src_files_path: "{{ matrix_synapse_auto_compressor_base_path }}/container-src"
Expand Down

0 comments on commit 03013dd

Please sign in to comment.