Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#137] Testing with debian buster failing #138

Merged
merged 2 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
env:
jobs:
- DOCKER_IMAGE_BASE=idealista/jdk:8u252-stretch-openjdk-headless
- DOCKER_IMAGE_BASE=idealista/jdk:11.0.7-buster-openjdk-headless
- DOCKER_IMAGE_BASE=idealista/jdk:11.0.12-buster-openjdk-headless
- DOCKER_IMAGE_BASE=idealista/jdk:11.0.6-stretch-openjdk-headless
- DOCKER_IMAGE_BASE=idealista/jdk:8u252-focal-openjdk-headless
- DOCKER_IMAGE_BASE=idealista/jdk:14.0.1-focal-openjdk-headless
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/idealista/solr_role/tree/develop)
### Changed
- *Default version as 8.9.0* @sorobon
### Fixed
- *[#137] Testing with debian buster failing* @sorobon

## [3.0.0](https://github.com/idealista/solr_role/tree/3.0.0) (2021-03-17)
### Added
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

## General
solr_version: 8.8.1
solr_version: 8.9.0
solr_install: true
solr_mode: cloud # standalone|cloud

Expand Down
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ platforms:

- name: solrcloud1
hostname: solrcloud1
image: ${DOCKER_IMAGE_BASE:-idealista/jdk:11.0.7-buster-openjdk-headless}
image: ${DOCKER_IMAGE_BASE:-idealista/jdk:11.0.12-buster-openjdk-headless}
privileged: false
capabilities:
- SYS_ADMIN
Expand All @@ -54,7 +54,7 @@ platforms:

- name: solrcloud2
hostname: solrcloud2
image: ${DOCKER_IMAGE_BASE:-idealista/jdk:11.0.7-buster-openjdk-headless}
image: ${DOCKER_IMAGE_BASE:-idealista/jdk:11.0.12-buster-openjdk-headless}
privileged: false
capabilities:
- SYS_ADMIN
Expand Down
2 changes: 1 addition & 1 deletion molecule/standalone/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lint: |
platforms:
- name: solr1
hostname: solr1
image: ${DOCKER_IMAGE_BASE:-idealista/jdk:11.0.7-buster-openjdk-headless}
image: ${DOCKER_IMAGE_BASE:-idealista/jdk:11.0.12-buster-openjdk-headless}
privileged: false
capabilities:
- SYS_ADMIN
Expand Down