Giter Site home page Giter Site logo

1.14 Release Review about cert-manager HOT 5 OPEN

hawksight avatar hawksight commented on May 27, 2024
1.14 Release Review

from cert-manager.

Comments (5)

SgtCoDFish avatar SgtCoDFish commented on May 27, 2024 3

My suggestion from the standup:

In the release thread for 1.14.0 @wallrj shared a snippet to generate a diff between the old chart and the new, which pretty much immediately made it obvious what there was another bug (a Service that was deleted when it shouldn't have been).

It'd be helpful to have that diff for any change to the chart, and it could be automatically generated. The current diff is noisy because it includes version number changes, but those could be filtered out before we diff to make the actual changes obvious!

E.g.

diff -u \
  <(helm template cert-manager --repo https://v1-14-0.jetstack-charts.pages.dev --version v1.13.x | grep -v 'app.kubernetes.io/version\|helm.sh/chart') \
  <(helm template _bin/cert-manager-v1.14.1-1-g6e52ae13660281.tgz | grep -v 'app.kubernetes.io/version\|helm.sh/chart')

from cert-manager.

inteon avatar inteon commented on May 27, 2024

Another possible improvement: we should specify as part of the release process when and who should validate a beta release by locally testing it.

from cert-manager.

erikgb avatar erikgb commented on May 27, 2024

I am a big fan of automation, and I think @SpectralHiss agrees with me. So I would suggest introducing some post-release automation doing e2e-tests/smoke-tests on the release. That should allow us to detect any problems with the release, so we could eventually "yank" it - as they occasionally do with releases to PyPi. If our latest beta release and the final release are more or less identical, we only risk yanking alpha/beta releases. Manual tasks are doomed to fail at any time.

from cert-manager.

wallrj avatar wallrj commented on May 27, 2024

While releasing the OperatorHub package, I've setup local automated testing and I've updated the Release Process:

from cert-manager.

cert-manager-bot avatar cert-manager-bot commented on May 27, 2024

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
/lifecycle stale

from cert-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.