Skip to content

Commit

Permalink
Merge pull request #3433 from spantaleev/renovate/awesometechnologies…
Browse files Browse the repository at this point in the history
…-synapse-admin-0.x

chore(deps): update awesometechnologies/synapse-admin docker tag to v0.10.3
  • Loading branch information
spantaleev authored Jul 19, 2024
2 parents dce0f64 + 469a0eb commit 36ef256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/custom/matrix-synapse-admin/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix_synapse_admin_container_image_self_build: false
matrix_synapse_admin_container_image_self_build_repo: "https://github.com/Awesome-Technologies/synapse-admin.git"

# renovate: datasource=docker depName=awesometechnologies/synapse-admin
matrix_synapse_admin_version: 0.10.2
matrix_synapse_admin_version: 0.10.3
matrix_synapse_admin_docker_image: "{{ matrix_synapse_admin_docker_image_name_prefix }}awesometechnologies/synapse-admin:{{ matrix_synapse_admin_version }}"
matrix_synapse_admin_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_admin_container_image_self_build else matrix_container_global_registry_prefix }}"
matrix_synapse_admin_docker_image_force_pull: "{{ matrix_synapse_admin_docker_image.endswith(':latest') }}"
Expand Down

1 comment on commit 36ef256

@NassemKa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

synapse-admin 0.10.3 have bugs in importing csv files Awesome-Technologies/synapse-admin#552.

Please sign in to comment.