@rockcarver/frodo-cli 4.1.0 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Added
11
11
 
12
+ - Expanded experimental `frodo config-manager push` coverage with new import commands (PRs #633, #637, #638, #639, #640):
13
+ - `frodo config-manager push cors`
14
+ - `frodo config-manager push csp` (Cloud-only)
15
+ - `frodo config-manager push custom-nodes`
16
+ - `frodo config-manager push remote-servers`
17
+ - `frodo config-manager push secret-mappings` (Cloud-only)
18
+ - Added targeted import filters for new config-manager push flows:
19
+ - `frodo config-manager push csp --name <name>` supports importing only `enforced` or `report-only` policy content.
20
+ - `frodo config-manager push custom-nodes --name <name>` imports a single custom node by display name.
21
+ - `frodo config-manager push secret-mappings --name <name>` imports a single secret mapping by ID (requires specifying a non-root realm argument).
22
+
23
+ ### Changed
24
+
25
+ - Updated custom node pull option naming for consistency across config-manager commands:
26
+ - `frodo config-manager pull custom-nodes` now uses `--name <name>` (replacing `--node-name <node-name>`).
27
+
28
+ ## [4.1.0] - 2026-07-21
29
+
30
+ ### Added
31
+
12
32
  - Support Identity Governance for cloud IGA tenants with first-class workflow lifecycle tooling and safer request type migration controls (PR #631):
13
33
  - Added a new `frodo iga workflow` command group with end-to-end workflow operations: `list`, `describe`, `export`, `import`, `publish`, and `delete`.
14
34
  - Added `--only-custom` (`-c`) to `frodo config export` and `frodo config import` so request type migration can be scoped to custom request types only.
@@ -2331,7 +2351,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
2331
2351
  - Fixed problem with adding connection profiles
2332
2352
  - Miscellaneous bug fixes
2333
2353
 
2334
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.0.2-0...HEAD
2354
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.1.0...HEAD
2355
+ [4.1.0]: https://github.com/rockcarver/frodo-cli/compare/v4.0.2-0...v4.1.0
2335
2356
  [4.0.2-0]: https://github.com/rockcarver/frodo-cli/compare/v4.0.1...v4.0.2-0
2336
2357
  [4.0.1]: https://github.com/rockcarver/frodo-cli/compare/v4.0.1-1...v4.0.1
2337
2358
  [4.0.1-1]: https://github.com/rockcarver/frodo-cli/compare/v4.0.1-0...v4.0.1-1