Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #740

Merged
merged 1 commit into from
Jan 20, 2022
Merged

Version Packages #740

merged 1 commit into from
Jan 20, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 18, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

skuba@3.17.2

Patch Changes

  • init: Fix GitHub template cloning (#739)

    This resolves the following error when cloning a project template from GitHub:

    UnknownTransportError: Git remote "git@github.com:owner/repo.git" uses an unrecognized transport protocol: "ssh"
  • template/lambda-sqs-worker: Remove qualifier from smoke test invocation (#743)

    Previously, this template's smoke test hook specified a $LATEST qualifier in its Lambda.Invoke API call. AWS authorised the call based on the unqualified Lambda ARN in our serverless.yml IAM policy, but will stop doing so after April 2022.

    To avoid deployment failures, remove the qualifier in src/hooks.ts. An unqualified call is equivalent to targeting $LATEST.

    - Qualifier: '$LATEST',
    + Qualifier: undefined,
  • node: Register tsconfig-paths in REPL (#745)

    This resolves the following error:

    Error: Cannot find module '/node_modules/skuba/lib/register'
    Require stack:
    - internal/preload

@github-actions github-actions bot requested a review from a team as a code owner January 18, 2022 07:50
@72636c 72636c marked this pull request as draft January 18, 2022 10:05
@72636c 72636c added the dino:snooze Snooze in Review Dino label Jan 18, 2022
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from ad041b5 to 6906ddd Compare January 20, 2022 22:02
@72636c 72636c marked this pull request as ready for review January 20, 2022 22:10
@72636c 72636c removed the dino:snooze Snooze in Review Dino label Jan 20, 2022
@72636c 72636c merged commit 5423967 into master Jan 20, 2022
@72636c 72636c deleted the changeset-release/master branch January 20, 2022 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant