Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: release(6.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 committed Nov 13, 2023
1 parent 7f17e2f commit c4be1a4
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [6.2.0](https://git.amazon.com/pkg/Service-Workbench-on-AWS/compare/v6.1.0...v6.1.2) (2023-11-10)

In this release, we have addressed GitHub dependabot alerts, upgraded NodeJS to v18, and added IMDSv2 support on AMI creation
### Bug Fixes

* add missing dependency ([e05dbf1](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/e05dbf1b8620f09fce4c9ea1a799c5846cf2e077))
* babel and integ test byob study permission ([4e76c49](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/4e76c4917925d3effc99f8197d571bdbc3f86ce6))
* backend lambda sdk package ([ab571e8](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/ab571e83ba49fd5ae442aa99c96f305426d97157))
* clear cidr field ([2c7ed94](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/2c7ed94a8122ea0fdadf20683c6127dc07f999a3))
* lock file for postcss package ([e5743eb](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/e5743eb1364a5af53b2130cf03d539a3028eab8f))
* minimum patched version of go ([b2d49ba](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/b2d49ba0a5db9df8b0e95df3a3b56a5e98c35245))
* node version upgrade for CICD ([5460f3c](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/5460f3c7eb48280ff5ee133f50f83f10c5b23b14))
* remove nodeExternals webpack ([f95c60b](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/f95c60bf6b5d1aa006efa97a985b00103cdf014e))
* remove nodeExternals ([d6fd362](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/d6fd362bc07bf1e16a1a3c983bff4a7cc2786ab0))
* revert unit test change, update s3 mock ([cc4ef74](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/cc4ef74598460a56927beec4b0c5d2776caebbfb))
* semver package version ([dc6e2ea](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/dc6e2ea87ed3cc7c6249d7efb537115ff63b71b7))
* undo babel update, integ test fix ([a71bddb](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/a71bddb0618b60d5dfb8cf3fcc72de8a3c0472bd))
* undo postcss version update ([f28402b](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/f28402be80cdee01c9688d5e1a6b2f7e3a5ec36a))
* unit tests for nodeJS16 onwards ([a050e07](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/a050e07ee3fe7d749d1824415a6125eae794df80))
* update node max space ([27a06ec](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/27a06ecf41090b3b37a1ba656693f40ffd842564))
* update unit test ([103e279](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/103e279e65deacf62b1b261f493dd9112af514d9))
* upgrades + modifications for pnpm upgrade ([9024f61](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/9024f61d25d0c7f96d2caffe6ce26a6b0d22cbba))
* use principal.username ([#1232](https://git.amazon.com/pkg/Service-Workbench-on-AWS/issues/1232)) ([c61e8c8](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/c61e8c8cd12ca9b95f2fa62fa8705c709643252d))
* use system context ([e2c0f72](https://git.amazon.com/pkg/Service-Workbench-on-AWS/commit/e2c0f72b7a67bc58d78a71675e793d62653719ba))

### [6.1.1](https://github.com/awslabs/service-workbench-on-aws/compare/v6.1.0...v6.1.1) (2023-10-16)

For TRE deployments, please Update the Permissions on any hosting accounts on the Accounts page, AWS Accounts tab to ensure all hosting accounts are "Up to Date".
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ You can view the online documentation if you do not have Service Workbench local

## Software requirements

- **Node.Js:** [Node.js v14.x](https://nodejs.org/en/) or later is required.
- **Node.Js:** [Node.js v18.x](https://nodejs.org/en/) or later is required.
- **PNPM:** Install [pnpm](https://pnpm.js.org/en/) as follows

```bash
npm install -g pnpm
npm install -g pnpm@latest-8
```

- **Go:** You also need to install [Go 1.13.7](https://golang.org/doc/install) or later. `Go` is used for creating a multipart S3 downloader tool that is used in AWS Service Catalog EC2 Windows based research environments.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/installation_guide/installation/cloud9install.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ Type `node --version`

To install long-term support version, enter:

`nvm install 16`
`nvm install 18`

### Installing Node Package Manager

<a name="npm"></a>

`npm install –g pnpm`
`npm install –g pnpm@latest-8`

#### Verify the Go version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ To add a role to an Amazon EC2 instance that is already running:
```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
source ~/.bashrc
nvm install 16
npm install -g serverless pnpm hygen
nvm install 18
npm install -g serverless pnpm@latest-8 hygen
```

2. Run the following command to display the version of the serverless package:
Expand Down
Binary file modified docs/service-workbench-on-aws-implementation-guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amzn/service-workbench-on-aws",
"version": "6.1.1",
"version": "6.2.0",
"private": true,
"description": "Service Workbench on AWS",
"author": "Amazon Web Services",
Expand Down

0 comments on commit c4be1a4

Please sign in to comment.