Warning
- Support for VMware Workstation Player is deprecated and will be removed in the next major release.
Read more about discontinuation of VMware Workstation Player. - Support for VMware vSphere Hypervisor (ESXi) is deprecated and will be removed in the next major release.
Please transition to using the Packer Plugin for VMware vSphere.
What's Changed
Bug fixesπ§βπ§ π
- fix: version checks by @tenthirtyam in #262
- fix: update info message by @tenthirtyam in #332
Other Changes
- chore: update
driver_config.goby @tenthirtyam in #240 - chore: error technical debt by @tenthirtyam in #239
- chore(ci): add codeql analysis by @tenthirtyam in #238
- chore(deps): bump github.com/vmware/govmomi from 0.39.0 to 0.42.0 by @dependabot[bot] in #241
- chore: address parsing by @tenthirtyam in #245
- refactor: update
esx5toesxiby @tenthirtyam in #210 - refactor: consolidate fusion driver by @tenthirtyam in #208
- fix: isoPath as absolute path by @tenthirtyam in #247
- refactor: consolidate player driver by @tenthirtyam in #231
- fix: duplicate import by @tenthirtyam in #256
- fix: ignore sa4010 by @tenthirtyam in #255
- chore: fusion log messages by @tenthirtyam in #253
- chore(deps): bump github.com/vmware/govmomi from 0.42.0 to 0.46.0 by @dependabot[bot] in #259
- chore: update log messages by @tenthirtyam in #261
- chore(deps): bump github.com/vmware/govmomi from 0.46.0 to 0.46.2 by @dependabot[bot] in #264
- chore: update grammar by @tenthirtyam in #265
- chore(deps): bump github.com/vmware/govmomi from 0.46.2 to 0.47.1 by @dependabot[bot] in #269
- chore: update kb links by @tenthirtyam in #271
- chore(deps): bump github.com/vmware/govmomi from 0.47.1 to 0.49.0 by @dependabot[bot] in #282
- chore(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.4 to 0.6.0 by @dependabot[bot] in #270
- .go-version: bump to use 1.23.7 by @lbajolet-hashicorp in #283
- chore(deps): bump golang.org/x/ dependencies by @tenthirtyam in #285
- chore(deps): bump github.com/go-jose/go-jose/v4 v4.0.1 to v4.0.5 by @tenthirtyam in #286
- chore(deps): bump github.com/vmware/govmomi from 0.49.0 to 0.50.0 by @dependabot[bot] in #291
- Bump packer plugin SDK to v0.6.1 by @lbajolet-hashicorp in #292
- chore(deps): bump golang.org/x/oauth2 from v0.13.0 to v0.28.0 by @tenthirtyam in #288
- refactor: workstation license check by @tenthirtyam in #277
- chore: fusion update log msg by @tenthirtyam in #278
- refactor: additional player consolidation by @tenthirtyam in #279
- fix: remove redundant types by @tenthirtyam in #298
- fix: typo in acceptance test by @tenthirtyam in #295
- refactor: use
strings.ReplaceAllby @tenthirtyam in #293 - refactor: directly express required state by @tenthirtyam in #296
- refactor: use switch cdromAdapterType by @tenthirtyam in #294
- refactor: simplify access to methods/fields via direct calls by @tenthirtyam in #297
- refactor: replace
foo += 1withfoo++by @tenthirtyam in #299 - refactor: remove superfluous else by @tenthirtyam in #300
- chore: add / update driver comments by @tenthirtyam in #301
- chore(deps): bump golang.org/x/ dependencies by @tenthirtyam in #304
- chore: nolint gosec by @tenthirtyam in #302
- chore: clean paths in fusion driver by @tenthirtyam in #303
- chore: update golangci-lint to v2 by @tenthirtyam in #305
- chore: update ide flagged comments by @tenthirtyam in #312
- fix: error strings casing by @tenthirtyam in #306
- refactor: remove redundant type by @tenthirtyam in #308
- chore: remove unused constant by @tenthirtyam in #310
- refactor: redundant type conversion by @tenthirtyam in #309
- refactor: replace type assertion on errors by @tenthirtyam in #314
- refactor: simplify channel reading with range by @tenthirtyam in #307
- refactor: variable overlap with used import by @tenthirtyam in #313
- refactor: remove snake_case by @tenthirtyam in #311
- refactor: replace type assertion on errors by @tenthirtyam in #315
- Update PR template for PCI by @devashish-patel in #324
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite[bot] in #322
- chore: address misspellings by @tenthirtyam in #325
- chore(deps): bump go to v1.23.8 by @tenthirtyam in #320
- refactor: variable overlap with used import by @tenthirtyam in #318
- refactor: exported functions with unexported return types by @tenthirtyam in #319
- refactor: remove deprecated
ui.Messageby @tenthirtyam in #316 - refactor: use
log.Fatalfor fatal error handling inmainby @tenthirtyam in #317 - chore(deps): bump github.com/vmware/govmomi from 0.50.0 to 0.51.0 by @dependabot[bot] in #323
- refactor: replace snake case by @tenthirtyam in #326
- chore: bump to v1.2.0-dev by @tenthirtyam in #327
- refactor: consolidate workstation driver by @tenthirtyam in #232
- chore(deps): bump go from 1.23.8 to 1.23.11 by @tenthirtyam in #331
- version: cut release v1.2.0 by @kp2099 in #333
New Contributors
- @devashish-patel made their first contribution in #324
- @kp2099 made their first contribution in #333
Full Changelog: v1.1.0...v1.2.0