Skip to content

Commit

Permalink
Merge pull request #216 from slok/slok/v072
Browse files Browse the repository at this point in the history
Update age to v1.2.1 and prepare new release
  • Loading branch information
slok authored Dec 19, 2024
2 parents 893264d + 6ed29b9 commit b3f85a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v0.7.2] - 2024-12-19

### Changed

- Updated age to v1.2.1 (security fix)

## [v0.7.1] - 2024-10-4

### Changed
Expand Down Expand Up @@ -106,7 +112,8 @@
- Untracking of files.
- Tracking registry initialization.

[unreleased]: https://github.com/slok/agebox/compare/v0.7.1...HEAD
[unreleased]: https://github.com/slok/agebox/compare/v0.7.2...HEAD
[v0.7.2]: https://github.com/slok/agebox/compare/v0.7.1...v0.7.2
[v0.7.1]: https://github.com/slok/agebox/compare/v0.7.0...v0.7.1
[v0.7.0]: https://github.com/slok/agebox/compare/v0.6.1...v0.7.0
[v0.6.1]: https://github.com/slok/agebox/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/slok/agebox
go 1.23

require (
filippo.io/age v1.2.0
filippo.io/age v1.2.1
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/ghodss/yaml v1.0.0
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c2sp.org/CCTV/age v0.0.0-20240306222714-3ec4d716e805 h1:u2qwJeEvnypw+OCPUHmoZE3IqwfuN5kgDfo5MLzpNM0=
c2sp.org/CCTV/age v0.0.0-20240306222714-3ec4d716e805/go.mod h1:FomMrUJ2Lxt5jCLmZkG3FHa72zUprnhd3v/Z18Snm4w=
filippo.io/age v1.2.0 h1:vRDp7pUMaAJzXNIWJVAZnEf/Dyi4Vu4wI8S1LBzufhE=
filippo.io/age v1.2.0/go.mod h1:JL9ew2lTN+Pyft4RiNGguFfOpewKwSHm5ayKD/A4004=
filippo.io/age v1.2.1 h1:X0TZjehAZylOIj4DubWYU1vWQxv9bJpo+Uu2/LGhi1o=
filippo.io/age v1.2.1/go.mod h1:JL9ew2lTN+Pyft4RiNGguFfOpewKwSHm5ayKD/A4004=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/alecthomas/kingpin/v2 v2.4.0 h1:f48lwail6p8zpO1bC4TxtqACaGqHYA22qkHjHpqDjYY=
Expand Down

0 comments on commit b3f85a7

Please sign in to comment.