Releases: openrundev/openrun
Releases · openrundev/openrun
Release v0.16.5
Release v0.16.4
Release v0.16.3
Release v0.16.2
Release v0.16.1
Immutable
release. Only release title and notes can be modified.
Release v0.16.0
Immutable
release. Only release title and notes can be modified.
Changelog
Other
- f9c1fc0: Add check for pod readiness (@akclace)
- baf609f: Add cleanup (@akclace)
- 3b47ee7: Add cpu and memory options for kubernetes (@akclace)
- bed77b6: Add option for NodePort service type for testing with k3s (@akclace)
- 800c626: Added checks to ensure pods are updated (@akclace)
- a0799b2: Added cpu and memory value parsing (@akclace)
- ce51594: Added k8s server side apply based deployments and volume support (@akclace)
- a6f2ffb: Added kubernetes docs (@akclace)
- 71222e2: Added max_replicas config and HPA support (@akclace)
- 14f71c9: Added support for showing container logs on failures (@akclace)
- 97de81e: Added tests for running under kubernetes container manager (@akclace)
- 7fb5410: Check test output (@akclace)
- f3def60: Clean up status checks after container startup (@akclace)
- f0cf7bd: Enable kubernetes test (@akclace)
- 4a9aa47: Fix app id for deployments during updates (@akclace)
- 44aa423: Fix naming (@akclace)
- fbd2610: Fix pod url (@akclace)
- c703827: Fix test (@akclace)
- dbe53d5: Fix test (@akclace)
- 550d7e5: Fix volume handling on k8s (@akclace)
- 1929856: Increase health check timeout (@akclace)
- 7da8750: Reduce cpu setting (@akclace)
- 608d99b: Reduce memory setting (@akclace)
- 60d9fbf: Reload container eagerly in dev mode (@akclace)
- 09dddef: Revert "Check test output" (@akclace)
- 5b1733a: Set CPU request, not limit. For memory, set request and limit to same value (@akclace)
- 8a47a59: Support container manager specific arg parsing (@akclace)
Release v0.15.20
Immutable
release. Only release title and notes can be modified.
Changelog
Other
- 6dc9832: Add build mode checks (@akclace)
- dd3b745: Add check for existing group/user (@akclace)
- 82d5495: Add streamlit app (@akclace)
- ad15c11: Added container manager interface (@akclace)
- 1e8a186: Added context in container api calls (@akclace)
- d8fe64e: Added funding.json (@akclace)
- 224aebe: Added k8s container deployment (@akclace)
- 9bbf693: Added setup for kaniko based build on Kubernetes (@akclace)
- 21679a0: Added support for delegated build (@akclace)
- f7655a1: Added test app (@akclace)
- 7fdb5a2: Allow in place updates for container config changes (@akclace)
- 8c8e35c: Bump github.com/docker/docker (#71) (@dependabot[bot])
- 8bdb0f6: Bump golang.org/x/crypto from 0.39.0 to 0.45.0 (#72) (@dependabot[bot])
- a093eb8: Cleanup container command implementation (@akclace)
- a1c155e: Create symlink in /usr/bin (@akclace)
- 29937e4: Fix app container handler reference (@akclace)
- a0d5226: Fix container health check (@akclace)
- 1907fd8: Fix image lookup with remote registry (@akclace)
- e560cae: Fix kaniko based build on kubernetes (@akclace)
- f260048: Moved container package (@akclace)
- 94530b3: Pass env values to pod (@akclace)
- 6f6e0ba: Refactor volume handling for k8s support (@akclace)
- a136918: Remove app (@akclace)
- 2d5d295: Remove container initialization during app reload (@akclace)
- d8b15cf: Support remote registry for non delegated build (@akclace)
- 6f2875d: Update container name check for in place updates (@akclace)
- 0610a48: Update perm for symlink (@akclace)
- 4474354: Updated branch name (@akclace)
- 6b13b62: Use /usr/bin for system level installation binary path (@akclace)
Release v0.15.19
Release v0.15.18
Release v0.15.14
Immutable
release. Only release title and notes can be modified.
Changelog
Added
- Added
openrun_adminplugin with apis to managesyncjobs, for use by manage_sync app
Changed
- Changed app authentication setting and git auth setting to be stored in app metadata instead of in app settings. This allows those properties to be updated through declarative config. The property is moved over as part of a migration. Also,
app update-metadataCLI command is renamed toapp update. - Changed
app update-settingsCLI command toapp settings.
Other
- ca50bb2: Add deprecated label (@akclace)
- 9278865: Added openrun_admin plugin with apis to manage sync jobs, for use by manage_sync app (@akclace)
- 8ed867d: Changed 'app update-settings' CLI command to 'app settings' (@akclace)
- cbcba27: Moved app auth and git-auth settings to app metadata instead of app settings (@akclace)