Skip to content

Commit

Permalink
Merge pull request #102 from idealista/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
blalop authored Oct 30, 2024
2 parents 08f3b9b + 6bfd9ce commit 54ae25c
Show file tree
Hide file tree
Showing 8 changed files with 428 additions and 362 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
dist: bionic
dist: focal
language: python
python: "3.9"
sudo: required
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a changelog](https://github.com/olivierlacan/keep-a-changelog).
## Unrealeased

## [4.5.5](https://github.com/idealista/mysql_role/tree/4.5.5)
[Full Changelog](https://github.com/idealista/mysql_role/compare/4.5.4...4.5.5)
### Fixed
- *[#100](https://github.com/idealista/mysql_role/issues/100) update oracle repo gpg key* @ablopez

## [4.5.4](https://github.com/idealista/mysql_role/tree/4.5.4)
[Full Changelog](https://github.com/idealista/mysql_role/compare/4.5.3...4.5.4)
### Removed
Expand Down
18 changes: 10 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]

[packages]
ansible = "==5.2.0"
molecule = "==3.5.2"
docker = "==5.0.3"
molecule-docker = "==1.1.0"
ansible-lint = "==5.3.2"
yamllint = "==1.26.3"

[dev-packages]
molecule = "==3.4.0"
docker = "==5.0.0"
jmespath = "==0.9.5"
requests = "==2.26.0"
molecule-docker = "==0.2.4"
yamllint = "==1.28.0"

[requires]
python_version = "3.9"
python_version = "3.9"
757 changes: 411 additions & 346 deletions Pipfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mysql_version: 0.8.19-1
# mysql_server_version: mysql-5.7

mysql_oracle_gpg_keyserver: keyserver.ubuntu.com
mysql_oracle_gpg_key: 467B942D3A79BD29
mysql_oracle_gpg_key: B7B3B788A8D3785C

mysql_required_libs:
- python3-mysqldb
Expand Down
2 changes: 0 additions & 2 deletions molecule/mariadb-version/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ platforms:
privileged: true
capabilities:
- SYS_ADMIN
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
tmpfs:
- /tmp
- /run
Expand Down
2 changes: 0 additions & 2 deletions molecule/mariadb/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ platforms:
privileged: true
capabilities:
- SYS_ADMIN
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
tmpfs:
- /tmp
- /run
Expand Down
2 changes: 0 additions & 2 deletions molecule/mysql/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ platforms:
privileged: true
capabilities:
- SYS_ADMIN
volumes:
- '/sys/fs/cgroup:/sys/fs/cgroup:ro'
tmpfs:
- /tmp
- /run
Expand Down

0 comments on commit 54ae25c

Please sign in to comment.