Skip to content

Commit ffd9468

Browse files
authored
Merge branch 'master' into fix-opensuse-spelling
2 parents 4ab8ba5 + 33e8f77 commit ffd9468

File tree

132 files changed

+1878
-6489
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1878
-6489
lines changed

.fixtures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fixtures:
1111
ref: 4.13.1
1212
java:
1313
repo: puppetlabs/java
14-
ref: 2.0.0
14+
ref: 6.5.0
1515
concat:
1616
repo: puppetlabs/concat
1717
ref: 2.2.1
@@ -20,7 +20,7 @@ fixtures:
2020
ref: 0.6.2
2121
apt:
2222
repo: puppetlabs/apt
23-
ref: 2.2.2
23+
ref: 7.4.1
2424
zypprepo:
2525
repo: puppet/zypprepo
2626
ref: 2.2.2

.travis.yml

Lines changed: 0 additions & 150 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44

55
#### Fixes
66

7+
## 7.0.0 (December 23, 2020)
8+
9+
This is a new major version release of the Elasticsearch module that contains a number of breaking changes and adds support for deploying
10+
and managing Elasticsearch 7.x.
11+
12+
### Breaking changes
13+
* Removed support for running multiple instances of Elasticsearch on a single host
14+
* Removed support for Elasticsearch older than version 6.x
15+
16+
### Features
17+
* Support for deploying Elasticsearch 7.x
18+
* Support and Testing for a number of newer OS'
19+
* Amazon Linux 2
20+
* CentOS 8
21+
* Oracle Linux 8
22+
* Debian 10
23+
* Ubuntu 18.04
24+
* Ubuntu 20.04
25+
26+
### Bug fixes
27+
Various little bug fixes as a result of cleaning up and refactoring a lot of the code.
28+
729
## 6.4.0 (August 28, 2019)
830

931
#### Features

CONTRIBUTING.md

Lines changed: 0 additions & 69 deletions
This file was deleted.

Gemfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
source ENV['GEM_SOURCE'] || 'https://rubygems.org'
22

33
group :test do
4-
gem 'puppet', (ENV['PUPPET_VERSION'] || '~> 4.10'), :require => false
4+
gem 'puppet', (ENV['PUPPET_VERSION'] || '~> 6.0'), :require => false
55

66
gem 'metadata-json-lint'
77
gem 'specinfra', '~> 2.60'
88
gem 'xmlrpc'
99

1010
gem 'ci_reporter_rspec'
11-
gem 'facter'
11+
gem 'facter', "~> 2.4"
1212
gem 'pry'
1313
gem 'puppet-lint'
1414
gem 'puppet-strings'
@@ -46,8 +46,12 @@ end
4646

4747
group :system_tests do
4848
gem 'bcrypt'
49-
gem 'beaker', '~> 3.7'
49+
gem 'beaker', '>= 4.2.0'
5050
gem 'beaker-rspec', '~> 6.0'
51+
gem 'beaker-docker'
52+
gem 'beaker-puppet'
53+
gem 'beaker-puppet_install_helper'
54+
gem 'simp-beaker-helpers'
5155
gem 'docker-api', '~> 1.0'
5256
gem 'infrataster'
5357
gem 'vault'

LICENSE

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
negligent acts) or agreed to in writing, shall any Contributor be
158158
liable to You for damages, including any direct, indirect, special,
159159
incidental, or consequential damages of any character arising as a
160-
result of this License or out of the use or inability to use the
160+
result of this License or out of the use or inability to use thes
161161
Work (including but not limited to damages for loss of goodwill,
162162
work stoppage, computer failure or malfunction, or any and all
163163
other commercial damages or losses), even if such Contributor
@@ -173,30 +173,3 @@
173173
defend, and hold each Contributor harmless for any liability
174174
incurred by, or claims asserted against, such Contributor by reason
175175
of your accepting any such warranty or additional liability.
176-
177-
END OF TERMS AND CONDITIONS
178-
179-
APPENDIX: How to apply the Apache License to your work.
180-
181-
To apply the Apache License to your work, attach the following
182-
boilerplate notice, with the fields enclosed by brackets "[]"
183-
replaced with your own identifying information. (Don't include
184-
the brackets!) The text should be enclosed in the appropriate
185-
comment syntax for the file format. We also recommend that a
186-
file or class name and description of purpose be included on the
187-
same "printed page" as the copyright notice for easier
188-
identification within third-party archives.
189-
190-
Copyright 2012-2017 Elasticsearch
191-
192-
Licensed under the Apache License, Version 2.0 (the "License");
193-
you may not use this file except in compliance with the License.
194-
You may obtain a copy of the License at
195-
196-
http://www.apache.org/licenses/LICENSE-2.0
197-
198-
Unless required by applicable law or agreed to in writing, software
199-
distributed under the License is distributed on an "AS IS" BASIS,
200-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201-
See the License for the specific language governing permissions and
202-
limitations under the License.

0 commit comments

Comments
 (0)