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

Pull SWB upstream: v5.1.X #121

Closed
wants to merge 34 commits into from
Closed

Conversation

srpiatt
Copy link
Collaborator

@srpiatt srpiatt commented Aug 15, 2023

  • Pull in AWS SWB version v5.1.0
  • Pull in AWS SWB version v5.1.1
  • Update aws-sdk version to be consistent between addon packages.

Checklist:

  • Have you successfully deployed to an AWS account with your changes?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully tested with your changes locally?
  • If new dependencies have been added, have they been pinned to specific versions?
  • Is this change also required on the AWS Solution version?
  • Have you updated openapi.yaml if you made updates to API definition (including add, delete or update parameter and request data schema)?
  • If you had to run manual tests, have you considered automating those tests by adding them to end-to-end tests?
  • If you are updating the changelog and vending out a new release, have you updated versionNumber and versionDate in .defaults.yml

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

maghirardelli and others added 30 commits October 19, 2021 11:39
* chore(deps): bump prismjs from 1.25.0 to 1.27.0 in /docs

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.25.0...v1.27.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* trigger workflow

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marianna Ghirardelli <[email protected]>
Co-authored-by: Marianna Ghirardelli <[email protected]>
Co-authored-by: Sharma <[email protected]>
Co-authored-by: Sanket Dharwadkar <[email protected]>
* feat: update app client to use auth code flow
* chore: release v5.1.0
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sanket Dharwadkar <[email protected]>
…workspaces (awslabs#964)

* chore(deps): bump minimist in /scripts/load-test-workspaces

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* trigger test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marianna Ghirardelli <[email protected]>
…awslabs#963)

* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /scripts/app-stream

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* trigger test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marianna Ghirardelli <[email protected]>
Co-authored-by: Marianna Ghirardelli <[email protected]>
…sts (awslabs#962)

* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /main/end-to-end-tests

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* trigger test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marianna Ghirardelli <[email protected]>
Co-authored-by: Marianna Ghirardelli <[email protected]>
* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /docs

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* trigger test

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marianna Ghirardelli <[email protected]>
Co-authored-by: Marianna Ghirardelli <[email protected]>
@github-actions
Copy link

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

@srpiatt srpiatt added the enhancement New feature or request label Aug 15, 2023
@srpiatt srpiatt changed the title Pull SWB versions: v5.1.0 & v5.1.1 Pull SWB versions: v5.1.x Aug 15, 2023
@srpiatt srpiatt changed the title Pull SWB versions: v5.1.x Pull SWB versions: v5.1.X Aug 15, 2023
@srpiatt srpiatt changed the title Pull SWB versions: v5.1.X Pull SWB upstream: v5.1.X Aug 15, 2023
@srpiatt srpiatt closed this Nov 9, 2023
@srpiatt srpiatt deleted the feature/pull-swb-versions branch November 9, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size/xl
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants