Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ~2 to list of stable runtimes. Closes #2564 #2580

Merged
merged 1 commit into from
Apr 18, 2018
Merged

Conversation

ahmelsayed
Copy link
Contributor

No description provided.

@@ -32,7 +32,7 @@ export const staticConfig: StaticConfig = {
isOnPrem: false,
clientOptimzationsOff: false,
functionsVersionInfo: {
runtimeStable: [ '~1', 'beta', 'latest' ],
runtimeStable: ['~1', 'beta', '~2', 'latest'],
runtimeDefault: '~1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit. if it does not matter, can we please have the order of versions similar in both areas? so make runtimeStable: [~1, beta, ~2, latest]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait you have as it's in the PR runtimeStable: ['~1', 'beta', '~2', 'latest'] did you mean change the

- type RuntimeVersion = '~1' | 'beta' | 'latest' | '~2';
+ type RuntimeVersion = '~1' | 'beta' | '~2' | 'latest';

Copy link
Contributor

@hartra344 hartra344 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

giphy 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants