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

chore(deps-dev): bump cdk8s from 0.30.0 to 0.32.0 #10991

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps cdk8s from 0.30.0 to 0.32.0.

Release notes

Sourced from cdk8s's releases.

v0.32.0

⚠ BREAKING CHANGES

  • lib: EnvValue.fromSecret(secret, key) has been removed in favor of EnvValue.fromSecretValue({ secret, key }).

Features

Bug Fixes

  • lib: corrupted manifests when including large files (#350) (649f41b)
  • lib: fail to import octal numbers via include (and helm) (#349) (bed9eed), closes #348

v0.31.0

⚠ BREAKING CHANGES

  • plus: spec was removed from all cdk8s+ constructs and that now have a flat structure. See Example for new usage.

  • plus: Construct id's for deployment will change due to a latent bug that appended the word pod to them.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

  • plus: deployment.expose() now takes port as a positional argument (before: deployment.expose({ port }), now: deployment.expose(port)).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

  • lib: auto-generated resource names that included duplicate hyphens will change will be replaced when applied.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

  • lib: cdk8s-plus's value of a label cdk8s.deployment of Pods are changed

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Features

Bug Fixes

  • lib: uniqueId is not compatible with the k8s labels (#326) (161f368), closes #323
  • lib: duplicate hyphens in generated resource names (#341) (6f6366a)
  • allow tests to run without write access to os.tmpdir parent (#338) (dc17022)
  • Fix yaml quote serialization 325 (#327) (6b1f662), closes #325
Changelog

Sourced from cdk8s's changelog.

0.32.0 (2020-10-20)

⚠ BREAKING CHANGES

  • lib: EnvValue.fromSecret(secret, key) has been removed in favor of EnvValue.fromSecretValue({ secret, key }).

Features

Bug Fixes

  • lib: corrupted manifests when including large files (#350) (649f41b)
  • lib: fail to import octal numbers via include (and helm) (#349) (bed9eed), closes #348

0.31.0 (2020-10-19)

⚠ BREAKING CHANGES

  • plus: spec was removed from all cdk8s+ constructs and that now have a flat structure. See Example for new usage.

  • plus: Construct id's for deployment will change due to a latent bug that appended the word pod to them.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

  • plus: deployment.expose() now takes port as a positional argument (before: deployment.expose({ port }), now: deployment.expose(port)).

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

  • lib: auto-generated resource names that included duplicate hyphens will change will be replaced when applied.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

  • lib: cdk8s-plus's value of a label cdk8s.deployment of Pods are changed

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Features

Bug Fixes

  • lib: uniqueId is not compatible with the k8s labels (#326) (161f368), closes #323
  • lib: duplicate hyphens in generated resource names (#341) (6f6366a)
Commits
  • 8a3972a chore(release): 0.32.0
  • dd7cf58 feat(lib): SecretValue (#351)
  • 8c391f6 chore: make mergify consider do-not-merge label (#354)
  • 649f41b fix(lib): corrupted manifests when including large files (#350)
  • bed9eed fix(lib): fail to import octal numbers via include (and helm) (#349)
  • a57e466 feat(plus): readiness probes (#353)
  • 8b0176c chore(release): 0.31.0
  • 5e34850 refactor(plus): Remove the spec nesting level on both input and output (#347)
  • 6ee449f feat(lib): helm construct (#346)
  • 5413b3b feat(plus): service.addDeployment() (#342)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. label Oct 20, 2020
@gitpod-io
Copy link

gitpod-io bot commented Oct 20, 2020

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 0b26919
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Oct 20, 2020

Thanks Dependabot!

@mergify mergify bot merged commit af45a1f into master Oct 20, 2020
@mergify mergify bot deleted the dependabot/npm_and_yarn/cdk8s-0.32.0 branch October 20, 2020 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This issue is a problem in a dependency or a pull request that updates a dependency file.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant