Skip to content

Commit 3e0fc04

Browse files
authored
2 parents b1b977a + ebd3897 commit 3e0fc04

File tree

142 files changed

+2295
-533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+2295
-533
lines changed

.all-contributorsrc

+18
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,24 @@
13211321
"contributions": [
13221322
"bug"
13231323
]
1324+
},
1325+
{
1326+
"login": "mmogylenko",
1327+
"name": "Mykola Mogylenko",
1328+
"avatar_url": "https://avatars.githubusercontent.com/u/7536624?v=4",
1329+
"profile": "https://github.com/mmogylenko",
1330+
"contributions": [
1331+
"bug"
1332+
]
1333+
},
1334+
{
1335+
"login": "z3r0w0n",
1336+
"name": "Kaushik Borra",
1337+
"avatar_url": "https://avatars.githubusercontent.com/u/6740347?v=4",
1338+
"profile": "https://github.com/z3r0w0n",
1339+
"contributions": [
1340+
"bug"
1341+
]
13241342
}
13251343
],
13261344
"repoType": "github",

.github/workflows/docker-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
DEFAULT_NODE_MAJOR_VERSION: 12
2525
steps:
2626
- name: Check out
27-
uses: actions/checkout@v2.4.0
27+
uses: actions/checkout@v3
2828

2929
# Determine if we should run the validation or not
3030
- name: Should this run?

.github/workflows/gh-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v3
2121
with:
2222
python-version: '3.8'
2323
- name: Check out
24-
uses: actions/checkout@v2.4.0
24+
uses: actions/checkout@v3
2525
- name: Locate Caches
2626
id: cache-locations
2727
run: |-
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Check out
61-
uses: actions/checkout@v2.4.0
61+
uses: actions/checkout@v3
6262
with:
6363
ref: gh-pages
6464
token: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}

.github/workflows/main.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
steps:
2626
# Check out the code
2727
- name: Check out
28-
uses: actions/checkout@v2.4.0
28+
uses: actions/checkout@v3
2929
# Set up all of our standard runtimes
3030
- name: Set up .NET 5
31-
uses: actions/setup-dotnet@v1
31+
uses: actions/setup-dotnet@v2
3232
with:
3333
dotnet-version: '5.0.x'
3434
- name: Set up Go 1.16
@@ -46,7 +46,7 @@ jobs:
4646
cache: yarn
4747
node-version: '12'
4848
- name: Set up Python 3.6
49-
uses: actions/setup-python@v2
49+
uses: actions/setup-python@v3
5050
with:
5151
python-version: '3.6'
5252
- name: Install python3-venv
@@ -119,10 +119,10 @@ jobs:
119119
steps:
120120
# Check out the code
121121
- name: Check out
122-
uses: actions/checkout@v2.4.0
122+
uses: actions/checkout@v3
123123
# Set up all of our standard runtimes
124124
- name: Set up .NET 5
125-
uses: actions/setup-dotnet@v1
125+
uses: actions/setup-dotnet@v2
126126
with:
127127
dotnet-version: '5.0.x'
128128
- name: Set up Go 1.16
@@ -140,7 +140,7 @@ jobs:
140140
cache: yarn
141141
node-version: '12'
142142
- name: Set up Python 3.6
143-
uses: actions/setup-python@v2
143+
uses: actions/setup-python@v3
144144
with:
145145
python-version: '3.6'
146146
- name: Install python3-venv
@@ -289,7 +289,7 @@ jobs:
289289
rm built-tree.tgz
290290
# Set up all of our standard runtimes (this is matrix-based)
291291
- name: Set up .NET ${{ matrix.dotnet }}
292-
uses: actions/setup-dotnet@v1
292+
uses: actions/setup-dotnet@v2
293293
with:
294294
dotnet-version: ${{ matrix.dotnet }}
295295
include-prerelease: ${{ matrix.dotnet-prerelease }}
@@ -308,7 +308,7 @@ jobs:
308308
cache: yarn
309309
node-version: ${{ matrix.node }}
310310
- name: Set up Python ${{ matrix.python }}
311-
uses: actions/setup-python@v2
311+
uses: actions/setup-python@v3
312312
with:
313313
python-version: ${{ matrix.python }}
314314
- name: 'Linux: Install python3-venv'

.github/workflows/yarn-upgrade.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Check Out
18-
uses: actions/checkout@v2.4.0
18+
uses: actions/checkout@v3
1919

2020
- name: Set up Node
2121
uses: actions/[email protected]
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
steps:
117117
- name: Check Out
118-
uses: actions/checkout@v2.4.0
118+
uses: actions/checkout@v3
119119

120120
- name: Download patch
121121
uses: actions/download-artifact@v2

.mergify/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pull_request_rules:
3030
label:
3131
add: [contribution/core]
3232
conditions:
33-
- author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB|MrArnoldPalmer|NetaNir|iliapolo|njlynch|madeline-k|BenChaimberg|comcalvi|kaizen3031593|Chriscbr|corymhall|otaviomacedo)$
33+
- 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)$
3434
- -label~="contribution/core"
3535
- name: Tell them we're good now
3636
actions:

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.55.0](https://github.com/aws/jsii/compare/v1.54.0...v1.55.0) (2022-03-10)
6+
7+
8+
### Features
9+
10+
* rosetta go support ([#3376](https://github.com/aws/jsii/issues/3376)) ([015e663](https://github.com/aws/jsii/commit/015e66374a5a846741a54efd610cf351516dbe44))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
517
## [1.54.0](https://github.com/aws/jsii/compare/v1.53.0...v1.54.0) (2022-02-15)
618

719

0 commit comments

Comments
 (0)