Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.0](v1.0.0...v1.1.0) (2024-03-25) ### Features * allow config path to be configured via env var ([#67](#67)) ([483fb8b](483fb8b)) * allow configuring k8s context with env var ([#71](#71)) ([f7e6bc3](f7e6bc3)) * check auth header before allowing access ([#47](#47)) ([6dcb36d](6dcb36d)) * remove pods; implement deployments/stateful sets ([#75](#75)) ([6399c19](6399c19)) * status page at `GET /` and `GET /api/v1/status` routes ([#68](#68)) ([d4c2290](d4c2290)) * upgrade clarinet to v2.4.0; enable `use_nakamoto` field to configure stacks chain for nakamoto ([#89](#89)) ([521acd1](521acd1)) * upgrade to using clarinet crate to parse config ([#46](#46)) ([d57d3a1](d57d3a1)) ### Bug Fixes * add ACCESS_CONTROL_ALLOW_HEADERS to response header ([#52](#52)) ([225d2c9](225d2c9)) * add subPath for postgres volume mount ([#73](#73)) ([7812741](7812741)) * api container spelling fix ([7b52f93](7b52f93)) * don't require auth on OPTIONS requests; configure user-id prefix to make namespace ([#51](#51)) ([9fe7972](9fe7972)) * reduce permissions for cluster role ([#54](#54)) ([2ea50ea](2ea50ea)) * removing untemplated labels ([#82](#82)) ([e92dcb5](e92dcb5)) * set img pull policy for stacks blockchain api ([0b959c2](0b959c2)) * template ([#85](#85)) ([4399177](4399177))
- Loading branch information