Skip to content

Release v0.5.1#239

Merged
r2dedios merged 53 commits into
mainfrom
release-0.5.1
May 27, 2026
Merged

Release v0.5.1#239
r2dedios merged 53 commits into
mainfrom
release-0.5.1

Conversation

@r2dedios

Copy link
Copy Markdown
Collaborator

Patch Release for v0.5

fix: enable pg_cron in PostgreSQL statefulset
@r2dedios r2dedios added this to the v0.5.1 milestone Jan 19, 2026
@r2dedios r2dedios added bug Something isn't working enhancement New feature or request labels Jan 19, 2026
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
…ll (#235)

Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
@r2dedios r2dedios linked an issue Jan 20, 2026 that may be closed by this pull request
@r2dedios r2dedios changed the title Merge pull request #233 from vbelouso/fix-pgsql-cron Release v0.5.1 Jan 20, 2026
r2dedios and others added 19 commits January 22, 2026 09:28
…tion where 'age' parameter was missing (#244)

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…anagement before sending them to the channel (#251)

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
* fix: Fixed billing stocker by replacing InstanceName by InstanceID when asking to AWS for expenses

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* doc: Updated handler comments for Swagger doc

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

---------

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
* fix: Applied fixes to DB schema

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* doc: Updated migration guides

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix: Updated VIEWs creation to overwrite previous definition

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix: Fixed ResourceType management in DB tests and API repository

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix: Replaced hardcoded 'cluster'/'instance' strings by ResourceType constant

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* refact: Removed dangling file

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix: Removed 'Name' and 'MachineName' from clusters_tags

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

---------

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
* chore: Added requester and decription parameters when running instant actions on cluster details page

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix(handlers): Removed duplicated struct and added swagger doc to power on/off methods

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* refactor: moved PowerActionRequest to DTO package

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* chore: updated go version to 1.25.7

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix: fixed annotation order error on Converter

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix: using golangci latest version

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

---------

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…ions (#260)

* fix(agent): Fixed memory leak, logger call and minor errors

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix(agent): Reduce cyclomatic complexity and adding handler functions for the different action statuses

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

* fix(agent): Fixed net.Listen linter error

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>

---------

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…ypos

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Added deprecation comments to Get, Select, Insert, Update, NamedUpdate, and Delete
methods to guide developers toward using WithContext versions for proper timeout
and cancellation support.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…f skipping silently

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
r2dedios and others added 27 commits March 23, 2026 11:12
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…r modifying the DB

Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
- fix(scanner): correct reversed MD5 hash copy for credential tracking
- fix(agent): eliminate data race on shared err variable across goroutines
- fix(clients): store gRPC connection for proper lifecycle management
- fix(repositories): wrap CreateInstances in single atomic transaction
- fix(db): require WHERE clause in DeleteBuilder for safety
- fix(aws): guard against nil EC2 tag keys/values with aws.StringValue
- fix(repositories): use SELECT * for expense update instances view

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@r2dedios r2dedios marked this pull request as ready for review May 27, 2026 13:28
@r2dedios r2dedios merged commit ed45fbb into main May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix DB bugs and improvements

2 participants