Skip to content

Commit

Permalink
1.3.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
  • Loading branch information
prudhvigodithi committed Aug 15, 2022
1 parent 557e9a9 commit fa9f8d6
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 596 deletions.
5 changes: 1 addition & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ atomicwrites = "*"
validators = "*"
yamlfix = "*"
yamllint = "*"
pytablewriter = "*"
typed-ast = "*"
zipp = "*"
importlib-metadata = "*"

[dev-packages]

[requires]
Expand Down
210 changes: 64 additions & 146 deletions Pipfile.lock

Large diffs are not rendered by default.

13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- [Build Numbers](#build-numbers)
- [Latest Distribution Url](#latest-distribution-url)
- [Testing the Distribution](#testing-the-distribution)
- [Checking Release Notes](#checking-release-notes)
- [Signing Artifacts](#signing-artifacts)
- [PGP](#pgp)
- [Windows](#windows)
Expand Down Expand Up @@ -137,16 +136,6 @@ Tests the OpenSearch distribution, including integration, backwards-compatibilit

See [src/test_workflow](./src/test_workflow) for more information.

#### Checking Release Notes

Workflow to check if the release notes exists for OpenSearch and Dashboard distribution. Shows commit after a specific date which from the user argument `--date`.

To run:
```bash
./release_notes.sh check manifests/2.2.0/opensearch-2.2.0.yml --date 2022-07-26
```

See [src/release_notes_workflow](./src/release_notes_workflow) for more information.
#### Signing Artifacts

For all types of signing within OpenSearch project we use `opensearch-signer-client` (in progress of being open-sourced) which is a wrapper around internal signing system and is only available for authenticated users. The input requires a path to the build manifest or directory containing all the artifacts or a single artifact.
Expand Down Expand Up @@ -281,4 +270,4 @@ This project is licensed under the [Apache v2.0 License](LICENSE.txt).

## Copyright

Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.
Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.
4 changes: 2 additions & 2 deletions jenkins/check-for-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pipeline {
triggers {
parameterizedCron '''
H 1 * * * %INPUT_MANIFEST=2.3.0/opensearch-2.3.0.yml;TARGET_JOB_NAME=distribution-build-opensearch
H 1 * * * %INPUT_MANIFEST=1.3.5/opensearch-1.3.5.yml;TARGET_JOB_NAME=distribution-build-opensearch
H 1 * * * %INPUT_MANIFEST=1.3.5/opensearch-dashboards-1.3.5.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
H/60 * * * * %INPUT_MANIFEST=1.3.5/opensearch-1.3.5.yml;TARGET_JOB_NAME=distribution-build-opensearch
H/60 * * * * %INPUT_MANIFEST=1.3.5/opensearch-dashboards-1.3.5.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
H 1 * * * %INPUT_MANIFEST=3.0.0/opensearch-3.0.0.yml;TARGET_JOB_NAME=distribution-build-opensearch
H 1 * * * %INPUT_MANIFEST=3.0.0/opensearch-dashboards-3.0.0.yml;TARGET_JOB_NAME=distribution-build-opensearch-dashboards
'''
Expand Down
12 changes: 0 additions & 12 deletions release_notes.sh

This file was deleted.

29 changes: 0 additions & 29 deletions src/release_notes_workflow/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/release_notes_workflow/__init__.py

This file was deleted.

51 changes: 0 additions & 51 deletions src/release_notes_workflow/release_notes.py

This file was deleted.

51 changes: 0 additions & 51 deletions src/release_notes_workflow/release_notes_check_args.py

This file was deleted.

52 changes: 0 additions & 52 deletions src/release_notes_workflow/release_notes_component.py

This file was deleted.

26 changes: 0 additions & 26 deletions src/release_notes_workflow/release_notes_gitlog.py

This file was deleted.

33 changes: 0 additions & 33 deletions src/release_notes_workflow/release_notes_tabel.py

This file was deleted.

21 changes: 0 additions & 21 deletions src/run_releasenotes_check.py

This file was deleted.

51 changes: 0 additions & 51 deletions tests/test_run_releasenotes_check.py

This file was deleted.

Loading

0 comments on commit fa9f8d6

Please sign in to comment.