Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saltstack-formulas/letsencrypt-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: saltstack-formulas/letsencrypt-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 4 commits
  • 21 files changed
  • 3 contributors

Commits on Jun 25, 2021

  1. fix(defaults): install certbot with no plugins

    BREAKING CHANGE: The formula was installing the Apache plugin by default
    which is not reasonable. Also, as `letsencrypt:pkgs` is a list,
    _adding_ another entry in the list was not replacing this default, causing
    undesired packages to be installed.
    
    The new default is an empty list of packages, defaulting to `certbot` in
    the code.
    javierbertoli committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    70dafdd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    f937dca View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Configuration menu
    Copy the full SHA
    af70d0f View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    # [3.0.0](v2.1.1...v3.0.0) (2021-07-02)
    
    ### Bug Fixes
    
    * **defaults:** install `certbot` with no plugins ([70dafdd](70dafdd))
    
    ### Continuous Integration
    
    * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([f937dca](f937dca))
    
    ### BREAKING CHANGES
    
    * **defaults:** The formula was installing the Apache plugin by default
    which is not reasonable. Also, as `letsencrypt:pkgs` is a list,
    _adding_ another entry in the list was not replacing this default, causing
    undesired packages to be installed.
    
    The new default is an empty list of packages, defaulting to `certbot` in
    the code.
    semantic-release-bot committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    75b7466 View commit details
    Browse the repository at this point in the history
Loading