Skip to content

Releases: jbrazda/iics-cli

v0.4.5

29 May 14:09

Choose a tag to compare

Changelog

  • 78389fd fix(release): support single-column CSV headers in full package config
  • e16a3be Update release manifest samples

v0.4.4

22 May 12:39

Choose a tag to compare

Changelog

  • 5fa8020 fix: normalize manifest target names to lower case for CI consistency

v0.4.3

21 May 21:51

Choose a tag to compare

Changelog

  • 70a73f1 docs(release): align full deployment config name to full_build.package.csv
  • f5ac6a2 fate: Improve full-build dependency resolution, status output, and duplicate warning behavior

v0.4.2

19 May 18:26

Choose a tag to compare

Changelog

  • 259c8a5 release: split connector/connection options and clean manifest outputs

v0.4.1

13 May 11:23

Choose a tag to compare

Changelog

  • 71f871f docs(cr): add CR-0024 through CR-0027 from CR-0023 deferred items
  • 79629e6 docs(pptx): update presentation for v0.4.0 features
  • 32a5e14 feat(package): finalize selective packaging and close CR-0023

v0.4.0

11 May 21:02

Choose a tag to compare

Changelog

  • 06af80a add Selectiv Package creation CR
  • 5bf0c05 chore(deps): bump the github-actions group across 1 directory with 3 updates (#18)
  • 33e6315 chore(deps): bump the go-dependencies group across 1 directory with 2 updates (#19)
  • 2136935 docs(cr-0005): move to completed - round-trip import confirmed successful
  • ff3d09e docs(cr-0005): record R1 research findings - CurrentServerDateTime safe to remove
  • ad0a751 docs(cr-0005): record R2 round-trip import test - SUCCESSFUL
  • 08c7a4c feat(expand): strip CurrentServerDateTime from XML assets on expand
  • 568a66b feat(objects): add stdin pipe, --targets report, and --publish to dependencies (CR-0019)
  • 606b7b7 feat(objects): auto-detect JSON/CSV/YAML stdin for dependencies
  • efdb6c0 feat(release): align verbose plan tables and fix target profile resolution regression
  • cf6943d feat(release): enforce publish order in release plan outputs
  • 13c5cb3 feat(release): make deploy target validation configurable
  • 9c54edf feat: add selective package manifest filtering and target-aware transitive exclusion
  • 3253b32 feat: add target-aware missing transitive dependency filtering
  • ebeb754 feat: enhance dependency resolution and output export
  • ea2f1a7 fix(lint): replace deprecated reflect.Ptr with reflect.Pointer
  • b608986 fix(objects): correct ObjectDependenciesResponse to match actual IICS v3 API
  • 31f477d fix(objects): fix ObjectReference field tags and deduplication key
  • 3c9235d fix(objects): fix dependencies default limit, add auto-pagination, add location field (BUG-0006)
  • 78078ef fix(user): paginate groups and roles in wizard, clean up XML struct tags
  • 93c2765 fix: handle SYS-rooted locations for Connection and AgentGroup assets
  • d2a2340 fix: key lookup reconciliation for export artifacts

v0.3.2

09 Apr 12:43

Choose a tag to compare

Changelog

  • b6686ba feat(user): implement CR-0018 user command enhancements
  • 79d16a7 fix(user): fix interactive create/update wizard and role struct
  • 5eee5c2 fix(user): resolve shadowed err variable in interactive wizard (lint)
  • be4d6cc fix: cap group/role list limit to 200 and add pagination (BUG-0005)

v0.3.1

06 Apr 13:03

Choose a tag to compare

Changelog

  • 2d877c3 fix: clear error when --report receives a flag name instead of a profile (BUG-0003)
  • dd4c8ec fix: prevent @keyring sentinel corruption in profile add/edit (BUG-0003)
  • 1cc36b7 fix: resolve keychain sentinel in ResolveTargetProfile (BUG-0003)
  • 46c9fda fix: return 'profile not found' error in ResolveTargetProfile (BUG-0003)
  • 03ada25 revert: remove --report flag guard from package dependencies (BUG-0003)

v0.3.0

05 Apr 20:51

Choose a tag to compare

Changelog

  • e331c72 Add PowerShell examples to all 28 documentation files [skip ci]
  • 700db7b Update makefile all task, adding clean step
  • ea6ae57 feat: add auditlog command for V2 audit log endpoint (CR-0015)
  • 9375961 feat: add package dependencies subcommand (CR-0011)
  • 28297f7 feat: consistent log format across all commands (CR-0013)
  • 25e41c7 feat: fix Connection lookup, auto-size columns, color-code target status (CR-0012)
  • e5e9eb9 feat: improve package dependencies output and add --report multi-profile mode (CR-0014)
  • 56bd489 feat: secure credential storage via OS keychain (CR-0017)
  • ed8c7eb feat: table output enhancements - themes, footer, header color (CR-0016)
  • b500d3f fix: correct path format and handle not-found for dependency validation
  • 8e4a6f6 fix: correct publish sort order and add --order-by for package dependencies (BUG-0001)
  • 4b8063d fix: correct table column misalignment caused by ANSI escape codes in cells (BUG-0002)
  • 55956d6 fix: package dependencies - debug/verbose output, per-object target validation
  • 98b49b9 fix: remove unused imports from package.go; add GetConnectionByName; move CR-0011 to completed
  • c3ef97b fix: runtime commands use V2 API, correct structs, add --name flag and tree view

v0.2.0

24 Mar 00:07

Choose a tag to compare

Changelog

  • f9c6c0e feat: reliable session persistence, profile creation on login (CR-0010)