diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 84f6a1c7c0..9b0372ff91 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -256,7 +256,7 @@ jobs: run: | sudo -i < /etc/apt/sources.list.d/bigbluebutton.list||g" | bash -s -- -v jammy-28-develop -s bbb-ci.test -j -d /certs/ bbb-conf --salt bbbci echo "NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/bbb-dev/bbb-dev-ca.crt" >> /usr/share/meteor/bundle/bbb-html5-with-roles.conf diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2579982560..e90daec7f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: # define which docker image to use for builds default: - image: bigbluebutton/bbb-build:bbb28-2023-07-18 + image: bigbluebutton/bbb-build:v3.0.x-release--2023-09-26-152524 # This stage uses git to find out since when each package has been unmodified. # it then checks an API endpoint on the package server to find out for which of diff --git a/SECURITY.md b/SECURITY.md index 13a8965000..7b3d63613a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ We actively support BigBlueButton through the community forums and through secur | 2.5.x (or earlier) | :x: | | 2.6.x   | :white_check_mark: | | 2.7.x   | :white_check_mark: | -| 2.8.x   | :x: | +| 3.0.x   | :x: | We have released 2.7 to the community and are going to support both 2.6 and 2.7 together for the coming months (while we're actively developing the next release). Also, BigBlueButton 2.5 is now end of life.