Skip to content

Commit

Permalink
Update selectable runtime version to 9.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelleborg committed Feb 7, 2024
1 parent cfac922 commit 5365355
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions Source/SelfService/Web/apis/solutions/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,26 +157,14 @@ export function getServerUrlPrefix(): string {

export function getLatestRuntimeInfo(): LatestRuntimeInfo {
return {
image: 'dolittle/runtime:9.3.2',
changelog: 'https://github.com/dolittle/Runtime/releases/tag/v9.3.2',
image: 'dolittle/runtime:9.3.3',
changelog: 'https://github.com/dolittle/Runtime/releases/tag/v9.3.3',
};
}

export function getRuntimes(): LatestRuntimeInfo[] {
return [
getLatestRuntimeInfo(),
{
image: 'dolittle/runtime:9.3.1',
changelog: 'https://github.com/dolittle/Runtime/releases/tag/v9.3.1',
},
{
image: 'dolittle/runtime:9.2.2',
changelog: 'https://github.com/dolittle/Runtime/releases/tag/v9.2.2',
},
{
image: 'dolittle/runtime:9.2.1',
changelog: 'https://github.com/dolittle/Runtime/releases/tag/v9.2.1',
}
getLatestRuntimeInfo()
];
}

Expand Down

0 comments on commit 5365355

Please sign in to comment.