Skip to content

Commit

Permalink
build: 0.5.2 [ci skip] (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 authored Jan 29, 2025
1 parent 6bfaa4a commit 4cc4eaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Chalk Release Notes

## On the `main` branch
## 0.5.2

**Jan 28, 2025**

### Fixes

Expand All @@ -13,6 +15,8 @@
- uploading reports to s3 sink
- lambda plugin as it could not get caller identity

This was a regression from `0.4.14`.

([nimutils #82](https://github.com/crashappsec/nimutils/pull/82),
[#473](https://github.com/crashappsec/chalk/pull/473))

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ We currently support the following versions in terms of security updates:

| Version | Supported |
| ------- | ------------------ |
| 0.5.1 | :white_check_mark: |
| < 0.5.1 | :x: |
| 0.5.2 | :white_check_mark: |
| < 0.5.2 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion src/configs/base_keyspecs.c4m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
## the more basic per-op stuff such as "_CHALKS" and "ACTION_ID" I did not.

## CHALK SCHEMA
chalk_version := "0.5.2-dev"
chalk_version := "0.5.2"
ascii_magic := "dadfedabbadabbed"

# Field starting with an underscore (_) are "system" metadata fields, that
Expand Down

0 comments on commit 4cc4eaa

Please sign in to comment.