Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions jaws-journey-deploy/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.3.6
* Add migration environment, mig, to allowed environment names

# 3.3.5
* Default lib-build-and-test and integration-test jobs to using ubuntu-2004:current instead of an older 20.04 image that's no longer available

Expand Down
2 changes: 1 addition & 1 deletion jaws-journey-deploy/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ aliases:
environment: &environment
environment:
type: "enum"
enum: ["sandbox", "test", "uat", "nonprod", "preprod", "prod", "undefined", "dev"]
enum: ["sandbox", "test", "uat", "nonprod", "preprod", "prod", "undefined", "dev", "mig"]
default: "sandbox"
serviceName: &serviceName
serviceName:
Expand Down
2 changes: 1 addition & 1 deletion jaws-journey-deploy/orb_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ovotech/jaws-journey-deploy@3.3.5
ovotech/jaws-journey-deploy@3.3.6