Skip to content

Commit

Permalink
Updated hoverfly version to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Mar 11, 2024
1 parent c9f1b1e commit 8764a3c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion core/hoverfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func NewHoverfly() *Hoverfly {
PostServeActionDetails: action.NewPostServeActionDetails(),
}

hoverfly.version = "v1.7.0"
hoverfly.version = "v1.8.0"

log.AddHook(hoverfly.StoreLogsHook)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
copyright = '2023, SpectoLabs'
author = 'SpectoLabs'

version = 'v1.7.0'
version = 'v1.8.0'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
42 changes: 21 additions & 21 deletions docs/pages/reference/hoverctl/hoverctl.output
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ Usage:
hoverctl [command]

Available Commands:
completion Create Bash completion file for hoverctl
config Show hoverctl configuration information
delete Delete Hoverfly simulation
destination Get and set Hoverfly destination
diff Manage the diffs for Hoverfly
export Export a simulation from Hoverfly
flush Flush the internal cache in Hoverfly
journal-index Manage index for journal in Hoverfly
import Import a simulation into Hoverfly
login Login to Hoverfly
logs Get the logs from Hoverfly
middleware Get and set Hoverfly middleware
mode Get and set the Hoverfly mode
post-serve-action Manage the post-serve-action for Hoverfly
simulation Manage the simulation for Hoverfly
start Start Hoverfly
state Manage the state for Hoverfly
status Get the current status of Hoverfly
stop Stop Hoverfly
targets Get the current targets registered with hoverctl
version Get the version of hoverctl
completion Create Bash completion file for hoverctl
config Show hoverctl configuration information
delete Delete Hoverfly simulation
destination Get and set Hoverfly destination
diff Manage the diffs for Hoverfly
export Export a simulation from Hoverfly
flush Flush the internal cache in Hoverfly
import Import a simulation into Hoverfly
login Login to Hoverfly
logs Get the logs from Hoverfly
middleware Get and set Hoverfly middleware
mode Get and set the Hoverfly mode
post-serve-action Manage the post-serve-action for Hoverfly
simulation Manage the simulation for Hoverfly
start Start Hoverfly
state Manage the state for Hoverfly
status Get the current status of Hoverfly
stop Stop Hoverfly
targets Get the current targets registered with hoverctl
templating-data-source Manage the templating data source for Hoverfly
version Get the version of hoverctl

Flags:
-f, --force Bypass any confirmation when using hoverctl
Expand Down

0 comments on commit 8764a3c

Please sign in to comment.