Skip to content

Commit 8764a3c

Browse files
committed
Updated hoverfly version to v1.8.0
1 parent c9f1b1e commit 8764a3c

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

core/hoverfly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
6666
PostServeActionDetails: action.NewPostServeActionDetails(),
6767
}
6868

69-
hoverfly.version = "v1.7.0"
69+
hoverfly.version = "v1.8.0"
7070

7171
log.AddHook(hoverfly.StoreLogsHook)
7272

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
copyright = '2023, SpectoLabs'
1313
author = 'SpectoLabs'
1414

15-
version = 'v1.7.0'
15+
version = 'v1.8.0'
1616
# The full version, including alpha/beta/rc tags.
1717
release = version
1818

docs/pages/reference/hoverctl/hoverctl.output

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ Usage:
44
hoverctl [command]
55

66
Available Commands:
7-
completion Create Bash completion file for hoverctl
8-
config Show hoverctl configuration information
9-
delete Delete Hoverfly simulation
10-
destination Get and set Hoverfly destination
11-
diff Manage the diffs for Hoverfly
12-
export Export a simulation from Hoverfly
13-
flush Flush the internal cache in Hoverfly
14-
journal-index Manage index for journal in Hoverfly
15-
import Import a simulation into Hoverfly
16-
login Login to Hoverfly
17-
logs Get the logs from Hoverfly
18-
middleware Get and set Hoverfly middleware
19-
mode Get and set the Hoverfly mode
20-
post-serve-action Manage the post-serve-action for Hoverfly
21-
simulation Manage the simulation for Hoverfly
22-
start Start Hoverfly
23-
state Manage the state for Hoverfly
24-
status Get the current status of Hoverfly
25-
stop Stop Hoverfly
26-
targets Get the current targets registered with hoverctl
27-
version Get the version of hoverctl
7+
completion Create Bash completion file for hoverctl
8+
config Show hoverctl configuration information
9+
delete Delete Hoverfly simulation
10+
destination Get and set Hoverfly destination
11+
diff Manage the diffs for Hoverfly
12+
export Export a simulation from Hoverfly
13+
flush Flush the internal cache in Hoverfly
14+
import Import a simulation into Hoverfly
15+
login Login to Hoverfly
16+
logs Get the logs from Hoverfly
17+
middleware Get and set Hoverfly middleware
18+
mode Get and set the Hoverfly mode
19+
post-serve-action Manage the post-serve-action for Hoverfly
20+
simulation Manage the simulation for Hoverfly
21+
start Start Hoverfly
22+
state Manage the state for Hoverfly
23+
status Get the current status of Hoverfly
24+
stop Stop Hoverfly
25+
targets Get the current targets registered with hoverctl
26+
templating-data-source Manage the templating data source for Hoverfly
27+
version Get the version of hoverctl
2828

2929
Flags:
3030
-f, --force Bypass any confirmation when using hoverctl

0 commit comments

Comments
 (0)