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

5.2.1 #595

Merged
merged 9 commits into from
Sep 2, 2024
Merged

5.2.1 #595

merged 9 commits into from
Sep 2, 2024

Commits on Aug 29, 2024

  1. Makefile: drop non-existent oidc-tokensh bash completion

    There is no actual bash completion implemented for oidc-tokensh,
    which leads to error messages in some package management systems.
    
    Drop installing a symlink for the not-implemented completion.
    olifre committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    491ea52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    644fadc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request #591 from olifre/drop-nonexistent-bachcompletion

    Makefile: drop non-existent oidc-tokensh bash completion
    zachmann authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2c6a3c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #592 from olifre/staticlib-installperms

    Makefile: fix install permissions for static library
    zachmann authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    84264a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83bac9f View commit details
    Browse the repository at this point in the history
  4. oidc-agent-service: fix passing of oidc-agent options

    Options are kept in a string separated by whitespace,
    and would be forced to be a single option when quoting that string again.
    
    fixes #593
    olifre committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a14a079 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Merge pull request #594 from olifre/fix-oidc-agent-service-opts

    oidc-agent-service: fix passing of oidc-agent options
    zachmann authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8efc7a5 View commit details
    Browse the repository at this point in the history
  2. 5.2.1

    zachmann authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    90f169a View commit details
    Browse the repository at this point in the history
  3. changelog

    zachmann committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    eddc3e8 View commit details
    Browse the repository at this point in the history