Skip to content
Tags give the ability to mark specific points in history as being important
  • 0.36
    6986477a · Release 0.36 ·
    Release 0.36
    
    This release includes the following changes:
     * Bump dependencies to target debian bullseye
    
    Bug: T321309
  • 0.35
    e1adf172 · Release 0.35 ·
    Release 0.35
    
    This release includes the following changes:
        * limit jinja2, itsdangerous and werkzeug version
        * api: support sha256 checksum
        * api: Offer JSON for metadata if requested
        * readme: Add general notes for testing deps
        * acme-chief: Unlink certificate renewal and OCSP handling
    
    Bug: T244232
    Bug: T262251
  • 0.34
    3894009d · Release 0.34 ·
    Release 0.34
    
    This release includes the following changes:
        * acme_chief: auto-detect systemd watchdog
    
    Bug: T292619
  • 0.33
    985fe6e5 · Release 0.33 ·
    Release 0.33
    
    This release includes the following changes:
        * acme_chief: Add systemd based watchdog support
    
    Bug: T292619
  • 0.32
    7cbd4bae · Release 0.32 ·
    Release 0.32
    
    This release includes the following changes:
        * acme_chief: Adopt f-strings
        * acme_chief,api: Provide .alt.chained.crt.key.ocsp
    
    Bug: T290249
  • 0.31
    9ed9c2a0 · Release 0.31 ·
    Release 0.31
    
    This release includes the following changes:
        * api: Fix destination on symlinks to files
    
    Bug: T290249
    Change-Id: I8971879517c928bcba29bce6d4599d7e63bc753c
  • 0.30
    09c6903a · Release 0.30 ·
    Release 0.30
    
    This release includes the following changes:
        * embrace latest pylint recommendations
        * acme_chief,api: Provide .chained.crt.key.ocsp
    
    Bug: T290249
    Change-Id: I3306a5256e73e1599a67a2f574e4620c25e97730
  • 0.29
    745d4d2c · Release 0.29 ·
    Release 0.29
    
    This release includes the following changes:
        * Handle new pylint raise-missing-from
        * x509: Alternative chain support
        * requests: Fetch alternative chains
        * acme_chief: Save alternative chains
        * api: Allow acme-chief clients to fetch alt. chain cert versions
    
    Bug: T263006
  • 0.28
    5815afd4 · Release 0.28 ·
    Release 0.28
    
    This release includes the following changes:
        * api: Exclude not valid parts from get_directory_metadata output
    
    Bug: T259338
  • 0.27
    d203883a · Release 0.27 ·
    Release 0.27
    
    This release includes the following changes:
        * acme_chief: Provide .chained.crt.key file support
        * api: Allow acme-chief clients to fetch .chained.crt.key files
    
    Bug: T255249
  • 0.26
    1fd5f1fe · Release 0.26 ·
    Release 0.26
    
    This release includes the following changes:
        * acme_chief,x509: Provide .crt.key file support
        * api: Allow acme-chief clients to fetch .crt.key files
    
    Bug: T255249
    Change-Id: I5a83a042379d5613a085bec1702a70c55470533f
  • 0.25
    bb5cafee · Release 0.25 ·
    Release 0.25
    
    This release includes the following changes:
            * acme_chief: Handle OCSP Request issues
            * tests: use unittest.mock instead of the 3rd party mock module
    
    Bug: T252881
    Change-Id: I9cbbcc22195c9fd63a3f6f1be0b7cb67c08213e5
  • 0.24
    2eaa58d7 · Release 0.24 ·
    Release 0.24
    
    This release includes the following changes:
        * requests: Fix content-type on fetch_certificate
    
    Bug: T244236
    Change-Id: If48e81211a0b76e8dd5899660557be9bfcc2eab0
  • 0.23
    2ed8b3b2 · Release 0.23 ·
    Release 0.23
    
    This release includes the following changes:
        * requests: Use POST-as-GET to fetch the issued certificate
    
    Bug: T244236
    Change-Id: Id819e6e792300ccb0fce31d2134398972eaf4e81
  • 0.22
    6adda76d · Release 0.22 ·
    Release 0.22
    
    This release includes the following changes:
        * Support custom DNS server port
        * Fix newly reported pylint R1724 (no-else-continue)
    
    Bug: T240614
  • 0.21
    abd0fab4 · Release 0.21 ·
    Release 0.21
    
    This release includes the following changes:
        * x509: Expose the OCSP URI of a Certificate as a property
        * ocsp: Provide basic functionality to perform OCSP requests
        * ocsp: Allow to load an existing OCSPResponse from disk
        * ocsp: Provide basic test coverage
        * acme_chief: Provide OCSP responses
        * api: Allow acme-chief clients to fetch OCSP responses
    
    Bug: T219765
  • 0.20
    0a69f530 · Release 0.20 ·
    Release 0.20
    
    This release includes the following changes:
        * Save the certificate using the 3 save modes on issuance time
    
    Bug: T229096
  • 0.19
    20704bdb · Release 0.19 ·
    Release 0.19
    
    This release includes the following changes:
        * Avoid retrying too eagerly on CERTIFICATE_STAGED status
    
    Bug: T225945
  • 0.18
    7c2f7fe6 · Release 0.18 ·
    Release 0.18
    
    This release includes the following changes:
        * Enforce staging time validation
    
    Bug: T225945
  • 0.17
    c7cedb2a · Release 0.17 ·
    Release 0.17
    
    This release includes the following changes:
        * config: Move ACMEChiefConfig to its own module
        * dns: Move DNS operations to its own module
        * CI: Run tests with minimum and latest dependencies
        * acme_chief: Prevalidate CN/SNI list
    
    Bug: T220518
    Bug: T213820