Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Jun 7, 2023
1 parent 9667bfc commit 4fba7e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
python3-caso (4.2.0-1) stable; urgency=medium

[ Enol Fernandez ]
* [c1df014] fix: use POSIX timestamps for SSM cloud records

[ Alvaro Lopez Garcia ]
* [0135a74] Render JSON dates as timestamp integers
* [40eba2b] Do not render records using .dict() but usin JSON
* [d2f2b45] Include type annotations on fixtures
* [9667bfc] Records must implement an SSM rendering by themselves
* Add unit testing for SSM messenger and records

-- Alvaro Lopez Garcia <aloga@ifca.unican.es> Wed, 07 Jun 2023 10:09:11 +0200

python3-caso (4.1.1-1) stable; urgency=medium

* [a74fb28] Remove duplicated option
Expand Down
6 changes: 6 additions & 0 deletions packaging/redhat/caso.spec
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ mv %{buildroot}/usr/etc/ %{buildroot}/etc
%exclude /etc/caso/caso-config-generator.conf

%changelog
* Wed Jun 06 2023 Alvaro Lopez Garcia <aloga@ifca.unican.es> 4.2.0
- fix: use POSIX timestamps for SSM cloud records
- Render JSON dates as timestamp integers
- Do not render records using .dict() but usin JSON
- Include type annotations on fixtures
- Records must implement an SSM rendering by themselves
* Mon Apr 10 2023 Alvaro Lopez Garcia <aloga@ifca.unican.es> 4.1.0
- Remove duplicated option
- Let operators mark projects directly on keystone
Expand Down

0 comments on commit 4fba7e9

Please sign in to comment.