Releases: stacc/cli-next
Releases · stacc/cli-next
v0.7.18
Changelog
- d8e36b43 Change deploymentservice to interpret any 2xx response code as a success
- dc41f946 Changelog for v0.7.18
- 26f897bc Merge pull request #274 from stacc/chore/refactor-project-manager
- 9b835fa6 Merge pull request #293 from stacc/fix/deployer-http-codes
- b76636f3 Merge pull request #294 from stacc/changelog-v0-7-18
- 02936077 changelog: update
- 4dcd6c2c project-manager/API: add ETag header to create and update
- d7bb4e07 project-manager/API: force the use of If-Match header on PUT
- a1d90a5e project-manager/API: improve feedback in errors
- fa71d2f2 project-manager/API: make pending changes reflect last changes
- 52b05415 project-manager/API: rename variable
- 159e28e6 project-manager/API: return Entry on create and update
- a50e4e30 project-manager/client: await function
- 2d05f730 project-manager/client: fix return type
- 2567060f project-manager/client: remove debug logging
- de3abc45 project-manager/client: remove redundant parameter
- 6ef7227b project-manager/client: simplify stringification
- 42c81ea2 project-manager/client: update comments
- 8274488a project-manager: add error handling
- e7b3913f project-manager: remove save handler from controls
- f4175fa6 project-manager: remove the concept of local pending state
- a247f5f9 project-manager: rename publish button
- 25ee14dd project-manager: update yarn.lock
v0.7.17
Changelog
- a5415131 Changelog for v0.7.17 (#291)
- 18c43813 Generate image locator in back-end, instead of getting it from the front-end (#290)
- 93532c99 Merge pull request #282 from stacc/fix/switchtotest
- 9e29f330 remove Global env url
- 7648d092 switch to test and few fixes
- 649c4451 workspace, revert to prod values
v0.7.16
v0.7.15
v0.7.14
v0.7.13
v0.7.12
Changelog
- d5ce1b09 Add /events endpoint to handle events from oci-event-handler service
- 5e3d8001 Add new endpoint for Deployments Page
- 48a48bec Check for errors in case of missing env variables
- d50064d8 Increase default memory requests of injected containers
- 6b482d7a Initial Deployments UI with @mui/x-data-grid
- 68dab042 Initial README for oci-event-handler
- 63d30b2a Make workspace API to act as Proxy to Global APIs
- 6aa7d977 Merge branch 'feat/deployments-ui' of https://github.com/stacc/paas into feat/deployments-ui
- c22f3a2a Merge branch 'main' into feat/deployments-ui
- c517402c Merge branch 'main' into feat/deployments-ui
- 4285f45b Merge db schemas and service layer for deployments and releases
- 476dcb32 Merge pull request #273 from stacc/cleanup/oci-event-handler
- b2028d47 Merge pull request #275 from stacc/fix/sidecar-memory-request
- 1a3d3d43 Merge pull request #276 from stacc/feat/deployments-ui
- 356185dd Remove 'project' column from artifact table
- 4c7e5985 Remove unusued test helper function
- bad43b7c Rename artifact -> project, since our artifacts are always projects
- 4ebcf07b Separate /events endpoint from other commits
- 5d1047ac Set CORS globally and change endpoint naming
- 68781ce2 Set WEBHOOK_URL, otherwise the service crashes on startup
- b4d9169d Working deployments grid with everything but without authentication
- e5e7ba0a add displayOrder field in tests
- d1477d62 add new release to changelog
- c7554da5 fix migration down script
- d85c4582 fix migrations
- e4dbc6df fix tests
- 3a6553c3 fix typo in sql migration file
v0.7.11
v0.7.10
Changelog
- 461fb388 Allow custom resource contraints on injected containers
- 570b579a Bump version to v0.7.10
- 637e2e3d Document injecting containers with custom resource constraints
- 584447ae Improve function comments
- 53a949b7 Merge pull request #271 from stacc/feat/sidecar-resource-settings
- aee73a78 charts/workspaces: add toggle for deployment strategy
v0.7.9
Changelog
- 096c631c Add 'type' field to event object
- fbcd397b Build/publish images for spaas-oci-event-handler
- 8142f30d Bump github.com/containerd/containerd from 1.6.1 to 1.6.6
- 015d2e87 Document LOG_LEVEL env variable
- e54b27d6 Helm chart for spaas-oci-webhook-handler
- 3ed6f021 Merge pull request #263 from stacc/dependabot/go_modules/github.com/containerd/containerd-1.6.6
- 62931489 Merge pull request #265 from stacc/fix/catalog-logging-cleanup
- 61a8e22f Merge pull request #266 from stacc/feat/oci-webhook-handler
- 52a7a236 Minimal compile-able oci-webhook-handler service
- 7bf35e6a Read LOG_LEVEL env variable
- baf47715 Rename Event -> OciEvent where appropriate
- f926b67c Rename oci-webhook-handler -> oci-event-handler
- 4ea06fe9 Send project events to webhook url specified by WEBHOOK_URL
- 6156c88a Set catalog LOG_LEVEL from helm values.yaml
- 86bd63c4 Simple webhook retry policy, configured through env variables
- 33a58a53 Use the global logrus instance for catalog logging
- 632c6906 oci-event-handler initial release