Releases: teramako/Jagabata.psm
Releases Β· teramako/Jagabata.psm
v2.2.0
What's Changed
- Implement Order by completer for Find cmdlets by @teramako in #93
- Change parameters for
Find-Credential
by @teramako in #94 - Fixes #95: Remove position attribute from
-Resource
parameter. by @teramako in #96 - Fix credenitalInputField by @teramako in #97
- π fix RelatedResourceConverter by @teramako in #98
- CredentialType
Inputs
generator by @teramako in #99 - Implement DictionaryTransformation by @teramako in #100
- CredentialType
Injectors
generator by @teramako in #101 - π Fix: prevent
+
character is converted to white space by @teramako in #103 - Fix
Get-AnsibleJobLog
by @teramako in #104
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.1
v2.0.0
What's Changed
- π (BREAKING CHANGE) use
IResource
forGet-JobLog
by @teramako in #69 - Rename or Split cmdlets to Register/Unregister by @teramako in #70
- Change output type of Registration cmdlets to
void
frombool
by @teramako in #71 - Fix
Find-Organization
by @teramako in #72 - Unify
Find-WorkflowJobNodeFor
toFind-WorkflowJobNode
by @teramako in #73 - Unify
Find-WorkflowJobTemplateNodeFor
toFind-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
What's Changed
- Implement cmdlet
Get-VariableData
by @teramako in #36 - Implement cmdlet
Get-HostFactsCache
by @teramako in #37 - Implement
IResource
interface and ArgumentTransformationAttribute by @teramako in #38 - Implement cmdlets for Label by @teramako in #39
- Implement cmdlets for Team by @teramako in #40
- Implement cmdlets for User by @teramako in #41
- Implement cmdlets for Role by @teramako in #42
- Implement cmdlets for Host by @teramako in #43
- Implement cmdlets for Group by @teramako in #44
- Implement cmdlets for Inventory by @teramako in #45
- Implement cmdlets for Organization by @teramako in #46
- Implement cmdlets for Project by @teramako in #47
- Implement cmdlet for Application by @teramako in #48
- Implement cmdlet for Token by @teramako in #49
- Add
UserId
andUserName
properties in ApiConfig by @teramako in #51 - Implement cmdlets for CredentialType by @teramako in #50
- Implement cmdlets for Credential by @teramako in #52
- Implement cmdlets for NotificationTemplate by @teramako in #53
- Implement cmdlets for Schedule by @teramako in #54
- Implement cmdlets for Credential by @teramako in #56
- Implement cmdlets for JobTemplate by @teramako in #55
- Implement cmdlets for ExecutionEnvironment by @teramako in #57
- Implement cmdlets for WorkflowJobTemplate by @teramako in #58
- Implement cmdlets for WorkflowJobTemplateNode by @teramako in #59
- Implement cmdlets for InventorySource by @teramako in #60
- β¨ Implement cmdlet
Remove-ProjectUpdateJob
by @teramako in #61 - β¨ Implement cmdlet
Remove-InventoryUpdateJob
by @teramako in #62 - β¨ Implement cmdlet
Remove-Job
by @teramako in #63 - β¨ Implement cmdlet
Remove-AdHocCommandJob
by @teramako in #64 - β¨ Implement cmdlet
Remove-SystemJob
by @teramako in #65 - β¨ Implement cmdlet
Remove-WorkflowJob
by @teramako in #66 - β¨ Implement cmdlet
Remove-WorkflowApprovalRequest
by @teramako in #67 - Implement cmdlets for Survey by @teramako in #68
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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 toDictionary<string, object?>
for Credential by @teramako in #25 - Fix
Input
andInjectors
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
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
andType
properties to each field inSummaryFields
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 andGet-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
Full Changelog: https://github.com/teramako/AWX.psm/commits/v1.0.0
The first release.