github.com/tommi2day/pwcli@v0.0.0-20240317203041-4d1177a5ab91/CHANGELOG.md (about)

     1  # Changelog pwcli
     2  
     3  ## [v2.8.0 - 2024-03-17]
     4  ### New
     5  - add method kms get,list and encrypt for Amazon KMS Service
     6  ### Changed
     7  - update dependencies
     8  - refactor genkey command
     9  - refactor vault flags and tests
    10  
    11  ## [v2.7.1 - 2024-03-01]
    12  ### New
    13  - add scram, md5 and bcrypt password hash command
    14  ### Changed
    15  - use gomodules v1.11.5
    16  - add sshpubkey attribute if not already there
    17  
    18  ## [v2.6.1 - 2024-02-27]
    19  ### New
    20  - add new command `pwcli ldap setpass` to set ldap passwords
    21  - add new command `pwcli ldap setssh` to set public ssh keys
    22  - add new command `pwcli ldap show` to retrieve ldap attributes
    23  - add new command `pwcli ldap groups` to list membership of groups
    24  - use bitname ldap test container
    25  - add scripts and docs to packages
    26  ### Changed
    27  - use gomodules v1.11.3
    28  - update dependencies
    29  - move docker container to test/docker
    30  - remove tools.go
    31  ### fixed
    32  - linter issues
    33  
    34  ## [v2.5.0 - 2023-10-27]
    35  ### Changed
    36  - use go 1.21
    37  - use gomodules v1.10.0
    38  - update testinit
    39  - update workflow
    40  
    41  ## [v2.4.7 - 2023-08-09]
    42  ### New
    43  - add new flag --unit-tests to redirect output for unit tests
    44  ### Changed
    45  - use gomodules v1.9.3
    46  - use common.CmdRun instead of cmdTest
    47  - use common.CmdFlagChanged instead of cmd.Flags().Lookup().Changed
    48  
    49  ## [v2.4.6 - 2023-08-04]
    50  ### New
    51  - add version test
    52  ### Changed
    53  - move tests to there packages
    54  
    55  ## [v2.4.5 - 2023-08-01]
    56  ### New
    57  - add no-color switch to explicit disable colored output
    58  ### Changed
    59  - refactor config file handling
    60  
    61  ## [v2.4.0 - 2023-07-16]
    62  ### New
    63  - add config save --filename and --force switch
    64  ### Changed
    65  - use go 1.20 and update dependencies
    66  - update gomodule version to 1.9.0
    67  - use docker_helper for tests
    68  - load config file from $HOME/etc or current dir
    69  - use default method openssl
    70  
    71  ## [2.3.1 - 2023-05-19]
    72  ### Changed
    73  - update gomodule version to 1.7.4
    74  - change goreleaser version date string and changelog
    75  
    76  ## [2.3.0 - 2023-05-11]
    77  ### New
    78  - add vault method to get command
    79  - add vault test container
    80  ### Changed
    81  - update gomodule version to 1.7.1
    82  
    83  ## [v2.2.0 - 2023-05-07]
    84  ### New
    85  - add vault read/write functions
    86  - add totp functions
    87  - add deb and rpm packages via nfpm
    88  ### Changed
    89  - update gomodule version to 1.7.0
    90  
    91  ## [v2.0.0 - 2023-04-20]
    92  initial public release