Skip to content

Commit

Permalink
[Apt] MaxScale 23.08 support (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyvs authored Apr 12, 2024
1 parent f7bd8c1 commit 9eb5a0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- [Apt] MaxScale 23.08 support

### Changed
- [All] Update minimum version of ansible to 2.15
- [Apparmor] Remove handler "apparmor reload" in favor of "Reload apparmor"
Expand Down
3 changes: 3 additions & 0 deletions roles/apt/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ manala_apt_repositories_patterns:
maxscale_23_02:
source: deb https://downloads.mariadb.com/MaxScale/23.02/debian {{ ansible_facts.distribution_release }} main
key: mariadb_enterprise
maxscale_23_08:
source: deb https://downloads.mariadb.com/MaxScale/23.08/debian {{ ansible_facts.distribution_release }} main
key: mariadb_enterprise
postgresql:
source: deb http://apt.postgresql.org/pub/repos/apt/ {{ ansible_facts.distribution_release }}-pgdg main
key: postgresql
Expand Down

0 comments on commit 9eb5a0b

Please sign in to comment.