Releases: ministryofjustice/cloud-platform-cli
1.5.2
1.5.1
1.5.0
Changelog
b5657bb Merge pull request #51 from ministryofjustice/refactor-and-plan
29ba686 Deleted dockerhub action
3086d1a Updated version
c3b72d4 Added docker-hub file to push automatically to dockerhub
3b855f7 - refactor(divergence): Consolidate structs in the terraform package and simplified code - feature(apply): Now you can do terraform apply with the CLI, maybe be useful for future pipelines work
2d3ad7c Update terraform version and deleted the auth0 provider (we are using the official one now)
0ebf985 Variables not in use
2daf530 Merge pull request #50 from astroash/an-fix-slack-regex
6210e57 ✅ add an underscore to slack channel value in test
c272fb8 🐛 allow underscores for slack channels
71bc90e Merge pull request #46 from ministryofjustice/github-team-clarify
4235a48 typo "administator" -> "administrator"
805bf34 Merge pull request #49 from ministryofjustice/digitalronin-patch-1
c8ad46d Clarify the purpose of what the GitHub team
ab786ac Add export GO111MODULE=on
5475636 Remove ingress creation from environment create command (#48)
f05556b Merge pull request #47 from ministryofjustice/sq-gha
010bd38 Updated sonar-scan ggithub action
7cdb8a2 Updated sonar-scan projectKey
8932cf3 Updated sonar-scan.yml
08829c4 Add Soncarqube scan GHA yml file
1.4.15
1.4.14
Changelog
d330056 Merge pull request #45 from ministryofjustice/hash-dir
859b16b Run go mod tidy with main merged
dc87d03 Merge main into branch
57ff3e9 Bump requried version to 1.4.14
5ea21c0 Refactor directory hashing in createEnvironment
6eb60b4 Create and call function createHash in namespace creation
1.4.13
1.4.12
Changelog
fc76e42 Merge pull request #43 from ministryofjustice/question-prompts
a438526 Bump the version number
9ccfca4 Add a lowercaseStringValidator type
11f91ad More whitespace fixes
41de37f Remove the old question prompting code
029b573 Output a blank line before each question
7307bfc Fix whitespace and correct validator type names
f2022d9 Use userQuestion for Owner (team name)
1a3b517 Add more custom validators and replace questions
8c3fc4e Add slackChannelValidator
19e67bf Use businessUnitValidator type in question
8844f75 Use githubTeamNameValidator type
a8ad7f7 Replace IsProduction question
de0b077 Create a namespaceNameValidator type
5654ada Use userQuestion to get namespace name
21935c6 Merge branch 'question-prompts' of github.com:ministryofjustice/cloud-platform-cli into question-prompts
f5d9c05 Add regexValidator
490eb3b Add regexValidator
d0dace3 Add notEmptyValidator
e8666dc Output the valid list when rejecting a value
a31fce5 Add validation to userQuestion
ba6f46a WiP: Create a new userQuestion type