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 lifecycle-operator 1.0.0 #3305

Merged

Conversation

keptn-bot
Copy link
Contributor

@keptn-bot keptn-bot commented Mar 20, 2024

🤖 I have created a release beep boop

1.0.0 (2024-04-24)

Features

  • helm-chart: make charts Openshift compliant (#3415) (32f077a)
  • lifecycle-operator: introduce v1 API version (#3344) (1d851c5)
  • lifecycle-operator: move API HUB version to v1 (#3350) (eed393b)
  • metrics-operator: use v1 API in operator logic (#3269) (e9a584b)

Bug Fixes

  • introduce missing Role into keptn-cert-manager helm charts (#3435) (16afdaa)

Other

  • bump helm charts versions (#3303) (19cbe9f)
  • bump runtime versions to latest released (#3455) (4034df7)
  • lifecycle-operator: bump release version (#3458) (ec765bc)
  • lifecycle-operator: clean up unused API logic (#3351) (016dc07)
  • lifecycle-operator: remove deprecated fields in KeptnTaskDefinition (#3345) (15a8ae3)

Dependency Updates

  • bump golang.org/x/net to v0.23.0 (#3388) (e9c1dda)
  • update dependency kubernetes-sigs/kustomize to v5.4.1 (#3394) (2dda172)
  • update golang docker tag to v1.21.9 (#3384) (e4f1a6a)
  • update golang.org/x/exp digest to 93d18d7 (#3400) (5a9e73b)
  • update golang.org/x/exp digest to a685a6e (#3346) (f0e7571)
  • update golang.org/x/exp digest to c0f41cb (#3389) (4407d07)
  • update golang.org/x/exp digest to fe59bbe (#3427) (f1a17ff)
  • update kubernetes packages to v0.28.8 (patch) (#3300) (435e722)
  • update module github.com/keptn/lifecycle-toolkit/keptn-cert-manager (#3318) (f765187)
  • update module github.com/onsi/ginkgo/v2 to v2.16.0 (#3319) (10bc1c0)
  • update module github.com/onsi/ginkgo/v2 to v2.17.0 (#3339) (997a63c)
  • update module github.com/onsi/ginkgo/v2 to v2.17.1 (#3363) (a34b8e5)
  • update module google.golang.org/grpc to v1.62.2 (#3391) (213204b)
  • update module google.golang.org/grpc to v1.63.2 (#3422) (7da06b7)
  • update module k8s.io/apimachinery to v0.28.9 (#3433) (a75d65e)
  • update opentelemetry-go monorepo (minor) (#3408) (15ebf45)

This PR was generated with Release Please. See documentation.

@keptn-bot keptn-bot requested a review from a team as a code owner March 20, 2024 09:37
@github-actions github-actions bot added documentation Improvements or additions to documentation lifecycle-operator labels Mar 20, 2024
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.33%. Comparing base (f765187) to head (0c4afe1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3305      +/-   ##
==========================================
- Coverage   85.36%   85.33%   -0.03%     
==========================================
  Files         167      167              
  Lines        7412     7412              
==========================================
- Hits         6327     6325       -2     
- Misses        798      799       +1     
- Partials      287      288       +1     

see 1 file with indirect coverage changes

Flag Coverage Δ
certificate-operator 69.23% <ø> (ø)
component-tests 58.04% <ø> (-0.74%) ⬇️
lifecycle-operator 83.46% <ø> (ø)
metrics-operator 88.32% <ø> (ø)
scheduler 34.74% <ø> (ø)

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--lifecycle-operator branch 12 times, most recently from 157875e to 858c449 Compare March 27, 2024 06:52
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--lifecycle-operator branch 6 times, most recently from b97868b to bdec757 Compare April 3, 2024 06:41
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--lifecycle-operator branch 7 times, most recently from 24054e0 to ef4d753 Compare April 10, 2024 08:00
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--lifecycle-operator branch 7 times, most recently from eb5e852 to 44aff69 Compare April 24, 2024 08:25
@keptn-bot keptn-bot changed the title chore: release lifecycle-operator 0.9.3 chore: release lifecycle-operator 1.0.0 Apr 24, 2024
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--lifecycle-operator branch from 44aff69 to 18e010c Compare April 24, 2024 09:30
@github-actions github-actions bot added the ops label Apr 24, 2024
@keptn-bot keptn-bot force-pushed the release-please--branches--main--components--lifecycle-operator branch from 61e2776 to ee25eb9 Compare April 24, 2024 09:50
@github-actions github-actions bot removed the ops label Apr 24, 2024
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
@github-actions github-actions bot added the ops label Apr 24, 2024
Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com>
odubajDT
odubajDT previously approved these changes Apr 24, 2024
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Copy link

sonarcloud bot commented Apr 24, 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 merged commit 4f30690 into main Apr 24, 2024
42 checks passed
@odubajDT odubajDT deleted the release-please--branches--main--components--lifecycle-operator branch April 24, 2024 11:15
@keptn-bot
Copy link
Contributor Author

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

Successfully merging this pull request may close these issues.

None yet

3 participants