Skip to content

Releases: teramako/Jagabata.psm

v2.2.0

08 Dec 11:24
9e982c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

03 Nov 17:15
5c05e7e
Compare
Choose a tag to compare

What's Changed

  • Implement helper classes for createing Schedule by @teramako in #89
  • Implement cmdlet Show-Schedule by @teramako in #90
  • Implement helper classes for creating Survey specs by @teramako in #91
  • Set Accept-Language for request header by @teramako in #92

Full Changelog: v2.0.1...v2.1.0

v2.0.1

23 Oct 08:14
76c8e60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Oct 05:56
57b249b
Compare
Choose a tag to compare

What's Changed

  • πŸ‘ (BREAKING CHANGE) use IResource for Get-JobLog by @teramako in #69
  • Rename or Split cmdlets to Register/Unregister by @teramako in #70
  • Change output type of Registration cmdlets to void from bool by @teramako in #71
  • Fix Find-Organization by @teramako in #72
  • Unify Find-WorkflowJobNodeFor to Find-WorkflowJobNode by @teramako in #73
  • Unify Find-WorkflowJobTemplateNodeFor to Find-WorkflowJobTemplateNode by @teramako in #74
  • Fix Find-ExecutionEnvironment by @teramako in #76
  • Fix Find-CredentialInputSource by @teramako in #75
  • πŸ‘ Replace -Type and -Id parameter to -InstanceGroup for Find-Instance by @teramako in #77
  • Replace -Id parameter to -JobTemplate for Find-Job by @teramako in #78
  • πŸ‘ Replace -Type and -Id parameter to -Organization for Find-NotificationTemplate by @teramako in #79
  • πŸ‘ Replace -Type and -Id parameter to -Project for Find-ProjectUpdateJob by @teramako in #80
  • πŸ‘ Replace -Type and -Id parameter to -SystemJobTemplate for Find-SystemJob by @teramako in #81
  • πŸ‘ Replace -Type and -Id parameter to -Organization for Find-WorkflowJobTemplate by @teramako in #82
  • πŸ‘ Replace -Type and -Id to -WorkflowApprovalTemplate for Find-WorkflowApprovalRequest by @teramako in #83
  • Rename Project and Namespace to Jagabata by @teramako in #84
  • πŸ‘ Implement Assembly Load Context (ALCs) for YamlDotNet by @teramako in #85
  • πŸ› Jagabata.Yaml is no longer available by @teramako in #86

Full Changelog: v1.3.0...v2.0.0

v1.3.0

05 Oct 08:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Sep 08:07
Compare
Choose a tag to compare

What's Changed

  • πŸ› fix UnifiedJobTemplate type to nullable by @teramako in #21
  • πŸ› use /api/v2/{path}/{id}/ API path when the IDs count is only one by @teramako in #23
  • Show information needed to start on launch by @teramako in #22
  • πŸ‘ fix Inputs property to Dictionary<string, object?> for Credential by @teramako in #25
  • Fix Input and Injectors properties type for CredentialType by @teramako in #26
  • Implement Interactive mode on JobTemplate launcher by @teramako in #24
  • πŸ’’ Revert "Implement Interactive mode on JobTemplate launcher" by @teramako in #28
  • ✨ Implement Interactive mode on JobTemplate launcher by @teramako in #29
  • ✨ Implement Interactive mode on WorkflowJobTemplate launcher by @teramako in #30
  • Implement deserialize ExtraVars by @teramako in #31
  • [psm] Implement cmdlet Get-SurveySpec by @teramako in #32
  • Implement Survey prompts by @teramako in #33
  • Implement -ExtraVars translater by @teramako in #35

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Aug 07:29
Compare
Choose a tag to compare

What's Changed

  • Convert property values in AWX.Resources.Config to record by @teramako in #3
  • fix πŸ› -Limit parameter is acceptable only if the target is Inventory by @teramako in #6
  • fix πŸ› Change type of AdHocCommand's JobType property to JobType by @teramako in #5
  • [psm] Update Find-UnifiedJob: enable pipline inputs by @teramako in #4
  • Add -Filter parameter by @teramako in #7
  • [psm] Update Find-WorkflowJob Add -Name, -Status and -LaunchType by @teramako in #8
  • Improve JobTempalte and WorkflowJobTemplate launcher by @teramako in #9
  • 🎨 Add Id and Type properties to each field in SummaryFields by @teramako in #10
  • Improve Get-* cmdlet to enable to accept get Id values from pipeline input by @teramako in #11
  • Implement cmdlet Find-AccessList by @teramako in #12
  • Implement cmdlet Get-Playbook by @teramako in #14
  • Implement cmdlet Get-InventoryFile by @teramako in #15
  • Implement dashboard API and Get-Dashboard cmdlet by @teramako in #16
  • πŸ‘ Implement JobStatistics class and Get-JobStatistics cmdlet by @teramako in #17
  • πŸ› Fix ApiPathCompleter for /api/v2/ or /api/o/ completions by @teramako in #18

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Aug 07:32
Compare
Choose a tag to compare

Full Changelog: https://github.com/teramako/AWX.psm/commits/v1.0.0

The first release.