Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
d2cc79e838 release(services/storage): 0.8.1 (#3543)
Co-authored-by: dbarrosop <dbarrosop@users.noreply.github.com>
2025-09-30 16:45:02 +02:00
David Barroso
31a30cd460 fix(storage): pass buildVersion correctly (#3542) 2025-09-30 16:39:23 +02:00
3 changed files with 27 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ on:
- 'vendor/**'
# storage
- 'storage/**'
- 'services/storage/**'
push:
branches:
- main

View File

@@ -0,0 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
## [storage@0.8.1] - 2025-09-30
### 🐛 Bug Fixes
- *(storage)* Pass buildVersion correctly (#3542)
## [storage@0.8.0] - 2025-09-30
## Changes
* feat: generate server boilerplate from openapi schema @dbarrosop (https://github.com/nhost/hasura-storage/pull/245)
## 🧰 Maintenance
* chore: bump nixbuild/nix-quick-install-action from 31 to 32 @[dependabot[bot]](https://github.com/apps/dependabot) (https://github.com/nhost/hasura-storage/pull/244)
* chore: bump nixbuild/nix-quick-install-action from 30 to 31 @[dependabot[bot]](https://github.com/apps/dependabot) (https://github.com/nhost/hasura-storage/pull/242)
* chore: bump Codium-ai/pr-agent from 0.29 to 0.30 @[dependabot[bot]](https://github.com/apps/dependabot) (https://github.com/nhost/hasura-storage/pull/243)
---
For previous versions, please see the [old releases page](https://github.com/nhost/hasura-storage/releases).

View File

@@ -42,7 +42,7 @@ let
tags = [ ];
ldflags = [
"-X ${submodule}/controller.buildVersion=${version}"
"-X github.com/nhost/nhost/${submodule}/controller.buildVersion=${version}"
];
checkDeps = with pkgs; [