Skip to content

Commit 863ed1e

Browse files
dl2nDan Lovinger
andauthored
User/danlo/vmfleet 2.0.2.3 (#205)
* autocrlf * vm fleet 2.0.2.3 quote through the vm connect-back password so it can contain non-alpha safely watch-fleetcluster: now allows looking at guest vcpu; same model will eventually allow asserting ~idle before running variations, a current gap get-doneflags: needs to be able time out during the flag check so that laggy checks don't exceed total runtime allow flat configurations which did not disable cache; this is fine (e.g., cache enabled but no cache/warmup) get-performancecounter: now handles dropped samples ignore reboot required signal when flipping cache on/off --------- Co-authored-by: Dan Lovinger <[email protected]>
1 parent 47d1ef9 commit 863ed1e

File tree

4 files changed

+232
-106
lines changed

4 files changed

+232
-106
lines changed

.gitattributes

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Use text conventions for commonly used text extensions.
5+
*.csv text
6+
*.ini text
7+
*.json text
8+
*.txt text
9+
*.xml text
10+
*.ps1 text
11+
*.ps1xml text
12+
*.psd1 text
13+
14+
15+
# Denote all files that are truly binary and should not be modified.
16+
*.dll binary
17+
*.exe binary
18+
*.gz binary
19+
*.ico binary
20+
*.jpg binary
21+
*.lib binary
22+
*.pdb binary
23+
*.pdf binary
24+
*.png binary
25+
*.wim binary
26+
*.zip binary

Frameworks/VMFleet/VMFleet.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SOFTWARE.
3737
RootModule = 'VMFleet.psm1'
3838

3939
# Version number of this module. Even build# is release, odd pre-release (Mj.Mn.Bd.Rv)
40-
ModuleVersion = '2.0.2.2'
40+
ModuleVersion = '2.0.2.3'
4141

4242
# Supported PSEditions
4343
# CompatiblePSEditions = @()

0 commit comments

Comments
 (0)