cloudsnorkel.cdk-github-runners 0.14.5__tar.gz → 0.14.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cloudsnorkel.cdk-github-runners might be problematic. Click here for more details.
- {cloudsnorkel_cdk_github_runners-0.14.5/src/cloudsnorkel.cdk_github_runners.egg-info → cloudsnorkel_cdk_github_runners-0.14.7}/PKG-INFO +3 -3
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/README.md +1 -1
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/setup.py +3 -3
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/src/cloudsnorkel/cdk_github_runners/__init__.py +1 -1
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/src/cloudsnorkel/cdk_github_runners/_jsii/__init__.py +2 -2
- cloudsnorkel_cdk_github_runners-0.14.7/src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.14.7.jsii.tgz +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7/src/cloudsnorkel.cdk_github_runners.egg-info}/PKG-INFO +3 -3
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/src/cloudsnorkel.cdk_github_runners.egg-info/SOURCES.txt +1 -1
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/src/cloudsnorkel.cdk_github_runners.egg-info/requires.txt +1 -1
- cloudsnorkel_cdk_github_runners-0.14.5/src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.14.5.jsii.tgz +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/LICENSE +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/MANIFEST.in +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/pyproject.toml +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/setup.cfg +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/src/cloudsnorkel/cdk_github_runners/py.typed +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/src/cloudsnorkel.cdk_github_runners.egg-info/dependency_links.txt +0 -0
- {cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/src/cloudsnorkel.cdk_github_runners.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-github-runners
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.7
|
|
4
4
|
Summary: CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-github-runners.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.155.0
|
|
24
24
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.105.0
|
|
26
26
|
Requires-Dist: publication>=0.0.3
|
|
27
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
28
|
|
|
@@ -243,7 +243,7 @@ You can also create your own provider by implementing `IRunnerProvider`.
|
|
|
243
243
|
5. Execute the status command (you may need to specify `--profile` too) and open the resulting `status.json` file
|
|
244
244
|
6. Open the URL in `github.setup.url` from `status.json` or [manually setup GitHub](SETUP_GITHUB.md) integration as an app or with personal access token
|
|
245
245
|
7. Run status command again to confirm `github.auth.status` and `github.webhook.status` are OK
|
|
246
|
-
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted,
|
|
246
|
+
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted, codebuild]` (or non-default labels you set in step 2)
|
|
247
247
|
9. If the action is not successful, see [troubleshooting](#Troubleshooting)
|
|
248
248
|
|
|
249
249
|
[](https://youtu.be/wlyv_3V8lIw)
|
|
@@ -215,7 +215,7 @@ You can also create your own provider by implementing `IRunnerProvider`.
|
|
|
215
215
|
5. Execute the status command (you may need to specify `--profile` too) and open the resulting `status.json` file
|
|
216
216
|
6. Open the URL in `github.setup.url` from `status.json` or [manually setup GitHub](SETUP_GITHUB.md) integration as an app or with personal access token
|
|
217
217
|
7. Run status command again to confirm `github.auth.status` and `github.webhook.status` are OK
|
|
218
|
-
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted,
|
|
218
|
+
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted, codebuild]` (or non-default labels you set in step 2)
|
|
219
219
|
9. If the action is not successful, see [troubleshooting](#Troubleshooting)
|
|
220
220
|
|
|
221
221
|
[](https://youtu.be/wlyv_3V8lIw)
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cloudsnorkel.cdk-github-runners",
|
|
8
|
-
"version": "0.14.
|
|
8
|
+
"version": "0.14.7",
|
|
9
9
|
"description": "CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/CloudSnorkel/cdk-github-runners.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cloudsnorkel.cdk_github_runners._jsii": [
|
|
29
|
-
"cdk-github-runners@0.14.
|
|
29
|
+
"cdk-github-runners@0.14.7.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cloudsnorkel.cdk_github_runners": [
|
|
32
32
|
"py.typed"
|
|
@@ -36,7 +36,7 @@ kwargs = json.loads(
|
|
|
36
36
|
"install_requires": [
|
|
37
37
|
"aws-cdk-lib>=2.155.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.5, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.105.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
41
41
|
"typeguard>=2.13.3,<4.3.0"
|
|
42
42
|
],
|
|
@@ -216,7 +216,7 @@ You can also create your own provider by implementing `IRunnerProvider`.
|
|
|
216
216
|
5. Execute the status command (you may need to specify `--profile` too) and open the resulting `status.json` file
|
|
217
217
|
6. Open the URL in `github.setup.url` from `status.json` or [manually setup GitHub](SETUP_GITHUB.md) integration as an app or with personal access token
|
|
218
218
|
7. Run status command again to confirm `github.auth.status` and `github.webhook.status` are OK
|
|
219
|
-
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted,
|
|
219
|
+
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted, codebuild]` (or non-default labels you set in step 2)
|
|
220
220
|
9. If the action is not successful, see [troubleshooting](#Troubleshooting)
|
|
221
221
|
|
|
222
222
|
[](https://youtu.be/wlyv_3V8lIw)
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"@cloudsnorkel/cdk-github-runners",
|
|
36
|
-
"0.14.
|
|
36
|
+
"0.14.7",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"cdk-github-runners@0.14.
|
|
38
|
+
"cdk-github-runners@0.14.7.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-github-runners
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.7
|
|
4
4
|
Summary: CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-github-runners.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: aws-cdk-lib<3.0.0,>=2.155.0
|
|
24
24
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.105.0
|
|
26
26
|
Requires-Dist: publication>=0.0.3
|
|
27
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
28
|
|
|
@@ -243,7 +243,7 @@ You can also create your own provider by implementing `IRunnerProvider`.
|
|
|
243
243
|
5. Execute the status command (you may need to specify `--profile` too) and open the resulting `status.json` file
|
|
244
244
|
6. Open the URL in `github.setup.url` from `status.json` or [manually setup GitHub](SETUP_GITHUB.md) integration as an app or with personal access token
|
|
245
245
|
7. Run status command again to confirm `github.auth.status` and `github.webhook.status` are OK
|
|
246
|
-
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted,
|
|
246
|
+
8. Trigger a GitHub action that has a `self-hosted` label with `runs-on: [self-hosted, codebuild]` (or non-default labels you set in step 2)
|
|
247
247
|
9. If the action is not successful, see [troubleshooting](#Troubleshooting)
|
|
248
248
|
|
|
249
249
|
[](https://youtu.be/wlyv_3V8lIw)
|
|
@@ -11,4 +11,4 @@ src/cloudsnorkel.cdk_github_runners.egg-info/top_level.txt
|
|
|
11
11
|
src/cloudsnorkel/cdk_github_runners/__init__.py
|
|
12
12
|
src/cloudsnorkel/cdk_github_runners/py.typed
|
|
13
13
|
src/cloudsnorkel/cdk_github_runners/_jsii/__init__.py
|
|
14
|
-
src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.14.
|
|
14
|
+
src/cloudsnorkel/cdk_github_runners/_jsii/cdk-github-runners@0.14.7.jsii.tgz
|
|
Binary file
|
|
File without changes
|
{cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/MANIFEST.in
RENAMED
|
File without changes
|
{cloudsnorkel_cdk_github_runners-0.14.5 → cloudsnorkel_cdk_github_runners-0.14.7}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|