Releases: xigxog/kubefox
Releases · xigxog/kubefox
v0.7.2
v0.7.1
added flag to operator to enable default telemetry
v0.7.0
updated mkdocs and deps
v0.6.1
tweaked graphql example for portability
v0.6.0
removed debug code
v0.5.1
updated github actions
v0.5.0
updated quickstart
v0.4.0-alpha
🦊 Features
- Moved Release to VirtualEnv spec.
- Added Release policies to VirtualEnv:
- Require VirtualEnvSnapshot.
- Require AppDeployment version.
- Set deadline of Release activation.
- Set limits on how many Releases to maintain in history.
- Added Event Context validation:
- Ensure all required env vars, including vars used in routes, exist and of correct type.
- Ensure all Component dependencies exist and of correct type.
- Enhanced conditions reporting for Custom Resources including a detailed problems section.
- Added Event Context headers to HTTP responses.
🐉 Fixes
- Resolved several cases that would result in Operator failing because of conflicts.
- Added explicit resource requests for Platform Components so they don't default to limits.
🐐 Misc
- Added license header to all source files.
- Moved labeling and defaulting of Custom Resources to webhooks.
- Happy 87th birthday Peter Naur!
v0.3.0-alpha
🦊 Features
- Greatly simplified release process.
- Can control Pod and Container specs for Platform components.
- VirtualEnvs can inherit and override ClusterVirtualEnvs.
- Added HTTP adapter allowing for both incoming and outgoing HTTP calls.
- AppDeployments can now optionally be versioned.
- Snapshots of VirtualEnvs can be created.
- Components can declare dependencies on other Components, Adapters, and EnvVars.
- Component routes and dependencies declared at deployment instead of runtime.
- Added GraphQL interface to Kit.
🐉 Fixes
🐐 Misc
- Cleaned up build scripts.
- Docs restructured and updated.
- Compress Platform images for faster download.
- Refactored into single Go module and simplified dir structure.
- Removed JetStream to reduce Platform overhead.
- Moved HTTP Adapter from Broker to separate Pod.
v0.2.5-alpha
🦊 Features
- More happiness.
🐉 Fixes
- Added version label to components controlled by the
operator
so it will roll pods on upgrade.
🐐 Misc
- Tweaks to mkdocs font setup.