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

Use Caddy 2.x syntax #86

Merged
merged 17 commits into from
Jul 9, 2023
Merged

Use Caddy 2.x syntax #86

merged 17 commits into from
Jul 9, 2023

Commits on May 12, 2023

  1. Mark Caddy 1.x as EOL

    dhoppe authored and bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    440455e View commit details
    Browse the repository at this point in the history
  2. Drop EL6 support

    CentOS 6 is EOL so testing it is no longer possible. Since this module
    contains actual code to be compatible with it, that's removed now. As
    such, RHEL 6 support is also dropped.
    ekohl authored and bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b2ac81f View commit details
    Browse the repository at this point in the history
  3. puppet-lint: autofix

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    75fd274 View commit details
    Browse the repository at this point in the history
  4. Modulesync 4.0.0

    ekohl authored and bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c830b8a View commit details
    Browse the repository at this point in the history
  5. Update download URL

    This appears to have changed
    ekohl authored and bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4c8ebdf View commit details
    Browse the repository at this point in the history
  6. modulesync 4.2.0

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    39dde0b View commit details
    Browse the repository at this point in the history
  7. modulesync 5.1.0

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a13ddb3 View commit details
    Browse the repository at this point in the history
  8. rubocop: autofix

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8c70e9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0a8727 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7cb673d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b7a61f View commit details
    Browse the repository at this point in the history
  12. modulesync 5.3.0

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    5453bd8 View commit details
    Browse the repository at this point in the history
  13. modulesync 5.4.0

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    81d5a38 View commit details
    Browse the repository at this point in the history
  14. modulesync 5.5.0

    maxadamo authored and bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1eeeda9 View commit details
    Browse the repository at this point in the history
  15. modulesync 6.0.0

    bastelfreak committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9e83ab5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Regenerate REFERENCE.md

    smortex committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    6fed7cb View commit details
    Browse the repository at this point in the history
  2. Use Caddy 2.x syntax

    CI shows that the module configure caddy with unsupported settings and
    pass unsupporte command line arguments to the daemon. These where legacy
    settings / options that got deprecated with Caddy 2.x and are no
    removed.
    
    Adjust the produced config so that it is valid in regard of the current
    configuration specification, and fix the cli arguments to match what is
    currently supported.
    
    This fix acceptance tests.
    smortex committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    00501c4 View commit details
    Browse the repository at this point in the history