Skip to content

Commit

Permalink
Revert param not found code, update base image, update cargo packages (
Browse files Browse the repository at this point in the history
…#49)

* revert to v1 code

* update docker base image to new rust version

* update cargo packages

* add improved logging PR

* update chaneglog
  • Loading branch information
jeremiahlukus authored Jun 18, 2024
1 parent 8a852bd commit d343e23
Show file tree
Hide file tree
Showing 6 changed files with 725 additions and 332 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/rust:0.202.9-bullseye
FROM mcr.microsoft.com/devcontainers/rust:1-1-bullseye

RUN sudo apt-get update -y \
&& sudo apt-get upgrade -y
Expand Down
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.0.1] - 2024-6-13

- Revert base img due to version `GLIBC_2.34' not found error.

## [2.0.0] - 2024-6-12

- Fail if parameter not found.
- Fix release workflow and update base image
- Update cargo packages
- Improve logging

## [1.1.2] - 2023-05-20

Expand Down
Loading

0 comments on commit d343e23

Please sign in to comment.