Skip to content

Commit 2b8a215

Browse files
committed
Prepare v1.8.0
1 parent 8202b0e commit 2b8a215

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/01-Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ existing module installation will be replaced, so this can be used for upgrades
5858

5959
```shell
6060
# You can customize these settings, but we suggest to stick with our defaults:
61-
MODULE_VERSION="1.7.1"
61+
MODULE_VERSION="1.8.0"
6262
DAEMON_USER="icingavspheredb"
6363
DAEMON_GROUP="icingaweb2"
6464
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"

library/Vspheredb/Polling/CurlOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static function forServerInfo(ServerInfo $server)
3333
// Host header disabled for now, see #496
3434
// "Host: $host",
3535
'Expect:',
36-
'User-Agent: Icinga-vSphereDB/1.6',
36+
'User-Agent: Icinga-vSphereDB/1.8',
3737
]
3838
];
3939

module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: vSphereDB
2-
Version: master
2+
Version: 1.8.0
33
Depends: incubator (>=0.23.0)
44
Description: Icinga vSphere® Integration
55
This module replicates your most important vCenter configuration items. It

0 commit comments

Comments
 (0)