generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 18
feat: Implement the extensions RFC 0002 #167
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
Merged
mwiebe
merged 3 commits into
OpenJobDescription:mainline
from
mwiebe:rfc-0002-extensions
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,13 +23,13 @@ This library requires: | |
|
|
||
| ## Versioning | ||
|
|
||
| This package's version follows [Semantic Versioning 2.0](https://semver.org/), but is still considered to be in its | ||
| This package's version follows [Semantic Versioning 2.0](https://semver.org/), but is still considered to be in its | ||
| initial development, thus backwards incompatible versions are denoted by minor version bumps. To help illustrate how | ||
| versions will increment during this initial development stage, they are described below: | ||
|
|
||
| 1. The MAJOR version is currently 0, indicating initial development. | ||
| 2. The MINOR version is currently incremented when backwards incompatible changes are introduced to the public API. | ||
| 3. The PATCH version is currently incremented when bug fixes or backwards compatible changes are introduced to the public API. | ||
| 1. The MAJOR version is currently 0, indicating initial development. | ||
| 2. The MINOR version is currently incremented when backwards incompatible changes are introduced to the public API. | ||
| 3. The PATCH version is currently incremented when bug fixes or backwards compatible changes are introduced to the public API. | ||
|
|
||
| ## Contributing | ||
|
|
||
|
|
@@ -303,7 +303,7 @@ For example, if you would like to verify your download of the wheel for version | |
| 3) Save the following contents to a file called `openjobdescription-pgp.asc`: | ||
| ``` | ||
| -----BEGIN PGP PUBLIC KEY BLOCK----- | ||
|
|
||
| mQINBGXGjx0BEACdChrQ/nch2aYGJ4fxHNQwlPE42jeHECqTdlc1V/mug+7qN7Pc | ||
| C4NQk4t68Y72WX/NG49gRfpAxPlSeNt18c3vJ9/sWTukmonWYGK0jQGnDWjuVgFT | ||
| XtvJAAQBFilQXN8h779Th2lEuD4bQX+mGB7l60Xvh7vIehE3C4Srbp6KJXskPLPo | ||
|
|
@@ -350,36 +350,36 @@ For example, if you would like to verify your download of the wheel for version | |
| gpg (GnuPG) 2.0.22; Copyright (C) 2013 Free Software Foundation, Inc. | ||
| This is free software: you are free to change and redistribute it. | ||
| There is NO WARRANTY, to the extent permitted by law. | ||
|
|
||
|
|
||
| pub 4096R/BCC40987 created: 2024-02-09 expires: 2026-02-08 usage: SCEA | ||
| trust: unknown validity: unknown | ||
| [ unknown] (1). Open Job Description <[email protected]> | ||
|
|
||
| gpg> trust | ||
| pub 4096R/BCC40987 created: 2024-02-09 expires: 2026-02-08 usage: SCEA | ||
| trust: unknown validity: unknown | ||
| [ unknown] (1). Open Job Description <[email protected]> | ||
|
|
||
| Please decide how far you trust this user to correctly verify other users' keys | ||
| (by looking at passports, checking fingerprints from different sources, etc.) | ||
|
|
||
| 1 = I don't know or won't say | ||
| 2 = I do NOT trust | ||
| 3 = I trust marginally | ||
| 4 = I trust fully | ||
| 5 = I trust ultimately | ||
| m = back to the main menu | ||
|
|
||
| Your decision? 5 | ||
| Do you really want to set this key to ultimate trust? (y/N) y | ||
|
|
||
| pub 4096R/BCC40987 created: 2024-02-09 expires: 2026-02-08 usage: SCEA | ||
| trust: ultimate validity: unknown | ||
| [ unknown] (1). Open Job Description <[email protected]> | ||
| Please note that the shown key validity is not necessarily correct | ||
| unless you restart the program. | ||
|
|
||
| gpg> quit | ||
| ``` | ||
|
|
||
|
|
@@ -391,11 +391,11 @@ For example, if you would like to verify your download of the wheel for version | |
|
|
||
| ## Security | ||
|
|
||
| We take all security reports seriously. When we receive such reports, we will | ||
| investigate and subsequently address any potential vulnerabilities as quickly | ||
| as possible. If you discover a potential security issue in this project, please | ||
| We take all security reports seriously. When we receive such reports, we will | ||
| investigate and subsequently address any potential vulnerabilities as quickly | ||
| as possible. If you discover a potential security issue in this project, please | ||
| notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) | ||
| or directly via email to [AWS Security]([email protected]). Please do not | ||
| or directly via email to [AWS Security]([email protected]). Please do not | ||
| create a public GitHub issue in this project. | ||
|
|
||
| ## License | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a question, will we change this in the near future? 2025_03 or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I think it's better to accumulate a series of extensions before starting a new revision.