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: release deno-runtime 2.0.0 #2416

Merged

Conversation

keptn-bot
Copy link
Contributor

@keptn-bot keptn-bot commented Nov 6, 2023

🤖 I have created a release beep boop

2.0.0 (2024-02-06)

⚠ BREAKING CHANGES

  • lifecycle-operator: The environment variable giving deno and python runtime access to context information has been renamed from CONTEXT to KEPTN_CONTEXT

Features

  • lifecycle-operator: rename CONTEXT to KEPTN_CONTEXT in task runtimes (#2521) (a7322bd)

Other

  • add config for spell checker action, fix typos (#2443) (eac178f)
  • deno-runtime: add read/write permissions to deno runtime image (#2618) (8425f50)
  • rename Keptn default namespace to 'keptn-system' (#2565) (aec1148)

Docs

  • mention KEPTN_CONTEXT env var in runtime readmes files (#2588) (dfefc90)
  • remove Scarf transparent pixels (#2590) (95851fa)

Dependency Updates

  • deno-runtime: update libcrypto3 and libssl3 (#2953) (882b442)
  • update denoland/deno docker tag to alpine-1.38.0 (#2413) (14f3cc3)
  • update denoland/deno docker tag to alpine-1.38.1 (#2474) (04248eb)
  • update denoland/deno docker tag to alpine-1.38.2 (#2528) (964fd25)
  • update denoland/deno docker tag to alpine-1.38.3 (#2567) (f1b969e)
  • update denoland/deno docker tag to alpine-1.38.4 (#2625) (32220d9)
  • update denoland/deno docker tag to alpine-1.38.5 (#2648) (a3d77a3)
  • update denoland/deno docker tag to alpine-1.39.0 (#2684) (5456786)
  • update denoland/deno docker tag to alpine-1.39.2 (#2721) (8e1e088)
  • update denoland/deno docker tag to alpine-1.39.4 (#2795) (5a5d5f4)
  • update denoland/deno docker tag to alpine-1.40.2 (#2886) (cad0c57)

This PR was generated with Release Please. See documentation.

@keptn-bot keptn-bot requested a review from a team as a code owner November 6, 2023 06:53
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 6, 2023
Copy link

netlify bot commented Nov 6, 2023

Deploy Preview for keptn-lifecycle-toolkit ready!

Name Link
🔨 Latest commit ae3be9d
🔍 Latest deploy log https://app.netlify.com/sites/keptn-lifecycle-toolkit/deploys/6582a26fc290450008809d4c
😎 Deploy Preview https://deploy-preview-2416--keptn-lifecycle-toolkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (281c502) 85.96% compared to head (8f84c1f) 85.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2416      +/-   ##
==========================================
- Coverage   85.96%   85.93%   -0.03%     
==========================================
  Files         161      161              
  Lines       10258    10258              
==========================================
- Hits         8818     8815       -3     
- Misses       1159     1161       +2     
- Partials      281      282       +1     

see 1 file with indirect coverage changes

Flag Coverage Δ
certificate-operator 67.42% <ø> (ø)
component-tests 55.80% <ø> (-0.74%) ⬇️
lifecycle-operator 85.61% <ø> (ø)
metrics-operator 87.63% <ø> (ø)
scheduler 36.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--deno-runtime branch 6 times, most recently from 75baefb to 9ddd567 Compare November 13, 2023 07:16
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--deno-runtime branch 7 times, most recently from fb449b5 to 4c8502d Compare November 21, 2023 06:51
@keptn-bot keptn-bot changed the title chore: release deno-runtime 1.0.3 chore: release deno-runtime 2.0.0 Nov 21, 2023
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--deno-runtime branch 9 times, most recently from 1d99c35 to 72f3855 Compare November 28, 2023 07:36
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--deno-runtime branch 2 times, most recently from f1364ad to 7744462 Compare November 29, 2023 08:00
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--deno-runtime branch 7 times, most recently from d30b38f to f1d64a6 Compare January 29, 2024 07:34
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--deno-runtime branch 6 times, most recently from 3a20296 to 2ae06a4 Compare February 5, 2024 12:18
Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com>
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--deno-runtime branch from 2ae06a4 to 8f84c1f Compare February 6, 2024 06:37
mowies
mowies previously approved these changes Feb 6, 2024
RealAnna
RealAnna previously approved these changes Feb 6, 2024
…deno-runtime

Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
@mowies mowies dismissed stale reviews from RealAnna and themself via c983780 February 6, 2024 12:22
Copy link

sonarcloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@mowies mowies merged commit e616292 into main Feb 6, 2024
8 of 10 checks passed
@mowies mowies deleted the release-please--branches--main--components--deno-runtime branch February 6, 2024 12:22
@keptn-bot
Copy link
Contributor Author

Bharadwajshivam28 pushed a commit to Bharadwajshivam28/lifecycle-toolkit that referenced this pull request Feb 20, 2024
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: shivam <shivambharadwaj822@gmail.com>
Vickysomtee pushed a commit to Vickysomtee/keptn-lifecycle-toolkit that referenced this pull request Apr 23, 2024
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: vickysomtee <vickysomtee@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: tagged documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants