Skip to main content

· 12 min read

Added

  • breaking change all services: a9s Backup Agent: Add a communication channel through port 3002 (mTLS) of the a9s Backup Manager, so that the a9s Backup Agent can push information to the a9s Backup Manager when necessary. For more information, see a9s Platform Required Ports.
  • a9s KeyValue: Introduce a9s KeyValue 8 as Beta. To enable it use the Ops file ops/enable_beta_services/keyvalue.yml where the following properties must be set:
    • keyvalue_service.services.a9s-keyvalue8.name
    • keyvalue_service.services.a9s-keyvalue8.guid
    • keyvalue_service.services.a9s-keyvalue8.description
    • keyvalue_service.services.a9s-keyvalue8.label
    • keyvalue_service.services.a9s-keyvalue8.version
    • keyvalue_service.services.a9s-keyvalue8.bindable
    • keyvalue_service.services.a9s-keyvalue8.requires
    • keyvalue_service.services.a9s-keyvalue8.tags
    • keyvalue_service.services.a9s-keyvalue8.documentation_url
    • keyvalue_service.services.a9s-keyvalue8.metadata
    • keyvalue_service.services.a9s-keyvalue8.dashboard_client.id
    • keyvalue_service.services.a9s-keyvalue8.plans
    • keyvalue_service.services.a9s-keyvalue8.plans-to-test
    • keyvalue_service.services.a9s-keyvalue8.planupdates-to-test For more information, see a9s Platform Operator Sunrise Sunset - Beta.
  • a9s KeyValue: Add an example config for a9s KeyValue 8 to config/keyvalue.yml.example.
  • a9s LogMe2: Add instances_fluentd as an optional property to the logme2-cluster template with a default value of 1. For more information, see Scale Fluentd Nodes.
  • docs: Application Developer: a9s KeyValue: Add initial documentation for a9s KeyValue. For more information, see a9s KeyValue.
  • docs: Application Developer: a9s KeyValue: Update existing common documentation with references to a9s KeyValue.
  • docs: Application Developer: a9s MariaDB: Provide an example on how to drop all the custom databases through the databases custom parameter. For more information, see Using a9s MariaDB - databases Parameter
  • docs: Application Developer: a9s Redis: Add further information about persistency behavior. For more information, see Using a9s Redis - Change RDB Persistence Settings.
  • docs: Application Developer: a9s Service Dashboard: Add information on how to allow/block automatic updates via the a9s Service Dashboard. For more information, see Using a9s Service Dashboard - Update the Service Instance
  • docs: Platform Operator: all services: Add documentation on how to access security logs. For more information, see Security Logs.
  • docs: Platform Operator: a9s-pg: Add a page detailing the cluster recovery process for a9s-pg. For more information, see a9s-pg Cluster Recovery.
  • docs: Platform Operator: a9s KeyValue: Add initial documentation for a9s KeyValue. For more information, see a9s KeyValue.
  • docs: Platform Operator: a9s KeyValue: Update existing common documentation with references to a9s KeyValue.
  • docs: Platform Operator: a9s PostgreSQL: Add a new step describing how to clean up the repmgr database. For more information, see a9s PostgreSQL Manual Logical Backup Recovery - Cleanup repmgr.

Changed

  • breaking change all services: a9s Backup Agent: Complete refactoring of the a9s Backup Agent and overhaul of the general backup system architecture to:
    • support mTLS as the only communication between the a9s Backup Agent and the a9s Backup Manager
    • speed up the communication between the a9s Backup Agent and a9s Backup Manager by pushing the necessary information as soon as the task has finished instead of polling the various states at defined intervals
    • improve error handling and logging, and increase the resilience of the entire a9s Backup Agent
  • breaking change a9s Backup Manager: Rename the deployment manifest variable, which stores the a9s Backup Manager Server certificate, from a9s_backup_manager_tls_cert to backup_manager_server_cert for consistency.
  • breaking change a9s Backup Manager: Change the Common Name (CN) of the a9s Backup Manager Server certificate from the Fully Qualified Domain Name (FQDN) to the generic string a9s Backup Manager TLS Certificate. As the CN can only contain a certain amount of characters, the FQDN can end up being too long, depending on the Consul domain configuration. With this we also follow the deprecation of the CN to verify the server identity as described in RFC2818.
  • breaking change a9s Backup Manager: Change the default port for the communication from the a9s Backup Manager to the a9s Backup Agent from 3000 (non-TLS) to 3001 (mTLS). For more information, see a9s Platform Required Ports.
  • breaking change a9s Billing: Disable the export of invoices to a9s Invoices by default, since this component is not included by default with a9s Billing. To enable the export once more, the add_a9s_invoices.yml ops-file has been extended to set cf_billing.export to true.
  • breaking change a9s LogMe2: Enable backup tests of the a9s Smoke Tests by default.
  • all services:
    • bpm v1.3.3
    • nginx to v1.27.1
    • routing v0.311.0
  • all services: a9s DS API Gateway:
    • Go to v1.22.7
    • KrakenD to v2.7.2
  • a9s Backup Manager: Adapt the a9s Backup Manager and overhaul of the general backup system architecture to:
    • support mTLS as the only communication between the a9s Backup Manager and the a9s Backup Agents
    • speed up the communication between the a9s Backup Manager and the a9s Backup Agents by pushing the necessary information as soon as the task has finished instead of polling the various states at defined intervals
    • improve the resilience of the entire backup system in error cases
  • a9s Backup Services:
    • nginx to v1.27.1
  • a9s Messaging: a9s Messaging SPI: Update dependencies.
  • a9s MongoDB:
    • mongodb50sspl:
      • mongodb to v5.0.29
    • mongodb70sspl:
      • mongodb to v7.0.14
      • mongosh to v2.3.1
  • a9s PostgreSQL:
    • a9s PostgreSQL 13:
      • cmake3 to v3.30.3
  • a9s PostgreSQL: Optimize the backup and restore of WAL files for Service Instances with continuous archiving enabled. In combination with the adaptation of the backup system architecture, a major increase of the amount of archived WAL files per minute can be achieved.
  • a9s Prometheus:
    • prometheus2:
      • cadvisor to v0.50.0
      • consul_exporter to v0.12.1
      • graphite_exporter to v0.15.2
      • influxdb_exporter to v0.11.7
      • prometheus to v2.53.2
      • stackdriver_exporter to v0.16.0
      • statsd_exporter to v0.27.1
    • promgraf2:
      • cadvisor to v0.50.0
      • consul_exporter to v0.12.1
      • graphite_exporter to v0.15.2
      • influxdb_exporter to v0.11.7
      • prometheus to v2.53.2
      • stackdriver_exporter to v0.16.0
      • statsd_exporter to v0.27.1
    • prometheus-legacy:
      • cadvisor to v0.50.0
      • consul_exporter to v0.12.1
      • graphite_exporter to v0.15.2
      • influxdb_exporter to v0.11.7
      • prometheus to v2.53.2
      • stackdriver_exporter to v0.16.0
      • statsd_exporter to v0.27.1
  • a9s Search:
    • a9s Search 2:
      • opensearch to v2.16.0
      • opensearch-dashboards to v2.16.0
      • opensearch-plugin-repository-azure to v2.16.0
      • opensearch-plugin-repository-s3 to v2.16.0
  • docs: Application Developer: Update the links in the Disaster Recovery documentation to use the a9s Public API v1 and fix some broken links. For more information, see Disaster Recovery.
  • docs: Application Developer: Mention a9s KeyValue as an a9s Data Service supporting Disaster Recovery. For more information, see Disaster Recovery.
  • docs: Application Developer: a9s Prometheus: Update the links related to the telegraf-buildpack, as the existing version's stack was deprecated. Additionally, include a screenshot of an example dashboard to visualize the metrics being streamed from the application. For more information, see Using a Sidecar to Collect Application Metrics With a9s Prometheus.
  • docs: Platform Operator: Clean up the "a9s Platform Required Ports" page. For more information, see a9s Platform Required Ports.
  • docs: Platform Operator: all services: Extend documentation to clarify the handling of expired certificates. For more information, see Generated Certificates.
  • docs: Platform Operator: a9s PostgreSQL: Enhance the guide on how to identify the cluster primary during the cluster recovery process. For more information, see a9s PostgreSQL Cluster Recovery - 0. Identify the Cluster Primary and Cluster Status - Identifying Current Valid Primary of the Cluster.
  • BOSH stemcell: all services: Update Jammy stemcell to version 1.572 for internal tests of all supported services.

Deprecated

  • a9s MariaDB: Deprecation: Deprecate the following a9s Data Service version:

    • a9s MariaDB 10.4

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s MariaDB: a9s MariaDB 10.6 and 10.11 are available as GA versions.

    This deprecation follows the announcement in v50.0.0 . The deprecation phase is planned to last until v56.0.0 (expected end of December 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

Unsupported

  • a9s PostgreSQL: End of Support: Terminate support for the following deprecated a9s Data Service version:

    • a9s PostgreSQL 10

    The creation of new a9s Data Service instances for this deprecated version is now disabled by default in the a9s Data Service Bundle and we no longer provide regular support for this version. The corresponding documentation has been removed.

    Although we will not intentionally break running instances of this unsupported version, it cannot be guaranteed that they still work as expected after an update to this release.

Removed

  • breaking change a9s Backup Manager: Remove obsolete variables from the deployment manifest.
  • docs: Application Developer: a9s Service Dashboard: Remove unnecessary header from the "Using a9s Service Dashboard" page. For more information, see Using a9s Service Dashboard.
  • docs: Platform Operator: a9s PostgreSQL: Remove a9s PostgreSQL 10 from the "a9s Data Service Release Lifecycle Table" page. For more information, see a9s Platform Operator Sunrise Sunset - a9s Data Services Life-Cycle Stages.
  • REMOVAL OF OFFERING a9s Elasticsearch: Remove the offering of a9s Elasticsearch 2 from the a9s Data Services, as this version is now unsupported on account of it reaching its EOL on February 2018. We removed the files, version specific examples, references and documentation that relate to the unsupported version.
  • REMOVAL OF OFFERING a9s Messaging: Remove the offering of a9s Messaging 3.6 from the a9s Data Services, as this version is now unsupported on account of it reaching its EOL on May 2018. We removed the files, version specific examples, references and documentation that relate to the unsupported version.
  • REMOVAL OF OFFERING a9s MySQL: Remove the offering of a9s MySQL 10.1 from the a9s Data Services, as this version is now unsupported on account of it reaching its EOL on Octobre 2020. We removed the files, version specific examples, references and documentation that relate to the unsupported version.
  • REMOVAL OF OFFERING a9s Redis: Remove the offering of a9s Redis 3.2 from the a9s Data Services, as this version is now unsupported on account of it reaching its EOL on January 2017. We removed the files, version specific examples, references and documentation that relate to the unsupported version.
  • REMOVAL OF OFFERING a9s Redis: Remove the offering of a9s Redis 4.0 from the a9s Data Services, as this version is now unsupported on account of it reaching its EOL on January 2019. We removed the files, version specific examples, references and documentation that relate to the unsupported version.

Fixed

  • all services: a9s BOSH Deployer: Improve error handling.
  • all services: a9s DS API Gateway: Forward Content-Type and Accept header to the corresponding backends. This is necessary so that the respective backends can interpret the request correctly.
  • a9s-pg: Fix issue disabling reindex on major upgrade that would cause pre-start on the bootstrap node to fail.
  • a9s-pg: Fix potential exposure to data loss when executing a major upgrade. Data inserted to a blocked cluster would be discarded during the upgrade, causing data loss. The fix ensures the bootstrap node is up-to-date with the primary before moving on with the update procedure.
  • a9s-pg: Fix scenario with two primaries during a major upgrade. This occured when the last node to be updated was promoted to primary. This caused the update to fail and left the nodes unable to identify the current primary of the cluster.
  • a9s LogMe2: Ensure that the OpenSearch VM is updated first in order to prevent potential downtime in the OpenSearch Dashboards VM.
  • a9s MariaDB: a9s MariaDB SPI: Introduce connection timeouts to help prevent the SPI from being locked due to misbehaving Service Instances.
  • a9s PostgreSQL: Fix the panic message, occuring when archiving WAL files, in logs on Service Instances with continuous archiving enabled.
  • a9s Redis: a9s Redis 7: Fix an inconsistency in post-start that could incorrectly configure the cluster. This issue specifically affected clustered Service Instances with persistence enabled.
  • docs: all services: Fix several broken relative links under the Platform Developer and Application Developer paths to reflect the trailing slash configuration change.
  • docs: Application Developer: a9s DS API Gateway: Amend minor errors in the example cURL command of multiple endpoint. For more information, see a9s Public API.
  • docs: Application Developer: a9s DS API Gateway: Fix general typos. For more information, see a9s Public API.
  • docs: Application Developer: a9s LogMe2: Fix broken admonition in the "Using a9s LogMe2" page. For more information, see Using a9s LogMe2 - Supported Protocols and Limitations.
  • docs: Platform Operator: a9s Parachute: Update information regarding interdependency with ext4 file system reserved blocks. For more information, see a9s Parachute Concerns.
  • Add-on: a9s MongoDB SSPL: Adapt post-deploy script to ensure proper waiting for cluster initialization.

Security

  • a9s Backup Manager: Fix CVEs:
    • CVE-2024-28103
    • CVE-2024-41123
    • CVE-2024-41946
  • a9s Service Dashboard: Fix CVEs:
    • CVE-2024-22018
    • CVE-2024-22020
    • CVE-2024-27980
    • CVE-2024-36138

Upcoming

  • a9s Prometheus: End of Support: Terminate support, starting from anynines deployment v56.0.0 (expected end of December 2024), for the following deprecated a9s Data Service versions:

    • a9s Prometheus: Grafana 5
    • a9s Prometheus: Grafana 8

    The creation of new a9s Data Service instances for these deprecated versions will be disabled by default in the a9s Data Service Bundle and we will not provide regular support for these versions. The corresponding documentation will also be removed.

    Although we will not intentionally break running instances of these unsupported versions, it cannot be guaranteed that they still work as expected after an update to v56.0.0.

  • a9s Redis: End of Support: Terminate support, starting from anynines deployment v56.0.0 (expected end of December 2024), for the following deprecated a9s Data Service version:

    • a9s Redis 6.2

    The creation of new a9s Data Service instances for this deprecated version will be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed.

    Although we will not intentionally break running instances of this unsupported version, it cannot be guaranteed that they still work as expected after an update to v56.0.0.

· 5 min read

Added

  • breaking change a9s MariaDB: We consider MariaDB 10.11 as stable now. You have to set the following properties:
    • mariadb_service.services.a9s-mariadb1011.name
    • mariadb_service.services.a9s-mariadb1011.guid
    • mariadb_service.services.a9s-mariadb1011.description
    • mariadb_service.services.a9s-mariadb1011.label
    • mariadb_service.services.a9s-mariadb1011.version
    • mariadb_service.services.a9s-mariadb1011.bindable
    • mariadb_service.services.a9s-mariadb1011.requires
    • mariadb_service.services.a9s-mariadb1011.tags
    • mariadb_service.services.a9s-mariadb1011.documentation_url
    • mariadb_service.services.a9s-mariadb1011.metadata
    • mariadb_service.services.a9s-mariadb1011.dashboard_client.id
    • mariadb_service.services.a9s-mariadb1011.plans-to-test
    • mariadb_service.services.a9s-mariadb1011.planupdates-to-test
  • a9s-pg: Add optional support to upgrade a9s PostgreSQL from v11 to v15. For more information, see a9s-pg Major Upgrade.
  • a9s-pg: Specify the stemcell used in the new iaas.a9s_pg_jammy.stemcell property in the IaaS configuration file, which is used when upgrading to a9s PostgreSQL 15. See the config/iaas-config.yml.example for an example.
  • a9s LogMe2: Configure the number of workers in Fluentd based on the number of available CPUs.
  • docs: Application Developer: a9s MariaDB: Add new cluster-related metrics. For more information, see a9s MariaDB Metric Groups.
  • docs: Platform Operator: Add the "a9s Data Services Maintenance Policy" section to the "a9s Data Service Sunrise/Sunset for Major Versions" page. For more information, see a9s Platform Operator - Sunrise Sunset.
  • docs: Platform Operator: a9s MariaDB: Add a9s MariaDB 10.11 as a9s General Availability. For more information, see a9s Platform Operator Sunrise Sunset.
  • docs: Platform Operator: a9s PostgreSQL: Add a "Known Issue" page detailing how the execution of PostgreSQL's VACUUM command can potentially trigger a9s Parachute, and how to prevent it. For more information, see Vacuum and WAL Files Creation.
  • INTERNAL RELEASE a9s MariaDB:
    • a9s MariaDB 10.11: Include pt-stalk debugging tool with the MariaDB release.
  • INTERNAL RELEASE a9s PostgreSQL:
    • a9s PostgreSQL 11: Add endpoints to control node accessibility during major version upgrade.
    • a9s PostgreSQL 15: Add support to upgrade from v11 to v15, used for a9s-pg only.

Changed

  • consul-dns: Use default value for the allow_stale property. Default value was modified from false, to the default Consul version when not explicitly declared, true. The behavior has been modified to avoid a small downtime that while updating the leader of the Consul server. Value can be overwritten via the property consul.allow_stale.
  • a9s LogMe2:
    • Fluentd
      • rexml v3.3.5
  • a9s MariaDB:
    • a9s MariaDB 10.6:
      • mariadb v10.6.19
    • a9s MariaDB 10.11:
      • mariadb v10.11.9
  • a9s MongoDB:
    • mongodb70sspl:
      • mongosh v2.2.15
  • a9s PostgreSQL:
    • a9s PostgreSQL 13:
      • PostgreSQL v13.16
      • cmake3 v3.30.0
    • a9s PostgreSQL 15:
      • PostgreSQL v15.8
  • docs: Platform Operator: Adapt the "a9s-pg Major Upgrade" page. For more information, see a9s-pg Major Upgrade.
  • docs: Platform Operator: Extend the "a9s Data Services Installation" page to include information on how to handle a fresh installation using a9s PostgreSQL 15 directly. For more information, see Deploy a9s-pg.

Removed

  • docs: Platform Operator: Remove the "a9s-pg Major Upgrade from v9.4 to v11" page as this upgrade is no longer supported.
  • INTERNAL RELEASE a9s PostgreSQL:
    • a9s PostgreSQL 10: Removed unused internal code to support in-place major version upgrade.
    • a9s PostgreSQL 11: Removed unused internal code to support in-place major version upgrade.
    • a9s PostgreSQL 13: Removed unused internal code to support in-place major version upgrade.

Fixed

  • all services: a9s SPI: Fix the propagation of CAs in the first step of the rotation process. This allows both the old and new CA to be properly distributed and thus rotated out/in successfully.
  • a9s Messaging: Fix misconfigured a9s Service Dashboard client secret in the a9s Service Broker configuration.
  • a9s PostgreSQL:
    • a9s PostgreSQL 15: Fix duplicate cloning across clusters.
  • a9s Search: SPI: Ensure that unbinding or deleting a service key succeeeds if the user has been already deleted from the OpenSearch server.
  • docs: Platform Operator: Fix typos in the "a9s Data Service Sunrise/Sunset for Major Versions" page. For more information, see a9s Platform Operator - Sunrise Sunset.
  • docs: Platform Operator: Update and refactor the contents of the "a9s Data Services Release Lifecycle Table". For more information, see a9s Platform Operator Sunrise Sunset.

Upcoming

  • a9s Messaging: End of Support: Terminate support, starting from anynines deployment v55.0.0 (expected end of November), for the following deprecated a9s Data Service versions:

    • a9s Messaging 3.7
    • a9s Messaging 3.8

    The creation of new a9s Data Service instances for these deprecated versions will be disabled by default in the a9s Data Service Bundle and we will not provide regular support for these versions. The corresponding documentation will also be removed.

    Although we will not intentionally break running instances of these unsupported versions, it cannot be guaranteed that they still work as expected after an update to v55.0.0.

  • a9s PostgreSQL: End of Support: Terminate support, starting from anynines deployment v55.0.0 (expected end of November), for the following deprecated a9s Data Service version:

    • a9s PostgreSQL 11

    The creation of new a9s Data Service instances for this deprecated version will be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed.

    Although we will not intentionally break running instances of this unsupported version, it cannot be guaranteed that they still work as expected after an update to v55.0.0.

  • a9s Redis: End of Support: Terminate support, starting from anynines deployment v55.0.0 (expected end of November), for the following deprecated a9s Data Service version:

    • a9s Redis 5.0

    The creation of new a9s Data Service instances for this deprecated version will be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed.

    Although we will not intentionally break running instances of this unsupported version, it cannot be guaranteed that they still work as expected after an update to v55.0.0.

· 3 min read

Added

  • a9s MariaDB: a9s MariaDB SPI: Allow the creation of additional databases at the Service Instance level. For more information, see Using a9s MariaDB - MariaDB Custom Parameters.
  • docs: Application Developer: a9s MariaDB: Add documentation regarding the usage of the databases custom parameter. For more information, see Using a9s MariaDB - MariaDB Custom Parameters.
  • docs: Platform Operator: a9s MariaDB: Extend the Custom Parameters Configuration documentation to include the description and usage of the databases custom parameter. For more information, see a9s MariaDB SPI Configuration - Custom Parameters Configuration.

Changed

  • all services: a9s Service Dashboard: Update internal dependencies.
  • all services: Update BOSH releases:
    • bpm BOSH release to version 1.2.23
  • a9s MongoDB:
    • mongodb50sspl:
      • mongodb v5.0.28
    • mongodb70sspl:
      • mongosh v2.2.12
  • docs: Application Developer: a9s Messaging: Update available migration paths of the deprecated a9s Messaging 3.10. For more information, see a9s Messaging Migration.
  • BOSH stemcell: all services: Update Jammy stemcell to version 1.492 for internal tests of all supported services.

Deprecated

  • a9s Messaging: Deprecation: Deprecate the following a9s Data Service version:

    • a9s Messaging 3.10

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Messaging: a9s Messaging 3.12 and 3.13 are available as GA versions.

    This deprecation follows the announcement in v48.0.0 . The deprecation phase is planned to last until v57.0.0 (expected end of January 2025), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

Fixed

  • docs: Platform Operator: Updated the versions of the vendored Data Services in the release life cycle table. For more information, see a9s Platform Operator Sunrise Sunset.

Security

  • a9s Service Dashboard: Fix CVEs:
    • CVE-2024-37890
    • CVE-2024-33883
    • CVE-2024-4068

Upcoming

  • a9s MongoDB: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v54.0.0 (expected end of October), of the following a9s Data Service version:

    • a9s MongoDB 5.0

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s MongoDB: a9s MongoDB 7.0 is available as a GA version

    The deprecation phase is planned to last until v60.0.0 (expected end of April 2025), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

· 11 min read

Added

  • all services: a9s Backup Agent: Add the ability to backup versioned system tables for a9s MariaDB 10.11.
  • all services: a9s SPI: Add the possibility to generate certificates that can be used by the a9s Backup Agents collocated on the Service Instances VMs to establish an mTLS communication with the a9s Backup Manager in the future.
  • all services: a9s Template Uploader Errand: Add templates for a9s MariaDB 10.11.
  • a9s MariaDB: Add ops/enable_rc_services/mariadb1011.yml with the following new properties to introduce a9s MariaDB 10.11 as an a9s Release Candidate:
    • mariadb_service.services.a9s-mariadb1011.name
    • mariadb_service.services.a9s-mariadb1011.guid
    • mariadb_service.services.a9s-mariadb1011.description
    • mariadb_service.services.a9s-mariadb1011.label
    • mariadb_service.services.a9s-mariadb1011.version
    • mariadb_service.services.a9s-mariadb1011.bindable
    • mariadb_service.services.a9s-mariadb1011.requires
    • mariadb_service.services.a9s-mariadb1011.tags
    • mariadb_service.services.a9s-mariadb1011.documentation_url
    • mariadb_service.services.a9s-mariadb1011.metadata
    • mariadb_service.services.a9s-mariadb1011.dashboard_client.id
    • mariadb_service.services.a9s-mariadb1011.plans
    • mariadb_service.services.a9s-mariadb1011.plans-to-test
    • mariadb_service.services.a9s-mariadb1011.planupdates-to-test
  • a9s MariaDB: Introduce a9s MariaDB 10.11 as an a9s Release Candidate.
  • a9s MariaDB: Add example config for a9s MariaDB 10.11 to mariadb.yml.example.
  • a9s Messaging: Mark a9s Messaging 3.13 as stable. The following properties must be set to use it:
    • rabbitmq_service.services.a9s-messaging313.name
    • rabbitmq_service.services.a9s-messaging313.guid
    • rabbitmq_service.services.a9s-messaging313.description
    • rabbitmq_service.services.a9s-messaging313.label
    • rabbitmq_service.services.a9s-messaging313.version
    • rabbitmq_service.services.a9s-messaging313.bindable
    • rabbitmq_service.services.a9s-messaging313.requires
    • rabbitmq_service.services.a9s-messaging313.tags
    • rabbitmq_service.services.a9s-messaging313.documentation_url
    • rabbitmq_service.services.a9s-messaging313.metadata
    • rabbitmq_service.services.a9s-messaging313.dashboard_client.id
    • rabbitmq_service.services.a9s-messaging313.plans
    • rabbitmq_service.services.a9s-messaging313.plans-to-test
    • rabbitmq_service.services.a9s-messaging313.planupdates-to-test
  • a9s Redis: a9s Redis 7: Add support to enabling hostname resolution and announcement.
  • docs: Application Developer: a9s MariaDB: Add the metric Innodb_buffer_pool_pages_free for the number of free InnoDB buffer pool pages to the General Status Metrics table. For more information, see Using a9s MariaDB.
  • docs: Application Developer: a9s Messaging: Add a warning explaining the deprecation of the backing_queue_status metric in a9s Messaging 3.13 and above. For more information, see a9s Messaging Metrics.
  • docs: Application Developer: a9s Redis: Add "hostname-resolution" custom parameter. For more information, see Using a9s Redis.
  • docs: Platform Operator: a9s MariaDB: Add a9s MariaDB 10.11 as a9s Release Candidate. For more information, see a9s Platform Operator Sunrise Sunset
  • docs: Platform Operator: a9s MariaDB: Add the available templates for the a9s MariaDB 10.11 Data Service. For more information, see Available Templates.
  • docs: Platform Operator: a9s MariaDB: Add the required ports for the a9s MariaDB 10.11 Data Service. For more information, see a9s Platform Required Ports.
  • docs: Platform Operator: a9s Messaging: Add a9s Messaging 3.13 as a9s General Availability. For more information, see a9s Platform Operator Sunrise Sunset.
  • docs: Platform Operator: a9s Redis: Add "hostname-resolution" custom param. For more information, see Using a9s Redis.

Changed

  • all services: Adapt manifests to utilize Leaf Certificates instead of Root Certificates to smoothen the rotation of CA certificates.
  • all services: Update BOSH releases:
    • bpm BOSH release to version 1.2.20
    • routing BOSH release to version 0.301.0
  • all services: a9s Backup Agent: Update versions of the sinatra and puma gems.
  • all services: a9s DS API Gateway:
    • Golang v1.22.4
    • KrakenD v2.6.3-21768ff5434bc2f9caa6af54f90f65983c628e1b
  • all services: a9s Nginx:
    • Nginx v1.27.0
    • pcre2 v10.44
  • all services: a9s Service Broker: Add missing default values for the a9s-billing configuration.
  • a9s Bee:
    • Golang v1.21.11
  • a9s Billing: Update internal dependencies.
  • a9s LogMe2:
    • Fluentd:
      • rexml v3.30.0
      • fluentd v1.16.4
    • OpenSearch:
      • opensearch v2.15.0
      • opensearch-dashboards v2.15.0
      • opensearch-plugin-repository-azure v2.15.0
      • opensearch-plugin-repository-s3 v2.15.0
  • a9s MariaDB:
    • a9s MariaDB 10.4:
      • Golang v1.21.11
    • a9s MariaDB 10.6:
      • Golang v1.21.11
  • a9s MariaDB: a9s MariaDB SPI: Update internal dependencies.
  • a9s Messaging:
    • a9s Messaging 3.13:
      • Golang v1.21.11
    • a9s Messaging 3.12:
      • Golang v1.21.11
    • a9s Messaging 3.10:
      • Golang v1.21.11
    • a9s Messaging 3.8:
      • Golang v1.21.11
    • a9s Messaging 3.7:
      • Golang v1.21.11
  • a9s MongoDB:
    • mongodb50sspl:
      • mongodb v5.0.27
    • mongodb70sspl:
      • mongodb v7.0.12
      • mongosh v2.2.10
  • a9s Prometheus:
    • a9s PostgreSQL 10:
      • postgresql-info-webservice v2.6.2
        • Golang v1.22.4
    • a9s PostgreSQL 11:
      • postgresql-info-webservice v2.6.2
        • Golang v1.22.4
    • a9s PostgreSQL 13:
      • postgresql-info-webservice v2.6.2
        • Golang v1.22.4
    • a9s PostgreSQL 15:
      • postgresql-info-webservice v2.6.2
        • Golang v1.22.4
  • a9s Prometheus:
    • prometheus2:
      • blackbox_exporter v0.25.0
      • bosh_exporter v3.6.4
      • consul_exporter v0.12.0
      • graphite_exporter v0.15.1
      • memcached_exporter v0.14.4
      • prometheus v2.53.0
      • stackdriver_exporter v0.15.1
      • statsd_exporter v0.26.1
    • promgraf2:
      • blackbox_exporter v0.25.0
      • bosh_exporter v3.6.4
      • consul_exporter v0.12.0
      • graphite_exporter v0.15.1
      • memcached_exporter v0.14.4
      • prometheus v2.53.0
      • stackdriver_exporter v0.15.1
      • statsd_exporter v0.26.1
    • prometheus-legacy:
      • blackbox_exporter v0.25.0
      • bosh_exporter v3.6.4
      • consul_exporter v0.12.0
      • graphite_exporter v0.15.1
      • memcached_exporter v0.14.4
      • prometheus v2.53.0
      • stackdriver_exporter v0.15.1
      • statsd_exporter v0.26.1
  • a9s Redis:
    • redis v7.2.5
  • a9s Search:
    • opensearch v2.15.0
    • opensearch-dashboards v2.15.0
    • opensearch-plugin-repository-azure v2.15.0
    • opensearch-plugin-repository-s3 v2.15.0
  • a9s Smoke Tests:
    • Bindingo v5.4.1
      • Golang v1.22.4
  • docs: Application Developer: a9s MariaDB: Extend the migration documentation to include a9s MariaDB 10.11. For more information, see Migration.
  • docs: Platform Operator: Extend the "a9s Platform Required Ports" with the missing SPI to Service Instance entries. For more information, see a9s Platform Required Ports.
  • docs: Platform Operator: Refactor the "a9s Platform Required Ports" page from a single master table to multiple tables divided into navigable sections and sub-sections. For more information, see a9s Platform Required Ports.
  • docs: Platform Operator: a9s-pg: Extend a9s-pg metrics section with additional info about monitoring. For more information, see a9s Data Services Installation, Getting metrics from a9s-pg and a9s-pg Manual Logical Backup Recovery.
  • BOSH stemcell: all services: Update Jammy stemcell to version 1.486 for internal tests of all supported services.

Deprecated

  • a9s Prometheus: Deprecation: Deprecate the following a9s Data Service versions:

    • a9s Prometheus: Grafana 5
    • a9s Prometheus: Grafana 8

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for instances using Grafana 5 plans: Plan upgrades are not supported.
    • for instances using Grafana 8 plans: Plan upgrades to a9s Prometheus plans using Grafana 10 are supported.

    This deprecation follows the announcement in v47.0.0 . The deprecation phase is planned to last until v56.0.0 (expected end of December 2024), in which the deprecated versions will become unsupported. The creation of new a9s Data Service instances for these particular versions will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for these versions. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

  • a9s Redis: Deprecation: Deprecate the following a9s Data Service version:

    • a9s Redis v6

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Redis 6: a9s Redis 7 is available as GA version.

    This deprecation follows the announcement in v47.0.0. The deprecation phase is planned to last until v56.0.0 (in Quarter 4 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

Unsupported

  • a9s Elasticsearch: End of Support: Terminate support for the following deprecated a9s Data Service:

    • a9s Elasticsearch

    The creation of new a9s Data Service instances for this deprecated Data Service is now disabled by default in the a9s Data Service Bundle and we no longer provide regular support for this Data Service. The corresponding documentation has been removed.

    Although we will not intentionally break running instances of this unsupported Data Service, it cannot be guaranteed that they still work as expected after an update to this release.

  • a9s LogMe: End of Support: Terminate support for the following deprecated a9s Data Service:

    • a9s LogMe

    The creation of new a9s Data Service instances for this deprecated Data Service is now disabled by default in the a9s Data Service Bundle and we no longer provide regular support for this Data Service. The corresponding documentation has been removed.

    Although we will not intentionally break running instances of this unsupported Data Service, it cannot be guaranteed that they still work as expected after an update to this release.

Removed

  • a9s Billing: Remove unneeded Go dependencies.
  • a9s Elasticsearch: Remove the documentation and all cross references to it.
  • a9s LogMe: Remove the documentation and all cross references to it.

Fixed

  • all services: a9s Backup Manager: Fix the migration errand that rotates database encryption salts. Add consul job to the migration instance group inside the deployment manifests. This ensures that all BOSH VMs are able to resolve hostnames via the a9s Consul.
  • all services: a9s BOSH Deployer: Fix the migration errand that rotates database encryption salts. Add consul job to the migration instance group inside the deployment manifests. This ensures that all BOSH VMs are able to resolve hostnames via the a9s Consul.
  • all services: a9s Logstash: Fix the a9s MongoDB Logstash plugin to correctly report the role of the node in the replication metrics.
  • all services: a9s Logstash: Fix the a9s MariaDB Logstash plugin to correctly calculate the innodb_buffer_pool_pages_utilization metric.
  • all services: a9s Service Broker: Fix the migration errand that rotates database encryption salts. Add consul job to the migration instance group inside the deployment manifests. This ensures that all BOSH VMs are able to resolve hostnames via the a9s Consul.
  • a9s Backup Manager: Fix reason behind the long running data migration for Backup Agents.
  • a9s LogMe2: Disable the hostname resolution of Fluentd by default and make it configurable.
  • a9s LogMe2: Increase the open file descriptor limit.
  • docs: all services: Fix several minor typos and misnaming occurrences in both the Application Developer's and Platform Operator's paths in the documentation.
  • docs: all services: Fix linked images by leaving the trailing slash configuration undefined.
  • docs: all services: Fix several broken relative links under the Platform Developer and Application Developer paths to reflect trailing slash configuration change.
  • docs: Platform Operator: all services: Fix incorrect commands under Backups of a9s-pg section. For more information, see a9s Data Services Administrative Tasks.

Security

  • a9s MariaDB: Fix CVEs:
    • CVE-2024-24790.
  • a9s Messaging: Fix CVEs:
    • CVE-2024-24790.
  • a9s Prometheus: Fix CVEs:
    • CVE-2024-24790.
  • a9s Smoke Tests: Fix CVEs:
    • CVE-2024-24790.

Upcoming

  • a9s MariaDB: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v53.0.0 (expected end of September), of the following a9s Data Service version:

    • a9s MariaDB v10.4

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s MariaDB: a9s MariaDB 10.6 is available as GA version.
    • for a9s MariaDB: a9s MariaDB 10.11 is available as RC version.

    The deprecation phase is planned to last until v59.0.0 (Q1 2025), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

  • a9s PostgreSQL: End of Support: Terminate support, starting from anynines deployment v53.0.0 (expected end of September), for the following deprecated a9s Data Service version:

    • a9s PostgreSQL v10

    The creation of new a9s Data Service instances for this deprecated version will be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed.

    Although we will not intentionally break running instances of this unsupported version, it cannot be guaranteed that they still work as expected after an update to v53.0.0.

· 6 min read

Added

  • all services: a9s Smoke Tests: Add support for a9s Messaging 3.13.
  • all services: a9s Template Uploader Errand: Add templates for a9s Messaging 3.13.
  • a9s Messaging: Add a new Ops-file, ops/enable_rc_services/messaging313.yml, with the following new properties to introduce a9s Messaging 3.13 as an a9s Release Candidate:
    • rabbitmq_service.services.a9s-messaging313.name
    • rabbitmq_service.services.a9s-messaging313.guid
    • rabbitmq_service.services.a9s-messaging313.description
    • rabbitmq_service.services.a9s-messaging313.label
    • rabbitmq_service.services.a9s-messaging313.version
    • rabbitmq_service.services.a9s-messaging313.bindable
    • rabbitmq_service.services.a9s-messaging313.requires
    • rabbitmq_service.services.a9s-messaging313.tags
    • rabbitmq_service.services.a9s-messaging313.documentation_url
    • rabbitmq_service.services.a9s-messaging313.metadata
    • rabbitmq_service.services.a9s-messaging313.dashboard_client.id
    • rabbitmq_service.services.a9s-messaging313.plans
    • rabbitmq_service.services.a9s-messaging313.plans-to-test
    • rabbitmq_service.services.a9s-messaging313.planupdates-to-test
  • a9s Messaging: Introduce a9s Messaging 3.13 as an a9s Release Candidate.
  • a9s Messaging: Add example config for a9s Messaging 3.13 to rabbitmq.yml.example.
  • docs: Platform Operator: a9s Messaging: Add a9s Messaging 3.13 as a9s Release Candidate. For more information, see a9s Platform Operator Sunrise Sunset and a9s Platform Requires Ports.

Changed

  • all services: Update BOSH releases:
    • bpm BOSH release to version 1.2.19
    • routing BOSH release to version 0.297.0
  • all services: a9s Nginx:
    • Nginx v1.26.0
  • a9s LogMe2: Use the JDK package that is bundled with OpenSearch instead of an external JDK package in OpenSearch BOSH release.
  • a9s LogMe2:
    • OpenSearch v2.14.0
    • OpenSearch Dashboards v2.14.0
    • OpenSearch Plugin Repository Azure v2.14.0
    • OpenSearch Plugin Repository S3 v2.14.0
  • a9s Logstash:
    • OpenJDK v8u412
  • a9s MariaDB:
    • a9s MariaDB 10.4:
      • MariaDB 10.4.34
    • a9s MariaDB 10.6:
      • MariaDB 10.6.18
  • a9s Messaging:
    • a9s Messaging 3.12:
      • erlang v25.3.2.12
      • RabbitMQ v3.12.14
  • a9s Messaging: a9s Messaging SPI: Update versions of the rspec and a9s_spi_utils gems.
  • a9s PostgreSQL:
    • a9s PostgreSQL 15:
      • PostgreSQL 15.7
    • a9s PostgreSQL 13:
      • PostgreSQL 13.15
      • cmake3 v3.29.3
  • a9s Search: Use the JDK package that is bundled with OpenSearch instead of an external JDK package in OpenSearch BOSH release.
  • a9s Search:
    • OpenSearch v2.14.0
    • OpenSearch Dashboards v2.14.0
    • OpenSearch Plugin Repository Azure v2.14.0
    • OpenSearch Plugin Repository S3 v2.14.0
  • a9s Smoke Tests:
    • CF CLI v8.7.10
  • docs: Application Developer: a9s Messaging: Extend the metrics' documentation by adding details about the metrics. Furthermore, the metric section name changed from RabbitMQ Metric Patterns to Metrics. For more information, see Using a9s Messaging.
  • docs: Application Developer: a9s Messaging: Update version references to 3.13 version. For more information, see Using a9s Messaging.
  • docs: Application Developer: a9s Messaging: Update migration documentation with 3.13 version references. For more information, see Migration.
  • docs: Platform Operator: a9s Messaging: Update templates list with the a9s Messaging 3.13 templates. For more information, see Available Templates.
  • BOSH stemcell: all services: Update Jammy stemcell to version 1.445 for internal tests of all supported services.
  • Add-on: a9s MongoDB SSPL:
    • a9s MongoDB SSPL 7.0:
      • MongoDB v7.0.11
      • MongoDB Shell v2.2.6

Deprecated

  • a9s Messaging: Deprecation: Deprecate the following a9s Data Service versions:

    • a9s Messaging 3.7
    • a9s Messaging 3.8

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Messaging: a9s Messaging 3.10 and 3.12 are available as GA versions.

    This deprecation follows the announcement in v46.0.0 . The deprecation phase is planned to last until v55.0.0 (expected end of November 2024), in which the deprecated versions will become unsupported. The creation of new a9s Data Service instances for these particular versions will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for these versions. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

  • a9s PostgreSQL: Deprecation: Deprecate the following a9s Data Service version:

    • a9s PostgreSQL 11

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s PostgreSQL: a9s PostgreSQL 15 and 13 are available as GA versions.

    This deprecation follows the announcement in v46.0.0. The deprecation phase is planned to last until v55.0.0 (expected end of November 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

  • a9s Redis: Deprecation: Deprecate the following a9s Data Service version:

    • a9s Redis 5

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Redis: a9s Redis 6 and 7 are available as GA versions.

    This deprecation follows the announcement in v46.0.0 . The deprecation phase is planned to last until v55.0.0 (expected end of November 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

Removed

  • a9s Template Uploader Errand: Remove unused Templates.

Fixed

  • all services: a9s Nginx: Update upstream configuration to fix timeout issues when downloading large files.
  • a9s Backup Manager: Fix deletion of obsolete metadata files from already deleted backups.

Security

  • a9s LogMe2: Fix CVEs:
    • CVE-2024-20918
    • CVE-2024-20952
  • a9s Logstash: Fix CVEs:
    • CVE-2024-20918
    • CVE-2024-20952
  • a9s Logstash: Fix CVEs:
    • CVE-2024-20918
    • CVE-2024-20952
  • a9s Search: Fix CVEs:
    • CVE-2024-20918
    • CVE-2024-20952

· 6 min read

Added

  • all services: a9s Service Broker: Add a rake task, clean_up_deleted_instances_entries.rake, that cleans up DB entries of the deleted Service Instances. For more information, see Cleanup a9s-pg Entries of Deleted Service Instances.
  • all services: a9s Logstash: Add new metrics on the a9s MongoDB Logstash plugin:
    • *.*.mongodb.*.*.*.*.replSet.<set>.date
    • *.*.mongodb.*.*.*.*.replSet.<set>.primary
    • *.*.mongodb.*.*.*.*.replSet.<set>.secondary
    • *.*.mongodb.*.*.*.*.replSet.<set>.myState
    • *.*.mongodb.*.*.*.*.replSet.<set>.<target-node>.*.*.*.*.lag
    • *.*.mongodb.*.*.*.*.replSet.<set>.<target-node>.*.*.*.*.seconds_since_last_contact
    • *.*.mongodb.*.*.*.*.oplatencies.reads.*
    • *.*.mongodb.*.*.*.*.oplatencies.writes.*
    • *.*.mongodb.*.*.*.*.oplatencies.commands.*
    • *.*.mongodb.*.*.*.*.oplatencies.transactions.ops.*
    • *.*.mongodb.*.*.*.*.metrics.queryExecutor.collectionScans.nonTailable
    • *.*.mongodb.*.*.*.*.metrics.queryExecutor.collectionScans.total For more information, see a9s Logstash MongoDB Metrics.
  • a9s Prometheus: Add support to the new metrics provided by the a9s Logstash MongoDB plugin. For more information, see a9s Logstash MongoDB Metrics.
  • a9s Redis: a9s Redis SPI: Add client|setinfo permission for the Redis-sentinel user to prevent certain third-party libraries from throwing errors due to missing permissions.
  • docs: Application Developer: a9s LogMe2: Add an introduction to custom parameters and how to use them. For more information, see a9s Logme2 Custom Parameters.
  • docs: Platform Operator: a9s Service Broker: Add a page explaining how to clean up deleted Service Instances entries from the database. For more information, see Cleanup a9s-pg Entries of Deleted Service Instances.
  • docs: Platform Operator: a9s Service Dashboard: Add missing information regarding TLS-based communication with NATS. For more information, see General Configuration.
  • Add-on: a9s MongoDB SSPL: Release a9s MongoDB 7.0 as GA, see a9s Platform Operator - Sunrise Sunset.
  • Add-on: a9s MongoDB SSPL: We consider a9s MongoDB 7.0 as stable now. You have to set the following properties:
    • mongodb_service.services.a9s-mongodb70.name
    • mongodb_service.services.a9s-mongodb70.guid
    • mongodb_service.services.a9s-mongodb70.description
    • mongodb_service.services.a9s-mongodb70.label
    • mongodb_service.services.a9s-mongodb70.version
    • mongodb_service.services.a9s-mongodb70.bindable
    • mongodb_service.services.a9s-mongodb70.requires
    • mongodb_service.services.a9s-mongodb70.tags
    • mongodb_service.services.a9s-mongodb70.documentation_url
    • mongodb_service.services.a9s-mongodb70.metadata
    • mongodb_service.services.a9s-mongodb70.dashboard_client.id
    • mongodb_service.services.a9s-mongodb70.plans-to-test
    • mongodb_service.services.a9s-mongodb70.planupdates-to-test

Changed

  • breaking change all services: a9s Service Dashboard: Update the configuration of the route_registrar process to use only TLS when connecting to the NATS servers. For more information, see Securing the a9s Framework with TLS.
  • breaking change a9s Template Uploader Errand: Update templates for a9s Prometheus, a9s LogMe2 and a9s Messaging so that the route_registrar process connects to NATS using only TLS. For more information, see Template Uploader Errand Properties.
  • all services: Update BOSH releases:
    • bpm BOSH release to version 1.2.18
    • routing BOSH release to version 0.296.0
  • all services: a9s Nginx:
    • Nginx v1.25.5
  • a9s LogMe2:
    • OpenSearch v2.13.0
    • OpenSearch Dashboards v2.13.0
    • OpenSearch Plugin Repository Azure v2.13.0
    • OpenSearch Plugin Repository S3 v2.13.0
  • a9s Messaging:
    • a9s Messaging 3.12:
      • erlang v25.3.2.11
    • a9s Messaging 3.10:
      • erlang v24.3.4.17
  • a9s Prometheus:
    • prometheus2:
      • alertmanager v0.27.0
      • bosh_exporter v3.6.2
      • cadvisor v0.49.1
      • prometheus v2.50.1
      • stackdriver_exporter v0.15.0
    • promgraf2:
      • alertmanager v0.27.0
      • bosh_exporter v3.6.2
      • cadvisor v0.49.1
      • prometheus v2.50.1
      • stackdriver_exporter v0.15.0
    • prometheus-legacy:
      • alertmanager v0.27.0
      • bosh_exporter v3.6.2
      • cadvisor v0.49.1
      • graphite_exporter v0.15.1
      • memcached_exporter v0.14.3
      • prometheus v2.51.0
      • statsd_exporter v0.26.1
      • stackdriver_exporter v0.15.0
  • a9s Search:
    • OpenSearch v2.13.0
    • OpenSearch Dashboards v2.13.0
    • OpenSearch Plugin Repository Azure v2.13.0
    • OpenSearch Plugin Repository S3 v2.13.0
  • docs: Platform Operator: a9s Service Dashboard: Update property descriptions regarding NATS communication. For more information see General Configuration.
  • docs: Platform Operator: a9s Template Uploader Errand: Update properties regarding NATS credentials for a9s LogMe2 and a9s Search. For more information, see Template Uploader Errand Properties.
  • BOSH stemcell: all services: Update Jammy stemcell to version 1.423 for internal tests of all supported services.
  • Add-on: a9s MongoDB SSPL:
    • a9s MongoDB SSPL 5.0:
      • MongoDB v5.0.26
    • a9s MongoDB SSPL 7.0:
      • MongoDB v7.0.8
      • MongoDB Shell v2.2.4
  • INTERNAL RELEASE a9s PostgreSQL: a9s PostgreSQL 13: Use CMake version 3 during compilation in the a9s PostgreSQL 13 BOSH Release.

Fixed

  • a9s PostgreSQL: a9s PostgreSQL 15: Fix the update process after all nodes in the cluster have stopped. This affects especially instances stopped due to a9s Parachute, where the first node updating would try to execute a query against a stopped node, breaking the update task.
  • a9s Prometheus: Fix a9s MongoDB Logstash metrics filter that caused Prometheus to filter out and drop valid a9s MongoDB metrics. The graphite mapping configuration file was updated to allow the missing metrics.
  • docs: all services: Fix several minor typos and misnaming occurrences in both the Application Developer's and Platform Operator's paths in the documentation.
  • docs: Platform Operator: all services: Fix incorrect cURL command under Interact with the Backup Manager section. For more information, see a9s Data Services Administrative Tasks.

Security

  • a9s Backup Manager: Fix CVE:
    • CVE-2024-25062
    • CVE-2024-21647
  • a9s Backup Monit: Fix CVEs:
    • CVE-2024-25062
    • CVE-2024-21647
  • a9s BOSH Deployer: Fix CVEs:
    • CVE-2024-25062
    • CVE-2024-27281
  • a9s Elasticsearch: SPI: Fix CVE:
    • CVE-2024-21647
  • a9s LogMe: SPI: Fix CVE:
    • CVE-2024-21647
  • a9s LogMe2: SPI: Fix CVE:
    • CVE-2024-21647
  • a9s MariaDB: SPI: Fix CVE:
    • CVE-2024-21647
  • a9s Messaging: SPI:Fix CVE:
    • CVE-2024-21647
  • a9s MySQL: SPI:Fix CVE:
    • CVE-2024-21647
  • a9s PostgreSQL: SPI:Fix CVE:
    • CVE-2024-21647
  • a9s Prometheus: SPI: Fix CVE:
    • CVE-2024-21647
  • a9s Redis: SPI:Fix CVE:
    • CVE-2024-21647
  • a9s Search: SPI:Fix CVE:
    • CVE-2024-21647
  • a9s Service Broker: Fix CVEs:
    • CVE-2024-25062
    • CVE-2024-21647
  • a9s Service Dashboard: Fix CVE:
    • CVE-2024-29180
  • a9s Smoke Tests: Fix CVE:
    • CVE-2024-25062
  • a9s SSO Proxy: Fix CVE:
    • CVE-2024-21647

Upcoming

  • a9s Messaging: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v51.0.0 (expected end of July), of the following a9s Data Service versions:

    • a9s Messaging 3.10

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Messaging: a9s Messaging 3.12 is available as a GA version

    The deprecation phase is planned to last until v57.0.0 (expected end of January 2025), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information, see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

· 6 min read

Added

  • all services: a9s Template Uploader Errand: Add a nginx job that processes incoming and outgoing requests in front of the a9s Backup Agent, in order to prepare the a9s Backup Services for encrypted communication.
  • a9s Backup Manager: Add a nginx job that processes incoming and outgoing requests in front of the a9s Backup Manager in order to prepare the a9s Backup Services for encrypted communication.
  • a9s Backup Monit: Introduce monit health check for the a9s Backup Monit process. When the process is unhealthy, the node is deemed failing from BOSH's perspective. Once the process is healthy again, the state of the node is deemed running automatically.
  • a9s MariaDB: Populate the timezone tables during the pre-start of an instance.
  • a9s Service Broker: Add a Bash script called instance-information, that retrieves the information, via GUID, of a given Service Instance.
  • docs: Application Developer: a9s MariaDB: Add a Known Issues section and add to it Galera limitation regarding Aria storage engine. For more information see a9s MariaDB.
  • docs: Platform Operator: a9s MariaDB: Expand the Cluster Setup Overview page to mention the populating of the time zone tables process that is taking place during the pre-start. For more information, see Cluster Setup Overview.
  • docs: Platform Operator: a9s Service Broker: Add a page that explains how to retrieve Service Instance information. For more information, see Retrieve Service Instance Information.

Changed

  • all services: a9s Backup Agent: Update the restore plugins used by MongoDB to accommodate the changes in the configuration provided by the a9s MongoDB SPI.
  • all services: a9s CF Service Guard: Update dependencies in the a9s CF Service Guard.
  • all services: a9s Service Dashboard:
    • NodeJS v20.11.1
  • all services: a9s SSO-Proxy:
    • omniauth v2.1.2
  • all services: Update BOSH releases:
    • bpm BOSH release to version 1.2.17
    • routing BOSH release to version 0.293.0
  • a9s BOSH Deployer: Replace the current BOSH CLI calls with requests to the BOSH Director API. This enables the a9s BOSH Deployer to better distinguish between BOSH Director not reachable and BOSH Deployment not found errors when performing any deployment action.
  • a9s LogMe2:
    • OpenSearch v2.12.0
    • OpenSearch Dashboards v2.12.0
    • OpenSearch Plugin Repository Azure v2.12.0
    • OpenSearch Plugin Repository S3 v2.12.0
  • a9s MariaDB:
    • a9s MariaDB 10.4:
      • MariaDB 10.4.33
    • a9s MariaDB 10.6:
      • MariaDB 10.6.17
  • a9s Messaging:
    • a9s Messaging 3.10:
      • Erlang v24.3.4.16
    • a9s Messaging 3.12:
      • Erlang v25.3.2.10
      • RabbitMQ v3.12.13
  • a9s MongoDB: SPI: Update the configuration provided by the a9s MongoDB SPI to the restore plugin in the a9s Backup Agent.
  • a9s MongoDB:
    • a9s MongoDB 5.0:
      • MongoDB v5.0.25
    • a9s MongoDB 7.0:
      • MongoDB v7.0.7
  • a9s Prometheus:
    • libxml2 v2.12.5
    • Grafana v10.4.0
  • a9s Redis: Add client|setinfo permission for the Redis-sentinel user to prevent certain third-party libraries from throwing errors due to missing permissions.
  • a9s Search:
    • OpenSearch v2.12.0
    • OpenSearch Dashboards v2.12.0
    • OpenSearch Plugin Repository Azure v2.12.0
    • OpenSearch Plugin Repository S3 v2.12.0
  • BOSH stemcell: all services: Update Jammy stemcell to version 1.406 for internal tests of all supported services.

Deprecated

  • a9s PostgreSQL: Deprecation: Deprecate the following a9s Data Service version:

    • a9s PostgreSQL 10

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s PostgreSQL: a9s PostgreSQL 15 and 13 are available as GA versions.

    This deprecation follows the announcement in v44.0.0 . The deprecation phase is planned to last until v53.0.0 (expected end of October 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

Fixed

  • all services: Fix Ops file ops/rename-service-deployment.yml by adding the missing a9s Service Broker port to the API endpoint used by a9s Deployment Updater.

Security

  • a9s CF Service Guard: Fix CVEs:
    • CVE-2024-25062
    • CVE-2024-21647
  • a9s Prometheus: Fix CVE:
    • CVE-2024-25062
  • a9s Service Dashboard: Fix CVEs:
    • CVE-2024-21890
    • CVE-2024-21891
    • CVE-2024-21892
    • CVE-2024-21896
    • CVE-2024-22017
    • CVE-2024-22019

Upcoming

  • a9s Prometheus: Grafana: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v50.0.0 (expected end of June), of the following a9s Data Service components:

    • a9s Prometheus: Grafana 5
    • a9s Prometheus: Grafana 8

    Please ensure that you organize the upgrade of your existing instances to more up-to-date plans of the same a9s Data Service:

    • for instances using Grafana 5 plans: Plan upgrades are not supported.
    • for instances using Grafana 8 plans: Plans using Grafana 10 are available for a9s Prometheus and the plan upgrades are supported.

    The deprecation phase is planned to last until v56.0.0 (expected end of December 2024), in which the deprecated plans will become unsupported. The creation of new a9s Data Service instances for these particular plans will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for these plans. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to supported plans as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated plan, please get in contact with our sales department at sales@anynines.com.

  • a9s Redis: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v50.0.0 (expected end of June), of the following a9s Data Service version:

    • a9s Redis: a9s Redis 6

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Redis: a9s Redis 7 is available as GA version.

    The deprecation phase is planned to last until v56.0.0 (expected end of December 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

· 3 min read

Added

  • all services: a9s Logstash: Add support for MongoDB 7.0.
  • all services: a9s Template Uploader Errand: Add templates for a9s MongoDB 7.0.
  • all services: a9s Smoke Tests: Add support for a9s MongoDB 7.0.
  • docs: Platform Operator: a9s MongoDB: Add a9s MongoDB 7.0 as an a9s Release Candidate. For more information see a9s Platform Operator Sunrise Sunset and a9s Platform Required Ports.
  • Add-on: a9s MongoDB SSPL: Introduce a9s MongoDB 7.0 as an a9s Release Candidate.
  • Add-on: a9s MongoDB SSPL: Add example config for a9s MongoDB 5.0 and 7.0 to mongodb.yml.example.

Changed

  • breaking change a9s MariaDB: Update the default value of the modifiable attribute of the binlog_expire_days custom parameter from true to false. This change requires the Platform Operator to explicitly set the modifiable attribute to true to continue allowing the Application Developers to set the value of binlog_expire_days.
  • docs: Application Developer: a9s MongoDB: Extend the manual dump page with details on the use of a9s MongoDB 7.0. For more information, see Creating Local Copy of the Data.
  • docs: Application Developer: a9s MongoDB: Update the metrics section of the "Using a9s MongoDB" page to include changes for a9s MongoDB 7.0. For more information, see MongoDB Metrics.
  • docs: Platform Operator: a9s MariaDB: Update the "a9s MariaDB SPI Configuration" page to reflect the changes to the default value of the modifiable attribute in the binlog_expire_days custom parameter. For more information see a9s MariaDB SPI Configuration.
  • docs: Platform Operator: a9s MongoDB: Update addon README.md file for a9s MongoDB 7.0 and minor improvements. For more information, see a9s MongoDB SSPL Addon README.md file.
  • docs: Platform Operator: a9s MongoDB: Update the available templates section for a9s MongoDB 7.0. For more information, see Available Templates.
  • docs: Platform Operator: a9s MongoDB: Update the manual backup recovery page for a9s MongoDB 7.0. For more information, see a9s MongoDB Manual Logical Backup Recovery.
  • docs: Platform Operator: a9s MongoDB: Update the migration page for a9s MongoDB 7.0. For more information, see Migrating Data Between Instances.

Removed

  • REMOVAL OF OFFERING a9s MongoDB: Remove the offering of a9s MongoDB 3.2 from the anynines Data Services, as this version is now deprecated on account of it reaching its E.O.L on September 2018. We removed the files, version specific examples, references and documentation that relate to the deprecated version.
  • REMOVAL OF OFFERING a9s MongoDB: Remove the offering of a9s MongoDB 3.4 from the anynines Data Services, as this version is now deprecated on account of it reaching its E.O.L on January 2020. We removed the files, version specific examples, references and documentation that relate to the deprecated version.
  • REMOVAL OF OFFERING a9s MongoDB: Remove the offering of a9s MongoDB 3.6 from the anynines Data Services, as this version is now deprecated on account of it reaching its E.O.L on April 2021. We removed the files, version specific examples, references and documentation that relate to the deprecated version.
  • REMOVAL OF OFFERING a9s MongoDB: Remove the offering of a9s MongoDB 4.0 from the anynines Data Services, as this version is now deprecated on account of it reaching its E.O.L on April 2022. We removed the files, version specific examples, references and documentation that relate to the deprecated version.

Fixed

  • a9s Prometheus: Add the missing "sha256" prefix for the Prometheus2 release checksum in the Enable Prometheus Ops-File.

· 9 min read

Added

  • breaking change all services: Add new IaaS configuration property iaas.cf.skip_ssl_validation. This property can be used to skip the validation of the Cloud Foundry (CF) certificate when communicating with CF. This is necessary when the CF certificate is signed by a CA which is not trusted by the a9s Data Services components. This new property replaces the iaas.cf_service_guard.skip_ssl_validation and iaas.sso-proxy.skip_ssl_validation properties. The value of the iaas.cf.skip_ssl_validation property should be set to the value of the removed properties. If for whatever reasons the removed properties had different values, an Ops file must be used to configure this accordingly.
  • all services: a9s Template Uploader Errand: Introduce a new template for a9s Prometheus containing Grafana 10.
  • a9s MariaDB: Make the expire_log_days parameter configurable through a custom parameter.
  • a9s MySQL: Add a custom parameters structure to the a9s MySQL SPI.
  • a9s MySQL: Make the expire_log_days parameter configurable through a custom parameter.
  • docs: Application Developer: a9s Prometheus: Add a Migration page to the a9s Prometheus documentation detailing the migration path from Grafana 8 to Grafana 10. For more information, see Migration.
  • docs: Platform Operator: Add a dedicated page explaining the IaaS configuration properties. For more information, see a9s IaaS Configuration Properties.
  • docs: Platform Operator: a9s Prometheus: Add a Migration Considerations page to the a9s Prometheus documentation detailing the migration path from Grafana 8 to Grafana 10 and its limitations. For more information, see a9s Prometheus Migration Considerations.

Changed

  • all services: a9s Template Uploader Errand: Add custom_params key to a9s MySQL templates and extend them to allow adding the custom parameter binlog_expire_days
  • all services: a9s Template Uploader Errand: Extend the a9s MariaDB templates to allow adding the custom parameter binlog_expire_days
  • all services: a9s Template Uploader Errand: Rename the existing prometheus2 release to prometheus-legacy in the previously existing a9s Prometheus' templates to allow the introduction of a new template for Grafana 10 under the prometheus2 release name.
  • all services: Update BOSH releases:
    • bpm BOSH release to version 1.2.16
    • routing BOSH release to version 0.291.0
  • consul-dns:
    • dnsmasq27 v2.90
  • a9s Messaging:
    • a9s Messaging 3.12:
      • Erlang OTP v25.3.2.8
  • a9s MongoDB:
    • a9s MongoDB 5.0:
      • OpenSSL v1.1.1w
  • a9s MongoDB: SPI: Update dependencies in the a9s MongoDB SPI.
  • a9s PostgreSQL:
    • a9s PostgreSQL 15:
      • PostgreSQL 15.6
    • a9s PostgreSQL 13:
      • PostgreSQL 13.14
  • a9s Prometheus: Add the prometheus-legacy release and update the prometheus2 release in the Prometheus' Enable Beta Services Ops file.
  • a9s Prometheus: Update the example a9s Prometheus config to include the addition of the plans using Grafana 10. For more information, see prometheus.yml.example.
  • docs: Application Developer: a9s MariaDB: Add a section explaining how to use custom parameters. For more information, see a9s MariaDB.
  • docs: Application Developer: a9s Messaging: Add a9s Messaging 3.7 migration path to "Migration" page. For more information, see Migration.
  • docs: Application Developer: a9s Prometheus: Add a section explaining Service Instance's plan upgrades to the "Using a9s Prometheus" page. For more information, see a9s Prometheus.
  • docs: Application Developer: a9s Prometheus: Update the "Migration Support" admonition to specify the limitation to plans including Grafana 5 only. For more information, see a9s Prometheus.
  • docs: Platform Operator: Add an admonition explaining the limitations of a9s Prometheus' Service Plan migrations to the "Service Plans" page. For more information, see Available Templates.
  • docs: Platform Operator: Add Grafana 10 to the Sunrise Sunset table. For more information, see a9s Platform Operator - Sunrise Sunset.
  • docs: Platform Operator: Add the new Prometheus template containing Grafana 10 to the list of available templates. For more information, see Available Templates.
  • docs: Platform Operator: a9s MariaDB: Add a section explaining custom parameters configuration. For more information, see a9s MariaDB.
  • BOSH stemcell: all services: Update Jammy stemcell to version 1.379 for internal tests of all supported services.

Removed

  • breaking change all services: Clean-up outdated Ops files:
    • a9s-pg/ops/psql-secgroup.yml
    • ops/a9s-set-var-for-routing-version.yml
    • ops/backup-service-extensions.yml
    • ops/broker-vm-extensions.yml
    • ops/consul-dns-runtime-net.yml
    • ops/delete-failed-backups.yml
    • ops/add-stemcell-centos.yml
  • breaking change all services: Remove the Iaas configuration properties iaas.sso-proxy.skip_ssl_validation and iaas.sso-cf_service_guard.skip_ssl_validation in favor of the generic property iaas.cf.skip_ssl_validation.
  • a9s LogMe2: Remove obsolete key service_guard_skip_ssl_validation from the a9s Template Uploader Errand variables. This key is not used in the a9s LogMe2 templates and can therefore be safely removed.
  • docs: Platform Operator: all services: Remove obsolete "Adding stemcells" section from the "Stemcell" documentation. For more information see Stemcells.

Fixed

  • all services: a9s Smoke Tests: Fix the debug output.
  • all services: a9s Template Uploader Errand: Fix an issue that caused the a9s Template Uploader Errand to fail if there are white-spaces in the value for the replace-values property.
  • a9s Billing: Add a missing property to the Ops file a9s-billing/ops/add_grafana_route.yml so that the Grafana route can also be properly registered when NATS doesn't support TLS yet.
  • a9s CF Service Guard: Add fallback logic to handle inconsistencies in CF and the a9s CF Service Guard.
  • a9s CF Service Guard: Ensure that permanently failing tasks don’t slow down the management of CF ASGs. The workers (security_groups_synchronizer) were dramatically slowed down because of permanently failing tasks. This led to the problem that CF ASGs for new Service Instances were not created in a proper timeframe or CF ASGs for updated Service Instance were not updated in a proper timeframe or CF ASGs for deleted Service Instances were not deleted in a proper timeframe.
  • a9s LogMe2: SPI: Fix credential deletion regarding users that have already been removed from OpenSearch.
  • a9s PostgreSQL: a9s PostgreSQL 15: Fix permissions of the pg_wal directory. This issue is causing the a9s Logstash PostgreSQL Metrics Plugin' to silently fail to collect ha.wal_dir_size and stat_archiver.wal_files_count metrics and report wrong values.
  • docs: Application Developer: Fix typos in the following files Using a9s PostgreSQL, Migration, Using a9s Prometheus.
  • docs: Platform Operator: Fix typos in the following files a9s Backup Process, Grafana Contact Points.
  • docs: Platform Operator: Update outdated Ops-Files in the Rotate Consul certificates documentation. For more information see Rotate Consul certificates.
  • docs: Platform Operator: a9s Deployment Updater Errand: Replace the outdated property name update_type for the current name,strategy.update.instance_type, in the following documentation pages: a9s Data Services Administrative Tasks, a9s Data Service Framework Recovery, Generated Certificates and Wildcard Certificates.

Security

  • consul-dns: Fix CVEs:
    • CVE-2023-50387
    • CVE-2023-50868
  • a9s PostgreSQL: Fix CVEs:
    • CVE-2024-0985

Upcoming

  • a9s Elasticsearch: End of Support: Terminate support, starting from anynines deployment v49.0.0 (expected end of May 2024), for the following deprecated a9s Data Service versions:

    • a9s Elasticsearch 5
    • a9s Elasticsearch 6
    • a9s Elasticsearch 7

    The creation of new a9s Data Service instances for these deprecated versions will be disabled by default in the a9s Data Service Bundle and we will not provide regular support for these versions. The corresponding documentation will also be removed.

    Although we will not intentionally break running instances of these unsupported versions, it cannot be guaranteed that they still work as expected after an update to v49.0.0.

  • a9s Messaging: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v49.0.0 (expected end of May), of the following a9s Data Service versions:

    • a9s Messaging 3.7
    • a9s Messaging 3.8

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Messaging: a9s Messaging 3.10 and 3.12 are available as GA versions

    The deprecation phase is planned to last until v55.0.0 (expected end of November 2024), in which the deprecated versions will become unsupported. The creation of new a9s Data Service instances for these particular versions will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for these versions. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

  • a9s PostgreSQL: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v49.0.0 (expected end of May), of the following a9s Data Service version:

    • a9s PostgreSQL 11

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s PostgreSQL: a9s PostgreSQL 13 and 15 are available as GA versions

    The deprecation phase is planned to last until v55.0.0 (expected end of November 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migration to a supported GA version as soon as possible and complete it until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

  • a9s Redis: Deprecation: Prepare for the upcoming deprecation phase, planned for the release v49.0.0 (expected end of May), of the following a9s Data Service version:

    • a9s Redis 5

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same a9s Data Service:

    • for a9s Redis: a9s Redis 6 and 7 are available as GA versions

    The deprecation phase is planned to last until v55.0.0 (expected end of November 2024), in which the deprecated version will become unsupported. The creation of new a9s Data Service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.

· 7 min read

Added

  • breaking change a9s Messaging: We consider a9s Messaging 3.12 as stable now. You have to set the following properties:
    • rabbitmq_service.services.a9s-messaging312.name
    • rabbitmq_service.services.a9s-messaging312.guid
    • rabbitmq_service.services.a9s-messaging312.description
    • rabbitmq_service.services.a9s-messaging312.label
    • rabbitmq_service.services.a9s-messaging312.version
    • rabbitmq_service.services.a9s-messaging312.bindable
    • rabbitmq_service.services.a9s-messaging312.requires
    • rabbitmq_service.services.a9s-messaging312.tags
    • rabbitmq_service.services.a9s-messaging312.documentation_url
    • rabbitmq_service.services.a9s-messaging312.metadata
    • rabbitmq_service.services.a9s-messaging312.dashboard_client.id
    • rabbitmq_service.services.a9s-messaging312.plans
    • rabbitmq_service.services.a9s-messaging312.plans-to-test-for-release-update
    • rabbitmq_service.services.a9s-messaging312.plans-to-test
    • rabbitmq_service.services.a9s-messaging312.planupdates-to-test
  • a9s CF Service Guard: Introduce an Ops file to add the a9s Prometheus Data Service to the a9s CF Service Guard. For more information see here.
  • a9s Messaging: Release a9s Messaging 3.12 as GA. For more information see a9s Platform Operator - Sunrise Sunset.
  • a9s Prometheus: Make the scrape_config parameter configurable via custom parameters. For more information see a9s Prometheus Custom Parameters and Default Custom Parameter Configuration.
  • docs: Application Developer: a9s Messaging: Add a9s Messaging 3.12 to the Migration documentation. For more information see a9s Messaging Migration.
  • docs: Platform Operator: Add the ports required by a9s Messaging 3.12 to the Required Ports table. For more information see a9s Platform Required Ports.
  • docs: Platform Operator: all services: Add a chapter that explains how to test the custom scrape config. For more information see Custom Scrape Config Test.

Changed

  • all services: a9s DS API Gateway: The a9s DS API Gateway VM will now switch to the state failing if the a9s Beehive is unresponsive for more than one minute.
  • all services: a9s Dashboard: Update route-registrar configuration to maintain backward-compatible non-TLS communication with CloudFoundry NATS.
  • all services: a9s Smoke Tests: Extend the smoke-tests to include tests for a9s Prometheus.
  • all services: a9s Smoke Tests: Update the Go version in the application used in the smoke-tests to v1.17.
  • all services: a9s Template Uploader Errand: Extend the a9s Prometheus templates to allow adding the scrape_config as a custom parameter.
  • all services: Update BOSH releases:
    • bpm BOSH release to version 1.2.13
    • routing BOSH release to version 0.287.0
  • a9s Backup Manager: Refactor worker to delete backups to run within its own process.
  • a9s Billing:
    • Golang v1.21
  • a9s DS API Gateway:
    • Golang v1.21
  • a9s LogMe2:
    • a9s Search:
      • OpenSearch v2.11.1
      • OpenSearch Dashboards v2.11.1
      • OpenSearch Plugin Repository Azure v2.11.1
      • OpenSearch Plugin Repository S3 v2.11.1
  • a9s MariaDB:
    • a9s MariaDB 10.4:
      • MariaDB 10.4.32
      • Golang 1.21
    • a9s MariaDB 10.6:
      • Golang 1.21
  • a9s Messaging:
    • a9s Messaging 3.12:
      • RabbitMQ v3.12.12
      • erlang v25.3.2.8
    • a9s Messaging 3.10:
      • erlang/otp v24.3.4.15
  • a9s MongoDB:
    • a9s MongoDB 5.0:
      • MongoDB v5.0.24 SSPL
  • a9s PostgreSQL:
    • a9s PostgreSQL 13:
      • sqlite v3.45.0
    • a9s PostgreSQL 15:
      • sqlite v3.45.0
  • a9s Prometheus:
    • prometheus2:
      • bosh_exporter v3.6.1
      • cadvisor v0.48.1
      • collectd_exporter v0.6.0
      • consul_exporter to v0.11.0
      • graphite_exporter v0.15.0
      • Golang v1.21
      • influxdb_exporter v0.11.5
      • memcached_exporter v0.14.1
      • postgres_exporter v0.15.0
      • prometheus v2.49.1
      • statsd_exporter v0.26.0
    • promgraf2:
      • bosh_exporter v3.6.1
      • cadvisor v0.48.1
      • collectd_exporter v0.6.0
      • consul_exporter v0.11.0
      • graphite_exporter v0.15.0
      • Golang v1.21
      • influxdb_exporter v0.11.5
      • memcached_exporter v0.14.1
      • postgres_exporter v0.15.0
      • prometheus v2.49.1
      • statsd_exporter v0.26.0
  • a9s Prometheus: Adjust the example configuration to exclude plan update tests as these are currently not supported by the a9s Prometheus Data Service.
  • a9s Redis:
    • a9s Redis 7:
      • Redis 7.2.4
  • a9s Search:
    • OpenSearch v2.11.1
    • OpenSearch Dashboards v2.11.1
    • OpenSearch Plugin Repository Azure v2.11.1
    • OpenSearch Plugin Repository S3 v2.11.1
  • a9s Template Uploader Errand: Update the route-registrar configuration in the deployer templates of a9s Prometheus and a9s LogMe.
  • docs: Application Developer: a9s LogMe2: Remove duplicated information on the page Using a9s LogMe2 and add a missing step in the chapter See Your Service Logs. For more information see Using a9s LogMe2.
  • docs: Application Developer: a9s PostgreSQL: Fix typos on the index page of a9s PostgreSQL. For more information see a9s PostgreSQL.
  • docs: Application Developer: a9s PostgreSQL: Fix a heading on the page Using a9s PostgreSQL by using the correct level. For more information see Upgrade the Service Instance to another Service Plan.
  • docs: Application Developer: a9s Prometheus: Restructure the Application Developer documentation regarding the a9s Prometheus Data Service to match the current documentation layout. For more information see Application Developer documentation.
  • docs: Application Developer: a9s Prometheus: Adapt the URLs in the Service Key example. For more information see: Using a9s Prometheus.
  • docs: Platform Operator: all services: Restructure the page explaining the a9s Smoke Tests to match the current documentation layout. For more information see Smoke Tests.
  • docs: Platform Operator: a9s CF Service Guard: Extend the existing note about cloud_foundry.asg_prefix with additional information. For more information see Cloud Foundry Configuration.
  • docs: Platform Operator: a9s Prometheus: Restructure the Platform Operator documentation regarding the a9s Prometheus Data Service to match the current documentation layout. For more information see Platform Operator documentation.

Removed

  • docs: Application Developer: a9s Prometheus: Remove the page Migrate From Grafana 5.4 to Grafana 8.3 as there is currently no migration path available in the a9s Prometheus Data Service. For more information see here.

Fixed

  • breaking change a9s Prometheus: Fix the properties prometheus_urls, grafana_urls and alertmanager_urls provided in the service binding to match the configured web.external-url in a9s Prometheus.
  • a9s Backup Manager: Fix the pagination for the instances endpoint used by a9s Backup Monit.
  • a9s LogMe2: Fix the service_broker.api_endpoint property in the add_force_deployment_updater Ops file.
  • a9s MariaDB: Fix the mysql_upgrade_info identifier to prevent misbehavior during the upgrade checking process.
  • a9s Messaging: Fix the template-names in the example Service-Plan config for a9s Messaging 3.12. For more information see rabbitmq.yml.example
  • a9s PostgreSQL: Fix permissions and ownership of log files for a9s PostgreSQL 15. Logs created after the post-start script execution had the wrong permission and prevented the PostgreSQL process from starting.
  • docs: Application Developer: a9s MariaDB: Fix Sys Schema objects metrics table in the "Using a9s MariaDB" page. For more information see: Using a9s MariaDB.
  • docs: Application Developer: a9s PostgreSQL: Remove redundant entries in the metric groups table. For more information see: Metric Groups.

Security

  • a9s Billing: Fix CVEs:
    • CVE-2023-45287
    • CVE-2023-39323
  • a9s DS API Gateway: Fix CVEs:
    • CVE-2023-45287
    • CVE-2023-39323
  • a9s MariaDB: Fix CVEs:
    • CVE-2023-45287
    • CVE-2023-39323
  • a9s PostgreSQL: Fix CVEs:
    • CVE-2023-7104
  • a9s Prometheus: Fix CVEs:
    • CVE-2023-45287
    • CVE-2023-39323

Upcoming

  • a9s PostgreSQL: Deprecation: Prepare for the upcoming deprecation phase, triggered during the next release of anynines deployment v46.0.0 (expected end of February 2024), of the following data service version:

    • a9s PostgreSQL 10

    Please ensure that you organize the migration of your existing instances to a more up-to-date version of the same data service:

    • for a9s PostgreSQL: a9s PostgreSQL 11, 13 and 15 are available as GA version

    The deprecation phase is planned to last until v49.0.0 (in May 2024), in which the deprecated version will become unsupported. The creation of new data service instances for this particular version will then be disabled by default in the a9s Data Service Bundle and we will not provide regular support for this version. The corresponding documentation will also be removed. Therefore, we strongly recommend that you start your migrations to a supported GA version as soon as possible and complete them until the end of the deprecation phase. For more information see a9s Platform Operator Sunrise Sunset.

    To inquire about extended support for a deprecated version, please get in contact with our sales department at sales@anynines.com.