Skip to content

Commit

Permalink
fix: Create storage volume before writing
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkheir committed Oct 4, 2023
1 parent 0208be6 commit c8a6af8
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 279 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.5.1] - 2023-10-04

### Changed

- Improve error message when it is not possible to access the data storage
- Remove `chunk_size` parameter from configuration
- Try to take Intake URL from an environment var first

### Fixed

- Create volume storage if it doesn't exist before writing cert files

## [1.5.0] - 2023-09-19

### Added
Expand Down
Loading

0 comments on commit c8a6af8

Please sign in to comment.