Skip to content
Merged
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
4 changes: 2 additions & 2 deletions deploy/helm/mock-fleet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mock-fleet
description: Deploy mock-fleet proxy, API, and dashboard for routing requests to per-mock WireMock pods in Kubernetes
type: application
version: 1.5.0
appVersion: "1.5.0"
version: 1.5.1
appVersion: "1.5.1"
home: https://github.com/letsrokk/mock-fleet
sources:
- https://github.com/letsrokk/mock-fleet
Expand Down
2 changes: 1 addition & 1 deletion fleet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.letsrokk</groupId>
<artifactId>mock-fleet-api</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<properties>
<argLine></argLine>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
import org.eclipse.microprofile.openapi.annotations.OpenAPIDefinition;
import org.eclipse.microprofile.openapi.annotations.info.Info;

@OpenAPIDefinition(info = @Info(title = "Mock Fleet API", version = "1.5.0"))
@OpenAPIDefinition(info = @Info(title = "Mock Fleet API", version = "1.5.1"))
public class FleetApplication extends Application {
}
4 changes: 2 additions & 2 deletions fleet-dash/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fleet-dash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mock-fleet-dash",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion fleet-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.letsrokk</groupId>
<artifactId>mock-fleet-proxy</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<properties>
<argLine></argLine>
Expand Down
Loading