Skip to content

Commit

Permalink
add pulsar 2.8.1 release version on website (apache#12089)
Browse files Browse the repository at this point in the history
  • Loading branch information
hangc0276 authored Sep 18, 2021
1 parent 42ee16d commit dbd09d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/terraform-ansible/deploy-pulsar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
zookeeper_servers: "{{ groups['zookeeper']|map('extract', hostvars, ['ansible_default_ipv4', 'address'])|map('regex_replace', '^(.*)$', '\\1:2181') | join(',') }}"
service_url: "{{ pulsar_service_url }}"
http_url: "{{ pulsar_web_url }}"
pulsar_version: "2.7.0"
pulsar_version: "2.8.1"
- name: Download Pulsar binary package
unarchive:
src: https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=pulsar/pulsar-{{ pulsar_version }}/apache-pulsar-{{ pulsar_version }}-bin.tar.gz
Expand Down
1 change: 1 addition & 0 deletions site2/website/releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"2.8.1",
"2.8.0",
"2.7.3",
"2.7.2",
Expand Down
1 change: 1 addition & 0 deletions site2/website/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"2.8.1",
"2.8.0",
"2.7.3",
"2.7.2",
Expand Down

0 comments on commit dbd09d7

Please sign in to comment.