Skip to content

Commit

Permalink
bump any-sync-* versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mighty-sponge committed Oct 25, 2024
1 parent 0d785aa commit e3eac1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/any_sync_consensusnode/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_consensusnode_user: any-sync-consensusnode
any_sync_consensusnode_group: any-sync-consensusnode

any_sync_consensusnode_version: 0.1.7
any_sync_consensusnode_version: 0.2.0
any_sync_consensusnode_release_system: amd64 # aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_consensusnode_release_name_rhel: "any-sync-consensusnode-{{ any_sync_consensusnode_version }}-1.{{ any_sync_consensusnode_release_system }}.rpm"
any_sync_consensusnode_download_url_rhel: "https://github.com/anyproto/any-sync-consensusnode/releases/download/v{{ any_sync_consensusnode_version}}/{{ any_sync_consensusnode_release_name_rhel }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/any_sync_coordinator/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_coordinator_user: any_sync_coordinator
any_sync_coordinator_group: any_sync_coordinator

any_sync_coordinator_version: 0.3.26
any_sync_coordinator_version: 0.4.1
any_sync_coordinator_release_system: amd64 # aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_coordinator_release_name_rhel: "any-sync-coordinator-{{ any_sync_coordinator_version }}-1.{{ any_sync_coordinator_release_system }}.rpm"
any_sync_coordinator_download_url_rhel: "https://github.com/anyproto/any-sync-coordinator/releases/download/v{{ any_sync_coordinator_version}}/{{ any_sync_coordinator_release_name_rhel }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/any_sync_filenode/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_filenode_user: any-sync-filenode
any_sync_filenode_group: any-sync-filenode

any_sync_filenode_version: 0.7.2
any_sync_filenode_version: 0.8.1
any_sync_filenode_release_system: amd64 # aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_filenode_release_name_rhel: "any-sync-filenode-{{ any_sync_filenode_version }}-1.{{ any_sync_filenode_release_system }}.rpm"
any_sync_filenode_download_url_rhel: "https://github.com/anyproto/any-sync-filenode/releases/download/v{{ any_sync_filenode_version}}/{{ any_sync_filenode_release_name_rhel }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/any_sync_node/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
any_sync_node_user: any-sync-node
any_sync_node_group: any-sync-node

any_sync_node_version: 0.3.34
any_sync_node_version: 0.4.3
any_sync_node_release_system: amd64 # available: aarch64.rpm x86_64.rpm amd64.deb arm64.deb
any_sync_node_release_name_rhel: "any-sync-node-{{ any_sync_node_version }}-1.{{ any_sync_node_release_system }}.rpm"
any_sync_node_download_url_rhel: "https://github.com/anyproto/any-sync-node/releases/download/v{{ any_sync_node_version}}/{{ any_sync_node_release_name_rhel }}"
Expand Down

0 comments on commit e3eac1d

Please sign in to comment.