Skip to content

Commit

Permalink
chore(release): 1.55.0 (#3415)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 10, 2022
2 parents b1b977a + ebd3897 commit 3e0fc04
Show file tree
Hide file tree
Showing 142 changed files with 2,295 additions and 533 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,24 @@
"contributions": [
"bug"
]
},
{
"login": "mmogylenko",
"name": "Mykola Mogylenko",
"avatar_url": "https://avatars.githubusercontent.com/u/7536624?v=4",
"profile": "https://github.com/mmogylenko",
"contributions": [
"bug"
]
},
{
"login": "z3r0w0n",
"name": "Kaushik Borra",
"avatar_url": "https://avatars.githubusercontent.com/u/6740347?v=4",
"profile": "https://github.com/z3r0w0n",
"contributions": [
"bug"
]
}
],
"repoType": "github",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
DEFAULT_NODE_MAJOR_VERSION: 12
steps:
- name: Check out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

# Determine if we should run the validation or not
- name: Should this run?
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.8'
- name: Check out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
- name: Locate Caches
id: cache-locations
run: |-
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
ref: gh-pages
token: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
steps:
# Check out the code
- name: Check out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
# Set up all of our standard runtimes
- name: Set up .NET 5
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '5.0.x'
- name: Set up Go 1.16
Expand All @@ -46,7 +46,7 @@ jobs:
cache: yarn
node-version: '12'
- name: Set up Python 3.6
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.6'
- name: Install python3-venv
Expand Down Expand Up @@ -119,10 +119,10 @@ jobs:
steps:
# Check out the code
- name: Check out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
# Set up all of our standard runtimes
- name: Set up .NET 5
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: '5.0.x'
- name: Set up Go 1.16
Expand All @@ -140,7 +140,7 @@ jobs:
cache: yarn
node-version: '12'
- name: Set up Python 3.6
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.6'
- name: Install python3-venv
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
rm built-tree.tgz
# Set up all of our standard runtimes (this is matrix-based)
- name: Set up .NET ${{ matrix.dotnet }}
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.dotnet }}
include-prerelease: ${{ matrix.dotnet-prerelease }}
Expand All @@ -308,7 +308,7 @@ jobs:
cache: yarn
node-version: ${{ matrix.node }}
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: 'Linux: Install python3-venv'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:

- name: Check Out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Set up Node
uses: actions/setup-node@v2.5.1
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Download patch
uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .mergify/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pull_request_rules:
label:
add: [contribution/core]
conditions:
- author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB|MrArnoldPalmer|NetaNir|iliapolo|njlynch|madeline-k|BenChaimberg|comcalvi|kaizen3031593|Chriscbr|corymhall|otaviomacedo)$
- author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB|MrArnoldPalmer|NetaNir|iliapolo|njlynch|madeline-k|BenChaimberg|comcalvi|kaizen3031593|Chriscbr|corymhall|otaviomacedo|yuth|TheRealAmazonKendra)$
- -label~="contribution/core"
- name: Tell them we're good now
actions:
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [1.55.0](https://github.com/aws/jsii/compare/v1.54.0...v1.55.0) (2022-03-10)


### Features

* rosetta go support ([#3376](https://github.com/aws/jsii/issues/3376)) ([015e663](https://github.com/aws/jsii/commit/015e66374a5a846741a54efd610cf351516dbe44))


### Bug Fixes

* **go:** lots of documentation is missing from generated code ([#3409](https://github.com/aws/jsii/issues/3409)) ([69d28bb](https://github.com/aws/jsii/commit/69d28bb467113c5d5e91493b0846616685c64678))

## [1.54.0](https://github.com/aws/jsii/compare/v1.53.0...v1.54.0) (2022-02-15)


Expand Down
Loading

0 comments on commit 3e0fc04

Please sign in to comment.