Releases: D10S0VSkY-OSS/Stack-Lifecycle-Deployment
Releases · D10S0VSkY-OSS/Stack-Lifecycle-Deployment
v2.17.1
- Prevent stack name change if in use by deploy
v2.17.0
- Check if the stack is used by an deploy before removing
- Add project path stack for mono repo usecase
Important! this release is braking with the previous ones, porject_path field is added in the stack table of the database
ALTER TABLE stacks ADD project_path varchar(50) NULL AFTER tf_version;
v2.16.0
Refactor sld-api-backend architecture user auth
v2.15.0
- Refactor architecture sld-api-backend
v2.14.0
- Refactor sld-storage-backend
v2.13.0
- Refactor provider
v2.12.5
- Refactor validate user
- Hotfix create stack dashboard for all squad
- Deprecate db table stack with user table relationship
v2.12.4
- Hotfix broker type config
v2.12.3
- Remove ansible runner
- Build(deps): Bump oauthlib from 3.2.0 to 3.2.1 in /sld-remote-state
- Build(deps): Bump mako from 1.2.0 to 1.2.2 in /sld-dashboard
- Hotfix k8s workers
v2.12.2
- Hotfix dashboard/ui form inyect project_path in tfvars