From ea458adaf3762a5477505b78f605fd4858760326 Mon Sep 17 00:00:00 2001 From: STAM Date: Sat, 22 Mar 2025 19:15:40 +0300 Subject: [PATCH] atlassian versions --- Makefile | 12 +++ .../roles/common/files/versions/bamboo/0.txt | 1 + .../roles/common/files/versions/bamboo/1.txt | 17 ++++ .../roles/common/files/versions/bamboo/10.txt | 9 ++ .../roles/common/files/versions/bamboo/2.txt | 37 ++++++++ .../roles/common/files/versions/bamboo/3.txt | 22 +++++ .../roles/common/files/versions/bamboo/4.txt | 20 ++++ .../roles/common/files/versions/bamboo/5.txt | 63 +++++++++++++ .../roles/common/files/versions/bamboo/6.txt | 51 +++++++++++ .../roles/common/files/versions/bamboo/7.txt | 18 ++++ .../roles/common/files/versions/bamboo/8.txt | 34 +++++++ .../roles/common/files/versions/bamboo/9.txt | 60 ++++++++++++ .../common/files/versions/crucible/1.txt | 29 ++++++ .../common/files/versions/crucible/2.txt | 90 ++++++++++++++++++ .../common/files/versions/crucible/3.txt | 52 +++++++++++ .../common/files/versions/crucible/4.txt | 51 +++++++++++ .../roles/common/files/versions/fisheye/1.txt | 28 ++++++ .../roles/common/files/versions/fisheye/2.txt | 91 +++++++++++++++++++ .../roles/common/files/versions/fisheye/3.txt | 52 +++++++++++ .../roles/common/files/versions/fisheye/4.txt | 51 +++++++++++ .../roles/common/files/versions/mesh/1.txt | 25 +++++ .../roles/common/files/versions/mesh/2.txt | 51 +++++++++++ .../roles/common/files/versions/mesh/3.txt | 15 +++ 23 files changed, 879 insertions(+) create mode 100644 bin/ansible/roles/common/files/versions/bamboo/0.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/1.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/10.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/2.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/3.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/4.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/5.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/6.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/7.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/8.txt create mode 100644 bin/ansible/roles/common/files/versions/bamboo/9.txt create mode 100644 bin/ansible/roles/common/files/versions/crucible/1.txt create mode 100644 bin/ansible/roles/common/files/versions/crucible/2.txt create mode 100644 bin/ansible/roles/common/files/versions/crucible/3.txt create mode 100644 bin/ansible/roles/common/files/versions/crucible/4.txt create mode 100644 bin/ansible/roles/common/files/versions/fisheye/1.txt create mode 100644 bin/ansible/roles/common/files/versions/fisheye/2.txt create mode 100644 bin/ansible/roles/common/files/versions/fisheye/3.txt create mode 100644 bin/ansible/roles/common/files/versions/fisheye/4.txt create mode 100644 bin/ansible/roles/common/files/versions/mesh/1.txt create mode 100644 bin/ansible/roles/common/files/versions/mesh/2.txt create mode 100644 bin/ansible/roles/common/files/versions/mesh/3.txt diff --git a/Makefile b/Makefile index 82423b7c1..6e143bd45 100644 --- a/Makefile +++ b/Makefile @@ -1931,6 +1931,11 @@ ecosystem-bitbucket-8-images: cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.10 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.11 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.12 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.13 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.14 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.15 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/8/8.19.16 && pwd && make build && make deploy + ecosystem-bitbucket-9-images: cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.0.0 && pwd && make build && make deploy @@ -1943,7 +1948,14 @@ ecosystem-bitbucket-9-images: cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.3.1 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.3.2 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.4.0 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.4.1 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.4.2 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.4.3 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.4.4 && pwd && make build && make deploy cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.5.0 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.5.1 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.5.2 && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/atlassian/bitbucket/9/9.6.0 && pwd && make build && make deploy ecosystem-jira-4-images: cd `pwd`/linux/ecosystem/atlassian/jira/4/4.1.1 && pwd && make build && make deploy diff --git a/bin/ansible/roles/common/files/versions/bamboo/0.txt b/bin/ansible/roles/common/files/versions/bamboo/0.txt new file mode 100644 index 000000000..f514a2f0b --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/0.txt @@ -0,0 +1 @@ +0.9.1 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/1.txt b/bin/ansible/roles/common/files/versions/bamboo/1.txt new file mode 100644 index 000000000..c6eecac43 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/1.txt @@ -0,0 +1,17 @@ +1.0 +1.0-beta +1.0-rc1 +1.0-rc2 +1.0.1 +1.0.2 +1.0.3 +1.0.4 +1.0.5 +1.1 +1.1.1 +1.1.2 +1.2 +1.2.1 +1.2.2 +1.2.3 +1.2.4 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/10.txt b/bin/ansible/roles/common/files/versions/bamboo/10.txt new file mode 100644 index 000000000..50ba69232 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/10.txt @@ -0,0 +1,9 @@ +10.0.0 +10.0.1 +10.0.2 +10.0.3 +10.1.0 +10.1.1 +10.2.0 +10.2.1 +10.2.2 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/2.txt b/bin/ansible/roles/common/files/versions/bamboo/2.txt new file mode 100644 index 000000000..201d63ceb --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/2.txt @@ -0,0 +1,37 @@ +2.0 +2.0.1 +2.0.2 +2.0.3 +2.0.4 +2.0.5 +2.0.6 +2.1 +2.1.1 +2.1.2 +2.1.3 +2.1.4 +2.1.5 +2.2 +2.2.1 +2.2.2 +2.2.3 +2.2.4 +2.3.1 +2.3.2-beta2 +2.4.0 +2.4.1 +2.4.2 +2.4.3 +2.5 +2.5.1 +2.5.2 +2.5.3 +2.5.5 +2.6 +2.6.1 +2.6.2 +2.6.3 +2.7.1 +2.7.2 +2.7.3 +2.7.4 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/3.txt b/bin/ansible/roles/common/files/versions/bamboo/3.txt new file mode 100644 index 000000000..6886e93a3 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/3.txt @@ -0,0 +1,22 @@ +3.0 +3.0.1 +3.0.2 +3.0.3 +3.0.5 +3.1 +3.1.1 +3.1.4 +3.2 +3.2.2 +3.3 +3.3.1 +3.3.2 +3.3.3 +3.3.4 +3.3.4.0 +3.4 +3.4.1 +3.4.2 +3.4.3 +3.4.4 +3.4.5 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/4.txt b/bin/ansible/roles/common/files/versions/bamboo/4.txt new file mode 100644 index 000000000..7bd3c2110 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/4.txt @@ -0,0 +1,20 @@ +4.0 +4.0.1 +4.1 +4.1.1 +4.1.2 +4.2 +4.2.1 +4.2.2 +4.3 +4.3.1 +4.3.2 +4.3.3 +4.3.4 +4.4.0 +4.4.1 +4.4.2 +4.4.3 +4.4.4 +4.4.5 +4.4.8 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/5.txt b/bin/ansible/roles/common/files/versions/bamboo/5.txt new file mode 100644 index 000000000..88f3680f7 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/5.txt @@ -0,0 +1,63 @@ +5.0 +5.0-beta1 +5.0-beta2 +5.0-beta3 +5.0.1 +5.1.0 +5.1.1 +5.2 +5.2.1 +5.2.2 +5.3 +5.4 +5.4.1 +5.4.2 +5.4.3 +5.5.0 +5.5.1 +5.6.0 +5.6.1 +5.6.2 +5.6.3 +5.7.0 +5.7.1 +5.7.2 +5.8.0 +5.8.1 +5.8.2 +5.8.5 +5.9.0 +5.9.1 +5.9.3 +5.9.7 +5.9.10 +5.10.0 +5.10.0-beta01 +5.10.1.1 +5.10.2 +5.10.3 +5.11.1 +5.11.1.1 +5.11.3 +5.11.4.1 +5.12.0.2 +5.12.1 +5.12.2 +5.12.2.1 +5.12.3.1 +5.12.4 +5.12.5 +5.13.0.1 +5.13.1 +5.13.2 +5.14.0.1 +5.14.0.2 +5.14.1 +5.14.3.1 +5.14.4.1 +5.14.5 +5.15.0.1 +5.15.2 +5.15.3 +5.15.5 +5.15.7 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/6.txt b/bin/ansible/roles/common/files/versions/bamboo/6.txt new file mode 100644 index 000000000..5c3a04b69 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/6.txt @@ -0,0 +1,51 @@ +6.0.0 +6.0.1 +6.0.2 +6.0.3 +6.0.4 +6.0.5 +6.1.0 +6.1.0-rc3 +6.1.1 +6.1.4 +6.1.6 +6.2.0-eap3 +6.2.1 +6.2.2 +6.2.3 +6.2.5 +6.2.8 +6.2.9 +6.3.0 +6.3.0-rc3 +6.3.1 +6.3.2 +6.3.3 +6.3.4 +6.4.0 +6.4.0-rc1 +6.4.1 +6.4.2 +6.5.0 +6.5.0-rc1 +6.5.1 +6.6.0 +6.6.1 +6.6.2 +6.6.3 +6.7.0-rc2 +6.7.1 +6.7.2 +6.7.3 +6.8.0 +6.8.1 +6.8.2 +6.8.3 +6.9.0 +6.9.1 +6.9.2 +6.10.2 +6.10.3 +6.10.4 +6.10.5 +6.10.6 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/7.txt b/bin/ansible/roles/common/files/versions/bamboo/7.txt new file mode 100644 index 000000000..bc4720a6f --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/7.txt @@ -0,0 +1,18 @@ +7.0.1 +7.0.2 +7.0.3 +7.0.4 +7.0.6 +7.1.0-rc1 +7.1.1 +7.1.2 +7.1.3 +7.1.4 +7.2.1 +7.2.2 +7.2.3 +7.2.4 +7.2.5 +7.2.6 +7.2.7 +7.2.10 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/8.txt b/bin/ansible/roles/common/files/versions/bamboo/8.txt new file mode 100644 index 000000000..5f830d6b0 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/8.txt @@ -0,0 +1,34 @@ +8.0.0 +8.0.1 +8.0.2 +8.0.3 +8.0.4 +8.0.5 +8.0.6 +8.0.7 +8.0.8 +8.0.9 +8.0.10 +8.0.11 +8.0.12 +8.0.13 +8.1.1 +8.1.2 +8.1.3 +8.1.5 +8.1.6 +8.1.7 +8.1.8 +8.1.9 +8.1.10 +8.1.11 +8.1.12 +8.2.1 +8.2.2 +8.2.3 +8.2.4 +8.2.5 +8.2.6 +8.2.7 +8.2.8 +8.2.9 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/bamboo/9.txt b/bin/ansible/roles/common/files/versions/bamboo/9.txt new file mode 100644 index 000000000..10769ea8c --- /dev/null +++ b/bin/ansible/roles/common/files/versions/bamboo/9.txt @@ -0,0 +1,60 @@ +9.0.0 +9.0.1 +9.0.2 +9.0.3 +9.0.4 +9.1.0 +9.1.1 +9.1.2 +9.1.3 +9.2.1 +9.2.3 +9.2.4 +9.2.5 +9.2.6 +9.2.7 +9.2.8 +9.2.9 +9.2.10 +9.2.11 +9.2.12 +9.2.13 +9.2.14 +9.2.15 +9.2.16 +9.2.17 +9.2.18 +9.2.19 +9.2.20 +9.2.21 +9.2.22 +9.2.24 +9.3.0 +9.3.1 +9.3.2 +9.3.3 +9.3.4 +9.3.5 +9.3.6 +9.4.0 +9.4.1 +9.4.2 +9.4.3 +9.4.4 +9.5.0 +9.5.1 +9.5.2 +9.5.3 +9.5.4 +9.6.0 +9.6.1 +9.6.2 +9.6.3 +9.6.4 +9.6.5 +9.6.6 +9.6.7 +9.6.8 +9.6.9 +9.6.10 +9.6.11 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/crucible/1.txt b/bin/ansible/roles/common/files/versions/crucible/1.txt new file mode 100644 index 000000000..a43027332 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/crucible/1.txt @@ -0,0 +1,29 @@ +1.0 +1.1 +1.0.3 +1.0.4 +1.1.1 +1.1.2 +1.1.3 +1.1.4 +1.2 +1.2.1 +1.2.2 +1.2.3 +1.5 +1.5.1 +1.5.2 +1.5.3 +1.5.4 +1.6.0 +1.6.0Beta1 +1.6.0Beta2 +1.6.1 +1.6.2 +1.6.2.1 +1.6.3 +1.6.4 +1.6.5 +1.6.5.a +1.6.5a +1.6.6 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/crucible/2.txt b/bin/ansible/roles/common/files/versions/crucible/2.txt new file mode 100644 index 000000000..4197327ff --- /dev/null +++ b/bin/ansible/roles/common/files/versions/crucible/2.txt @@ -0,0 +1,90 @@ +2.0.0 +2.0.0.B3 +2.0.0.RC1 +2.0.0.RC2 +2.0.0.RC3 +2.0.1 +2.0.2 +2.0.3 +2.0.4 +2.0.5 +2.0.6 +2.1.0 +2.1.0.M2cc +2.1.0.RC1 +2.1.1 +2.1.2 +2.1.3 +2.1.4 +2.2.0 +2.2.1 +2.2.3 +2.3.0 +2.3.1 +2.3.2 +2.3.3 +2.3.4 +2.3.5 +2.3.6 +2.3.7 +2.3.8 +2.4.0 +2.4.1 +2.4.2 +2.4.3 +2.4.4 +2.4.5 +2.4.6 +2.5.0 +2.5.1 +2.5.2 +2.5.3 +2.5.4 +2.5.5 +2.5.6 +2.5.7 +2.5.8 +2.5.9 +2.6.0 +2.6.1 +2.6.2 +2.6.3 +2.6.4 +2.6.5 +2.6.6 +2.6.7 +2.6.8 +2.6.9 +2.7.0 +2.7.0-EAP-2 +2.7.1 +2.7.2 +2.7.3 +2.7.4 +2.7.5 +2.7.6 +2.7.7 +2.7.8 +2.7.9 +2.7.10 +2.7.11 +2.7.12 +2.7.13 +2.7.14 +2.7.15 +2.8.0 +2.8.0-m1 +2.8.1 +2.8.2 +2.9.0 +2.9.1 +2.9.2 +2.10.0 +2.10.1 +2.10.2 +2.10.3 +2.10.4 +2.10.5 +2.10.6 +2.10.7 +2.10.8 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/crucible/3.txt b/bin/ansible/roles/common/files/versions/crucible/3.txt new file mode 100644 index 000000000..9eb7a5115 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/crucible/3.txt @@ -0,0 +1,52 @@ +3.0.0 +3.0.1 +3.0.2 +3.0.3 +3.0.4 +3.1.0 +3.1.1 +3.1.2 +3.1.3 +3.1.4 +3.1.5 +3.1.6 +3.1.7 +3.2.0 +3.2.1 +3.2.2 +3.2.3 +3.2.4 +3.2.5 +3.3.0 +3.3.1 +3.3.2 +3.3.3 +3.3.4 +3.4.0 +3.4.3 +3.4.4 +3.4.5 +3.4.6 +3.4.7 +3.5.0 +3.5.1 +3.5.2 +3.5.3 +3.5.4 +3.5.5 +3.6.0 +3.6.1 +3.6.2 +3.6.3 +3.6.4 +3.7.0 +3.7.1 +3.8.0 +3.8.1 +3.9.0 +3.9.1 +3.9.2 +3.10.1 +3.10.2 +3.10.3 +3.10.4 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/crucible/4.txt b/bin/ansible/roles/common/files/versions/crucible/4.txt new file mode 100644 index 000000000..3d9656aa3 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/crucible/4.txt @@ -0,0 +1,51 @@ +4.0.2 +4.0.3 +4.0.4 +4.1.0 +4.1.1 +4.1.2 +4.1.3 +4.2.0 +4.2.1 +4.2.2 +4.2.3 +4.3.0 +4.3.1 +4.3.2 +4.3.3 +4.4.0 +4.4.1 +4.4.2 +4.4.3 +4.4.5 +4.4.6 +4.4.7 +4.5.0 +4.5.1 +4.5.2 +4.5.3 +4.5.4 +4.6.0 +4.6.1 +4.7.0 +4.7.1 +4.7.2 +4.7.3 +4.8.0 +4.8.1 +4.8.2 +4.8.3 +4.8.4 +4.8.5 +4.8.6 +4.8.7 +4.8.8 +4.8.9 +4.8.10 +4.8.11 +4.8.12 +4.8.13 +4.8.14 +4.8.15 +4.8.16 +4.9.0 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/fisheye/1.txt b/bin/ansible/roles/common/files/versions/fisheye/1.txt new file mode 100644 index 000000000..d955ef815 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/fisheye/1.txt @@ -0,0 +1,28 @@ +1.0.1a +1.1.3 +1.2.5 +1.3.3 +1.3.4 +1.3.5 +1.3.6 +1.3.7 +1.3.8 +1.4 +1.4.1 +1.4.2 +1.4.3 +1.5 +1.5.1 +1.5.2 +1.5.3 +1.5.4 +1.6.0 +1.6.0Beta1 +1.6.0Beta2 +1.6.1 +1.6.3 +1.6.4 +1.6.5 +1.6.5.a +1.6.5a +1.6.6 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/fisheye/2.txt b/bin/ansible/roles/common/files/versions/fisheye/2.txt new file mode 100644 index 000000000..781698457 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/fisheye/2.txt @@ -0,0 +1,91 @@ +2.0.0 +2.0.0.B3 +2.0.0.RC1 +2.0.0.RC2 +2.0.0.RC3 +2.0.1 +2.0.2 +2.0.3 +2.0.4 +2.0.5 +2.0.6 +2.1.0 +2.1.0.M2cc +2.1.0.RC1 +2.1.1 +2.1.2 +2.1.3 +2.1.4 +2.2.0 +2.2.1 +2.2.3 +2.3.0 +2.3.1 +2.3.2 +2.3.3 +2.3.4 +2.3.5 +2.3.6 +2.3.7 +2.3.8 +2.4.0 +2.4.1 +2.4.2 +2.4.3 +2.4.4 +2.4.5 +2.4.6 +2.5.0 +2.5.1 +2.5.2 +2.5.3 +2.5.4 +2.5.5 +2.5.6 +2.5.7 +2.5.8 +2.5.9 +2.6.0 +2.6.1 +2.6.2 +2.6.3 +2.6.4 +2.6.5 +2.6.6 +2.6.7 +2.6.8 +2.6.9 +2.7.0 +2.7.0-EAP-1 +2.7.0-EAP-2 +2.7.1 +2.7.2 +2.7.3 +2.7.4 +2.7.5 +2.7.6 +2.7.7 +2.7.8 +2.7.9 +2.7.10 +2.7.11 +2.7.12 +2.7.13 +2.7.14 +2.7.15 +2.8.0 +2.8.0-m1 +2.8.1 +2.8.2 +2.9.0 +2.9.1 +2.9.2 +2.10.0 +2.10.1 +2.10.2 +2.10.3 +2.10.4 +2.10.5 +2.10.6 +2.10.7 +2.10.8 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/fisheye/3.txt b/bin/ansible/roles/common/files/versions/fisheye/3.txt new file mode 100644 index 000000000..9eb7a5115 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/fisheye/3.txt @@ -0,0 +1,52 @@ +3.0.0 +3.0.1 +3.0.2 +3.0.3 +3.0.4 +3.1.0 +3.1.1 +3.1.2 +3.1.3 +3.1.4 +3.1.5 +3.1.6 +3.1.7 +3.2.0 +3.2.1 +3.2.2 +3.2.3 +3.2.4 +3.2.5 +3.3.0 +3.3.1 +3.3.2 +3.3.3 +3.3.4 +3.4.0 +3.4.3 +3.4.4 +3.4.5 +3.4.6 +3.4.7 +3.5.0 +3.5.1 +3.5.2 +3.5.3 +3.5.4 +3.5.5 +3.6.0 +3.6.1 +3.6.2 +3.6.3 +3.6.4 +3.7.0 +3.7.1 +3.8.0 +3.8.1 +3.9.0 +3.9.1 +3.9.2 +3.10.1 +3.10.2 +3.10.3 +3.10.4 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/fisheye/4.txt b/bin/ansible/roles/common/files/versions/fisheye/4.txt new file mode 100644 index 000000000..3d9656aa3 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/fisheye/4.txt @@ -0,0 +1,51 @@ +4.0.2 +4.0.3 +4.0.4 +4.1.0 +4.1.1 +4.1.2 +4.1.3 +4.2.0 +4.2.1 +4.2.2 +4.2.3 +4.3.0 +4.3.1 +4.3.2 +4.3.3 +4.4.0 +4.4.1 +4.4.2 +4.4.3 +4.4.5 +4.4.6 +4.4.7 +4.5.0 +4.5.1 +4.5.2 +4.5.3 +4.5.4 +4.6.0 +4.6.1 +4.7.0 +4.7.1 +4.7.2 +4.7.3 +4.8.0 +4.8.1 +4.8.2 +4.8.3 +4.8.4 +4.8.5 +4.8.6 +4.8.7 +4.8.8 +4.8.9 +4.8.10 +4.8.11 +4.8.12 +4.8.13 +4.8.14 +4.8.15 +4.8.16 +4.9.0 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/mesh/1.txt b/bin/ansible/roles/common/files/versions/mesh/1.txt new file mode 100644 index 000000000..62354e223 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/mesh/1.txt @@ -0,0 +1,25 @@ +1.0.0 +1.0.2 +1.0.4 +1.0.5 +1.0.6 +1.1.0 +1.1.2 +1.1.4 +1.1.5 +1.1.6 +1.2.0 +1.2.1 +1.2.2 +1.2.3 +1.3.0 +1.3.1 +1.3.3 +1.3.4 +1.4.0 +1.4.1 +1.4.2 +1.5.0 +1.5.1 +1.5.2 +1.5.6 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/mesh/2.txt b/bin/ansible/roles/common/files/versions/mesh/2.txt new file mode 100644 index 000000000..496df2c33 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/mesh/2.txt @@ -0,0 +1,51 @@ +2.0.1 +2.0.2 +2.0.4 +2.0.5 +2.0.8 +2.0.13 +2.0.16 +2.0.18 +2.0.19 +2.0.20 +2.0.21 +2.0.24 +2.0.25 +2.0.26 +2.0.28 +2.0.30 +2.0.31 +2.0.32 +2.0.33 +2.0.34 +2.0.35 +2.0.36 +2.0.37 +2.1.2 +2.1.7 +2.1.10 +2.1.12 +2.1.13 +2.1.14 +2.1.15 +2.2.0 +2.2.1 +2.2.2 +2.2.3 +2.3.0 +2.3.1 +2.4.0 +2.4.1 +2.5.0 +2.5.1 +2.5.2 +2.5.4 +2.5.6 +2.5.7 +2.5.8 +2.5.9 +2.5.10 +2.5.11 +2.5.12 +2.5.13 +2.5.14 \ No newline at end of file diff --git a/bin/ansible/roles/common/files/versions/mesh/3.txt b/bin/ansible/roles/common/files/versions/mesh/3.txt new file mode 100644 index 000000000..9ab11b2c9 --- /dev/null +++ b/bin/ansible/roles/common/files/versions/mesh/3.txt @@ -0,0 +1,15 @@ +3.0.0 +3.0.1 +3.1.0 +3.1.1 +3.2.0 +3.2.1 +3.3.0 +3.3.1 +3.4.0 +3.4.1 +3.4.2 +3.5.0 +3.5.1 +3.5.2 +3.6.0 \ No newline at end of file