Skip to content

Conversation

@indrora
Copy link
Member

@indrora indrora commented Jan 27, 2026

Merge release-1.9 to main - Automated PR

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…ntegration-manifest.json

feat(cli/pam): Add support for get and delete pam types.
fix(cli/pam): Remove check for bug ab#63171

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…ile for PAM types.

refactor(cli/pam): Split PAM code into 2 files one for PAM Types and the other for PAM providers.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…avoid storing creds on disk and in env vars.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
… passed

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
BREAKING CHANGE: All `pam types-*` are now `pam-types <action>`

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…e changes for a profile.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…some of the definition issues.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
spbsoluble and others added 19 commits December 8, 2025 14:11
…in permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…ting multiple store-types and multiple errors are encountered.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…t --csv`

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…passed.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…ers for secrets.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
… a PAM provider.

fix(cli): `stores import csv` properly handles "ServerUsername" and "ServerPassword" properties.

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
…nds and indicate deprecation

Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 27, 2026 16:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR merges version 1.9.0 to main, introducing significant CLI enhancements and bug fixes. The release includes new PAM type management capabilities, improved store import functionality with update support, and enhanced authentication flows.

Changes:

  • Version bumped from 1.8.5 to 1.9.0 with Go 1.25 support
  • New pam-types sub-command for PAM provider type management
  • Enhanced stores import csv with sync flag for updating existing stores
  • Improved authentication with interactive prompting for missing parameters

Reviewed changes

Copilot reviewed 118 out of 120 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pkg/version/version.go Version and build date updated to 1.9.0
go.mod Go version updated to 1.25 with dependency updates
cmd/pamTypes.go New PAM types management commands added
cmd/storesBulkOperations.go Store import enhanced with sync/update capabilities
cmd/pam.go PAM commands refactored with deprecated sub-commands
cmd/root.go Authentication flow improved with interactive prompting
docs/* Documentation regenerated for 26-Jan-2026
CHANGELOG.md Release notes for v1.9.0 added

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module name 'go.yaml.in/yaml/v3' appears to be incorrect. The standard YAML module is 'gopkg.in/yaml.v3'. This may cause dependency resolution issues.

Suggested change
go.yaml.in/yaml/v3 v3.0.4 // indirect

Copilot uses AI. Check for mistakes.
@spbsoluble spbsoluble changed the title Merge 1.9.0 to main Release 1.9.0 Jan 27, 2026
@spbsoluble spbsoluble merged commit 5d49fd2 into main Jan 27, 2026
47 of 50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants