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(lifecycle-operator): remove deprecated fields in KeptnTaskDefinition #3345

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

odubajDT
Copy link
Contributor

@odubajDT odubajDT commented Mar 25, 2024

Fixes: #3104

Depends on: #3344

@github-actions github-actions bot added documentation Improvements or additions to documentation ops lifecycle-operator labels Mar 25, 2024
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.03%. Comparing base (1d851c5) to head (13e31cf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3345      +/-   ##
==========================================
- Coverage   88.05%   88.03%   -0.02%     
==========================================
  Files         176      176              
  Lines        9608     9604       -4     
==========================================
- Hits         8460     8455       -5     
- Misses        854      856       +2     
+ Partials      294      293       -1     
Files Coverage Δ
...tor/apis/lifecycle/v1/keptntaskdefinition_types.go 80.00% <ø> (ø)
...s/lifecycle/v1beta1/keptntaskdefinition_webhook.go 91.66% <100.00%> (-0.34%) ⬇️
...rator/controllers/common/taskdefinition/handler.go 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

Flag Coverage Δ
certificate-operator 69.23% <ø> (ø)
component-tests 58.77% <ø> (+0.73%) ⬆️
lifecycle-operator 88.08% <100.00%> (-0.01%) ⬇️
metrics-operator 88.18% <ø> (-0.14%) ⬇️
scheduler 34.74% <ø> (ø)

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

…ition

Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Copy link

sonarcloud bot commented Mar 26, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@odubajDT odubajDT marked this pull request as ready for review March 26, 2024 08:20
@odubajDT odubajDT requested review from a team as code owners March 26, 2024 08:20
@StackScribe
Copy link
Contributor

Did you confirm that https://keptn.sh/stable/docs/reference/crd-reference/taskdefinition/#differences-between-versions is still accurate? It looks like we didn't tell them that function still actually worked in place of deno so maybe we don't need to say that function is shut down in v2.0?

@odubajDT
Copy link
Contributor Author

Did you confirm that https://keptn.sh/stable/docs/reference/crd-reference/taskdefinition/#differences-between-versions is still accurate? It looks like we didn't tell them that function still actually worked in place of deno so maybe we don't need to say that function is shut down in v2.0?

Good point, looking at the page it states that function is deprecated already in 0.8.0 and will be dropped in future releases. I would say this is good enough here.

@odubajDT odubajDT merged commit 15a8ae3 into keptn:main Mar 26, 2024
47 checks passed
Vickysomtee pushed a commit to Vickysomtee/keptn-lifecycle-toolkit that referenced this pull request Apr 23, 2024
…ition (keptn#3345)

Signed-off-by: odubajDT <ondrej.dubaj@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
documentation Improvements or additions to documentation lifecycle-operator ops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated fields in KeptnTaskDefinition type and bump the API
3 participants