Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8330df1

Browse files
authoredSep 23, 2024··
Merge branch 'develop' into dependabot/docker/docs/squidfunk/mkdocs-material-22a429f602f2f616ff12ddc19bdcaae5f2096086a79c529fddd5472bdcb46165
2 parents d5cee17 + 1ba2339 commit 8330df1

File tree

5 files changed

+98
-165
lines changed

5 files changed

+98
-165
lines changed
 

‎.github/workflows/publish_v3_layer.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: zip output
150150
run: zip -r cdk.py${{ matrix.python-version }}.out.zip cdk.out
151151
- name: Archive CDK artifacts
152-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
152+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
153153
with:
154154
name: cdk-layer-artifact-py${{ matrix.python-version }}
155155
path: layer_v3/cdk.py${{ matrix.python-version }}.out.zip
@@ -268,16 +268,16 @@ jobs:
268268
# ./layer_v3/scripts/update_layer_arn.sh cdk-layer-stack
269269
# NOTE: It felt unnecessary creating yet another PR to update changelog w/ latest tag
270270
# since this is the only step in the release where we update docs from a temp branch
271-
- name: Update changelog with latest tag
272-
run: make changelog
273-
- name: Create PR
274-
id: create-pr
275-
uses: ./.github/actions/create-pr
276-
with:
277-
files: "docs/index.md examples CHANGELOG.md"
278-
temp_branch_prefix: "ci-layer-docs"
279-
pull_request_title: "chore(ci): layer docs update"
280-
github_token: ${{ secrets.GITHUB_TOKEN }}
271+
# - name: Update changelog with latest tag
272+
# run: make changelog
273+
# - name: Create PR
274+
# id: create-pr
275+
# uses: ./.github/actions/create-pr
276+
# with:
277+
# files: "docs/index.md examples CHANGELOG.md"
278+
# temp_branch_prefix: "ci-layer-docs"
279+
# pull_request_title: "chore(ci): layer docs update"
280+
# github_token: ${{ secrets.GITHUB_TOKEN }}
281281

282282
prepare_docs_alias:
283283
runs-on: ubuntu-latest

‎.github/workflows/reusable_deploy_v3_layer_stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
cat cdk-layer-stack/${{steps.constants.outputs.LAYER_VERSION}}
205205
- name: Save Layer ARN artifact
206206
if: ${{ inputs.stage == 'PROD' }}
207-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
207+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
208208
with:
209209
name: cdk-layer-stack-${{ matrix.region }}-${{ matrix.python-version }}
210210
path: ./layer_v3/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.

‎CHANGELOG.md

Lines changed: 62 additions & 117 deletions
Large diffs are not rendered by default.

‎poetry.lock

Lines changed: 21 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pytest-cov = "^5.0.0"
6464
pytest-mock = "^3.14.0"
6565
pdoc3 = "^0.11.0"
6666
pytest-asyncio = "^0.24.0"
67-
bandit = "^1.7.9"
67+
bandit = "^1.7.10"
6868
radon = "^6.0.1"
6969
xenon = "^0.9.1"
7070
mkdocs-git-revision-date-plugin = "^0.3.2"
@@ -75,7 +75,7 @@ aws-cdk-lib = "^2.157.0"
7575
"aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"
7676
"aws-cdk.aws-apigatewayv2-authorizers-alpha" = "^2.38.1-alpha.0"
7777
"aws-cdk.aws-lambda-python-alpha" = "^2.156.0a0"
78-
"cdklabs.generative-ai-cdk-constructs" = "^0.1.264"
78+
"cdklabs.generative-ai-cdk-constructs" = "^0.1.268"
7979
pytest-benchmark = "^4.0.0"
8080
types-requests = "^2.31.0"
8181
typing-extensions = "^4.12.2"
@@ -107,7 +107,7 @@ datadog = ["datadog-lambda"]
107107
datamasking = ["aws-encryption-sdk", "jsonpath-ng"]
108108

109109
[tool.poetry.group.dev.dependencies]
110-
cfn-lint = "1.12.4"
110+
cfn-lint = "1.15.0"
111111
mypy = "^1.1.1"
112112
types-python-dateutil = "^2.8.19.6"
113113
aws-cdk-aws-appsync-alpha = "^2.59.0a0"

0 commit comments

Comments
 (0)
Please sign in to comment.