Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove viper and mapstructure from rpk #5061

Merged
merged 1 commit into from
Jun 29, 2022

Commits on Jun 29, 2022

  1. rpk: remove viper and mapstructure

    This commit removes viper and mapstructure
    These are all the required changes to handle the
    parsing, weak typing and writes to config file.
    
    From now on we will print warning to users so they
    know what needs to be changed in the config file
    before we deprecate this weak typing.
    
    This also include Yaml V3 upgrade, one notable
    change is the indent in yaml files.
    r-vasquez committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    ed60e65 View commit details
    Browse the repository at this point in the history