You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the first beta version of the KEDA HTTP Add-on! It's been a while since our last release, which was 0.0.1. Since then, we've made big improvements to nearly every area of this project.
Otherwise, below is a list of some of the most significant changes in this release.
HTTPScaledObject changes
Note: there is a breaking change to the HTTPScaledObjectspec field in this release. Please see the last bullet point of this section for more details
The status field of HTTPScaledObjects is now automatically populated (by the operator) with more details on the progress of your deployment (Improve status conditions #47)
You get more control over how your app is scaled, including specifying the minimum and maximum replicas (Add min and max replicas #85),
The HTTP Add-on operator no longer controls your application's Deployment or Service resources. You have full control over creating, updating or removing your application components, and the HTTP Add-on won't touch them anymore (Not creating app deployments #78)
This is a breaking change. Most old HTTPScaledObjectspec fields will not work with this release
Logistics changes
All container images for the HTTP Add-on are pushed to GitHub Container Registry now, rather than Docker Hub. Links are provided below:
Our container images are now based on the scratch base image (Change images to scratch #41), reducing the overall attack surface area of running HTTP Add-on pods
We've also added a document ensuring that this project has a pointer to the kedacore-wide code of conduct (Adding Code of Conduct #178)
Thanks
This project is young at the moment, and we have a wonderful and growing community. Special thanks to @ajanth97 and @khaosdoctor for their contributions.
We have a lot of features pending in this project, and we welcome new contributors to help build them. We also have documentation to write, issues to fix, and plenty of other things to do to otherwise push the KEDA HTTP Add-on project forward.
If you're interested in contributing in any way, we are willing to help you get started. Please send a direct message to arschles in the Kubernetes slack group indicating your interest.
This discussion was created from the release Version 0.1.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is the first beta version of the KEDA HTTP Add-on! It's been a while since our last release, which was 0.0.1. Since then, we've made big improvements to nearly every area of this project.
If you'd like to get started right away, please see the walkthrough documentation for this release.
Otherwise, below is a list of some of the most significant changes in this release.
HTTPScaledObject
changesHTTPScaledObject
s is now automatically populated (by the operator) with more details on the progress of your deployment (Improve status conditions #47)Deployment
orService
resources. You have full control over creating, updating or removing your application components, and the HTTP Add-on won't touch them anymore (Not creating app deployments #78)HTTPScaledObject
spec
fields will not work with this releaseLogistics changes
scratch
base image (Change images to scratch #41), reducing the overall attack surface area of running HTTP Add-on podsLocal development environment changes
Makefile
has been removed in favor of magefiles in Magefiles #89Documentation changes
kedacore
-wide code of conduct (Adding Code of Conduct #178)Thanks
This project is young at the moment, and we have a wonderful and growing community. Special thanks to @ajanth97 and @khaosdoctor for their contributions.
We have a lot of features pending in this project, and we welcome new contributors to help build them. We also have documentation to write, issues to fix, and plenty of other things to do to otherwise push the KEDA HTTP Add-on project forward.
If you're interested in contributing in any way, we are willing to help you get started. Please send a direct message to
arschles
in the Kubernetes slack group indicating your interest.This discussion was created from the release Version 0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions