opensearch-trigger-bot[bot]
81a77aaae6
Added bwc version 2.0.1 ( #3452 )
...
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com>
2022-06-07 18:15:36 -07:00
opensearch-trigger-bot[bot]
c41b41140b
Added bwc version 1.3.3 ( #3205 )
...
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com>
2022-05-05 16:19:04 -04:00
Vacha Shah
8c9078d134
Adding workflow to create documentation related issues in documentation-website repo ( #2929 )
...
Signed-off-by: Vacha Shah <vachshah@amazon.com>
2022-04-19 12:19:59 -04:00
Owais Kazi
3c5d997a76
Added a new line linter ( #2875 )
...
* Added linter to add new line
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
* Fixed new lines
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
* Ignore empty files
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
* Updated DEVELOPER GUIDE
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
* Renamed workflow file
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
* Fixed failing tests
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
2022-04-13 14:14:18 -04:00
Nick Knize
cb238aae61
Bump version to 3.0.0 ( #2556 )
...
Bump version to 3.0.0
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2022-04-04 17:40:31 -05:00
Nick Knize
6c195abc59
[Main] Bump Version 2.0 to 2.1 ( #2715 )
...
Bumps from version 2.0 to 2.1
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2022-04-02 14:40:25 -05:00
Suraj Singh
e051a426d2
Add 1.3.2 to main causing gradle check failures ( #2679 )
...
Signed-off-by: Suraj Singh <surajrider@gmail.com>
2022-03-30 21:33:17 -07:00
Nick Knize
ce0d2ca7bc
Fix bwcVersions after bumping version 1.3.1 ( #2532 )
...
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2022-03-21 13:40:18 -05:00
Andriy Redko
c8d80090f4
Fixing bwcVersions and bwc builds ( #2430 ) - adding 1.4.0 into main bwcVersions
...
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
2022-03-10 08:46:08 -08:00
Nicholas Walter Knize
9c4caec4b7
add 1.2.5 to bwcVersions
...
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2022-02-04 15:10:18 -06:00
Martin Gaievski
309397520c
Adding support for JDK17 and removing JDK8 ( #2025 )
...
* Adding support for JDK17 and removing JDK8
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
* Merge overlaping PR, bumping min java version to 11
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
* Removing references to JDK8 from dev guide
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
2022-02-02 20:59:10 -05:00
Rabi Panda
8fbd8cd998
Fix verifyVersions gradle task and cleanup bwcVersions ( #1878 )
...
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
2022-01-11 09:19:51 -05:00
Rabi Panda
186959a6f5
Add bwc version 1.2.4 ( #1796 )
...
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
2021-12-23 10:05:30 -05:00
Daniel Doubrovkine (dB.)
bbb6e656c0
Add version 1.2.3. ( #1760 )
...
Signed-off-by: dblock <dblock@dblock.org>
2021-12-17 09:14:37 -08:00
Sarat Vemulapalli
a632b86e4c
Adding 1.2.2 ( #1731 )
...
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
2021-12-15 10:30:06 -05:00
Daniel Doubrovkine (dB.)
ec00b86859
Add version 1.2.1. ( #1701 )
...
Signed-off-by: dblock <dblock@dblock.org>
2021-12-10 14:47:52 -05:00
Nick Knize
99a356bfc6
[main] Add staged version 1.3.0 for bwc ( #1510 )
...
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2021-11-04 15:56:08 -05:00
Nick Knize
ac37cc99b2
Add staged version 1.1.1 ( #1506 )
...
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2021-11-04 14:19:21 -05:00
Nick Knize
cbbf967d76
[Version] Add 1.2 for BWC testing ( #1241 )
...
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2021-09-15 09:07:53 -07:00
Nick Knize
7ed024e2c8
Add 1.0.1 revision ( #1152 )
...
This commit stages the branch to the next 1.0.1 patch release. BWC testing needs
this even if the next revision is never actually released.
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2021-08-25 23:11:43 -05:00
Daniel Doubrovkine (dB.)
5d020170ff
Lower build requirement from Java 14+ to Java 11+ ( #940 )
...
* Lower build requirement from Java 14+ to Java 11+
Avoid use of -Werror -Xlint:all, which may change significantly across
java releases (new warnings could be added). Instead, just list the
warnings individually.
Workaround JDK 11 compiler bug (JDK-8209058) that only impacts test fixture
code in the build itself.
Signed-off-by: Robert Muir <rmuir@apache.org>
* Disable warning around -source 7 -release 7 for java version checker
The java version checker triggers some default warnings because it
targets java7:
```
> Task :distribution:tools:java-version-checker:compileJava FAILED
warning: [options] source value 7 is obsolete and will be removed in a future release
warning: [options] target value 7 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
error: warnings found and -Werror specified
```
Suppress this warning explicitly for this module.
Signed-off-by: Robert Muir <rmuir@apache.org>
* more java14 -> java11 cleanup
Signed-off-by: Robert Muir <rmuir@apache.org>
Co-authored-by: Robert Muir <rmuir@apache.org>
2021-07-06 11:55:23 -05:00
Nick Knize
ef1cbd9e3d
Version bump for 1.1 release ( #772 )
...
Bumps the minor to 1.1 for the 1.0 release.
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2021-06-28 09:58:27 -05:00
Nick Knize
9168f1fb43
[License] Add SPDX and OpenSearch Modification license header ( #509 )
...
This commit adds the SPDX Apache-2.0 license header along with an additional
copyright header for all modifications.
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
2021-04-09 14:28:18 -05:00
Rabi Panda
d82f838423
[Rename] Refactor CI directory. ( #411 )
...
Remove files that are no longer required for OpenSearch.
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
2021-03-21 20:56:34 -05:00
Rabi Panda
127243b83b
[Rename] Environment variables in entire repository. ( #405 )
...
Rename all environment variables with prefix 'ES_' to 'OPENSEARCH_'.
Signed-off-by: Rabi Panda <adnapibar@gmail.com>
2021-03-21 20:56:34 -05:00
Sarat Vemulapalli
97ed035c1c
Fixing Bwc checks for 7.10.3 ( #93 )
...
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:14 -06:00
Nick Knize
55b8ab4338
Cleanup build-scan, remove publish scan to elastic server ( #1 ) ( #4 )
...
Co-authored-by: Huan Jiang <huanji@amazon.com>
Signed-off-by: Peter Nied <petern@amazon.com>
2021-03-13 10:36:06 -06:00
Rene Groeschke
b7be913fef
Update bwc versions after 7.10.2 has been releeased
2021-01-15 10:19:53 +01:00
Francisco Fernández Castaño
55246d8d9b
[7.10] Bump version after 7.10.1 release
2020-12-09 16:11:29 +01:00
Mark Vieira
afd12fddaf
Remove reference to 7.9.4 relase which won't happen
2020-11-16 10:31:36 -08:00
Andrei Dan
cd35122e48
Bump versions after 7.10 release ( #64856 )
2020-11-11 13:08:16 +00:00
Marios Trivyzas
9b8ea63cd2
[7.10] Bump version after 7.9.3 release ( #63818 )
2020-10-22 17:49:21 +02:00
Przemyslaw Gomulka
bab426be2c
[7.10] add 6.8.14 version ( #63824 )
...
adding 6.8.14 after version 6.8.13 release
2020-10-22 16:51:01 +02:00
Ryan Ernst
d62981fb27
Remove opensuse 42 from vagrant tests ( #63759 )
...
Opensuse 42 has not worked in a while. The test image is unmaintained,
and cannot be launched. It was removed from CI packaging test runs, but
still remained in vagrant tests. This commit removes it from vagrant
tests.
2020-10-15 13:05:46 -07:00
Dan Hermann
cd584d49dc
Bump version after 7.9.2 release
2020-09-24 10:48:57 -05:00
Martijn Laarman
cfa54c08bd
[7.x] Version bump 7.9.1 release
2020-09-03 16:41:58 +02:00
Mark Vieira
79390bc80b
Add SLES-15.2 to Docker exclusion list
2020-08-18 15:26:02 -07:00
Rory Hunter
bd7236cd65
Version bump for 7.9.0 release
2020-08-18 16:07:43 +01:00
Dimitrios Liappis
c870640cbd
[7.x] Introduce 6.8.13 as a version ( #61198 )
...
Introduce version 6.8.13 to branch 7.x
2020-08-18 17:07:16 +03:00
Ryan Ernst
479f32906d
Cleanup vagrant setup ( #60697 )
...
Though bats tests were recently removed, there remains a few unnecessary
setups needed for those tests in our vagrant files, as well as CI setup.
Additionally, we no longer rely on the vagrant images setting a
JAVA_HOME, instead relying on DistroTestPlugin to pull the appropriate
jdk when testing with no-jdk distributions.
2020-08-06 15:37:56 -07:00
Martijn van Groningen
e76447833a
adjusted bwcVersions file
2020-08-03 10:58:24 +02:00
Rory Hunter
2e05ce5f88
Bump version to 7.10.0
2020-07-15 11:56:45 +01:00
Mark Vieira
b41bbe2911
Parameterize windows packaging test script ( #58980 )
2020-07-08 13:50:20 -07:00
Rory Hunter
a71f0cabdc
Version bump for 7.8.0 release
2020-06-18 11:04:56 +01:00
William Brafford
7de6d97363
Version bump for 7.7.1 release ( #57619 )
2020-06-03 16:38:25 -04:00
Christos Soulios
67abde326e
[7.x] Introduce v6.8.11 ( #57600 )
2020-06-03 19:10:16 +03:00
Mark Vieira
e3be18a443
Add version 6.8.10
2020-05-13 11:27:40 -07:00
Bogdan Pintea
2f0663c490
Add the 7.7.1 Version
...
Add the bumped 7.7 branch new version, 7.7.1
2020-05-13 18:46:07 +02:00
Mark Vieira
f28a12cbba
Add version 7.9.0
...
This reverts commit 350e930e
2020-05-06 13:34:57 -07:00
Rory Hunter
350e930e55
Revert "Add version 7.9.0"
...
This reverts commit b8b4ebd089
.
2020-05-06 14:24:55 +01:00