Dark mode authentication
Overview
Cluster authentication has improved theming and supports dark mode. Requires 0.34.8 of the cli.
Cluster authentication has improved theming and supports dark mode. Requires 0.34.8 of the cli.
Database images are now packaged and pushed to a dedicated repository for each environment.
This update enables us to securely manage database images by restricting them to their respective environments.
Developers are required to update their database image references.
Before
xxxxxxxxx.dkr.ecr.ap-southeast-2.amazonaws.com/skpr-example-project/mysql:dev-default-latest
After
xxxxxxxxx.dkr.ecr.ap-southeast-2.amazonaws.com/skpr-example-project/mysql/dev:default-latest
Note that mysql:dev-default-latest
became mysql/dev:default-latest
in th example above.
The database image it typically referenced in: