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 0.4.1 #358

Merged
merged 1 commit into from
Dec 1, 2022
Merged

chore: release 0.4.1 #358

merged 1 commit into from
Dec 1, 2022

Conversation

keptn-bot
Copy link
Contributor

@keptn-bot keptn-bot commented Nov 9, 2022

🤖 I have created a release beep boop

0.4.1 (2022-11-30)

Features

  • Move dashboards and fix issues (#417) (f6b5bfc)
  • operator: Copy annotations from parent resource if not defined on pod (#305) (c21f015)
  • operator: include detailed information about task/evaluation failure in span (#445) (94de8d6)
  • operator: refactor existing interfaces (#419) (f9c28a8)
  • operator: Refactor metrics helper functions (#269) (b6f3f43)
  • operator: Refactor Task, Evaluation handling + adapt span attributes setting (#287) (4d16a77)
  • operator: rework Task and Evaluation span structure (#465) (e5717c6)
  • operator: rework Workload and Application span structure (#452) (9a483ce)

Bug Fixes

  • adapt name of keptn_app_count metric due to reverted OTel exporter dependency update (#482) (97f8e8c)
  • Added back permission to list and watch namespaces (#404) (df346f7)
  • Fixed problems in examples (#378) (277be10)
  • operator: Also consider StatefulSets/DaemonSets when checking Workload Deployment state (#406) (27c189f)
  • operator: build env variables are computed during docker build (#457) (05ac270)
  • operator: cancel pending phases when evaluation fails (#408) (7f15baf)
  • operator: Changed checks on pod owner replicas (#412) (46524a7)
  • operator: detect Job failure and set Task to failed (#424) (19114db)
  • operator: Do not proceed with WLI if no AppVersion containing it is available (#377) (cf74540)
  • operator: Fixed typo in pre and post deployment checks + sorting the PhaseItem interface functions according to topic (#405) (ca8f11d)
  • operator: increment the correct meter to show deployment count (#434) (0287596)
  • operator: revert broken OTel version (#447) (3eb47d0)
  • operator: use correct parent/child span relationship (#418) (24efc80)
  • use correct namespace variable in delete cmd (#446) (c3b2188)

Dependency Updates

  • update denoland/deno docker tag to v1.27.2 (#354) (3a37846)
  • update denoland/deno docker tag to v1.28.0 (#401) (c4502e1)
  • update denoland/deno docker tag to v1.28.1 (#430) (fdf3f4b)
  • update dependency argoproj/argo-cd to v2.4.17 (#435) (9a4976b)
  • update dependency argoproj/argo-cd to v2.5.2 (#438) (2cf98a2)
  • update dependency cert-manager/cert-manager to v1.10.0 (#439) (bb4e487)
  • update dependency cert-manager/cert-manager to v1.10.1 (#450) (8872b3c)
  • update dependency jaegertracing/jaeger to v1.38.1 (#437) (5bd4e4c)
  • update dependency jaegertracing/jaeger to v1.39.0 (#440) (3410b63)
  • update dependency kubernetes-sigs/controller-tools to v0.10.0 (#443) (8c60dc7)
  • update dependency kubernetes-sigs/kustomize to v4.5.7 (#444) (2d83ce6)
  • update ghcr.io/keptn/scheduler docker tag to v202211041667586940 (#310) (8d71e29)
  • update go 1.19 (#364) (c72c4bc)
  • update helm/kind-action action to v1.4.0 (#355) (96cde69)
  • update kubernetes packages to v0.25.3 (minor) (#263) (d8cec2f)
  • update kubernetes packages to v0.25.3 (patch) (#291) (0a648b1)
  • update kubernetes packages to v0.25.4 (patch) (#383) (72088d6)
  • update module github.com/magiconair/properties to v1.8.6 (#331) (f54665e)
  • update module github.com/prometheus/client_golang to v1.13.1 (#311) (1fe4242)
  • update module github.com/prometheus/client_golang to v1.14.0 (#395) (39af17b)
  • update module google.golang.org/grpc to v1.50.1 (#274) (44ac9b4)
  • update module k8s.io/kubernetes to v1.25.4 (#399) (5f47086)
  • update module sigs.k8s.io/controller-runtime to v0.13.1 (#279) (3afcaad)
  • update module sigs.k8s.io/controller-runtime to v0.13.1 (#306) (a3a0600)

Docs

  • add cert-manager installation instructions to README (#392) (58161a1)
  • adding reference to youtube video (#407) (6abcade)
  • fix CRD api version for EvaluationProvider and EvaluationDefinition (#449) (d4c6716)

Other

  • add component tests as part of the coverage (#468) (d521669)
  • add CONTRIBUTING.md file (#466) (02c2726)
  • ensures that PR subjects start with lowercase (#427) (246f0b6)
  • execute performance tests after all other tests have been executed (#479) (145a6ab)
  • operator: restructure packages (#469) (41f21eb)
  • scheduler: make RealAnna codeowner (#369) (aba0a70)

This PR was generated with Release Please. See documentation.

@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 3 times, most recently from 6ebcd03 to 4bf75dd Compare November 9, 2022 20:24
@codecov
Copy link

codecov bot commented Nov 9, 2022

Codecov Report

Merging #358 (2870b7c) into main (97f8e8c) will increase coverage by 0.28%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #358      +/-   ##
==========================================
+ Coverage   59.54%   59.82%   +0.28%     
==========================================
  Files          28       28              
  Lines        2101     2101              
==========================================
+ Hits         1251     1257       +6     
+ Misses        745      741       -4     
+ Partials      105      103       -2     
Impacted Files Coverage Δ
...or/controllers/keptnworkloadinstance/controller.go 78.86% <0.00%> (+1.54%) ⬆️
...ptnworkloadinstance/reconcile_prepostevaluation.go 90.90% <0.00%> (+9.09%) ⬆️
Flag Coverage Δ
component-tests 51.32% <ø> (+0.72%) ⬆️
keptn-lifecycle-operator 56.64% <ø> (ø)
scheduler 4.52% <ø> (ø)

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 branch 8 times, most recently from d002197 to f498ea0 Compare November 11, 2022 07:17
@keptn-bot keptn-bot changed the title chore(main): release 0.4.1 chore: release main Nov 11, 2022
@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 13 times, most recently from fa42e16 to c011dba Compare November 15, 2022 16:15
@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 15 times, most recently from 4c77a34 to 73160dd Compare November 28, 2022 06:29
@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 2 times, most recently from 1cf0f92 to 55614b0 Compare November 28, 2022 11:38
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@keptn-bot keptn-bot force-pushed the release-please--branches--main branch 2 times, most recently from c6414ae to 0322c64 Compare November 30, 2022 07:26
Signed-off-by: keptn-bot <[email protected]>
@keptn-bot keptn-bot force-pushed the release-please--branches--main branch from 0322c64 to 2870b7c Compare November 30, 2022 12:32
Copy link
Member

@bacherfl bacherfl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm (the problem with the integration tests has been fixed on the main branch by #483)

Copy link
Member

@thisthat thisthat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thisthat thisthat merged commit 3359d2b into main Dec 1, 2022
@thisthat thisthat deleted the release-please--branches--main branch December 1, 2022 08:23
@keptn-bot
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants