Compare commits
1 Commits
v0.9.0
..
23cdec0664
| Author | SHA1 | Date | |
|---|---|---|---|
|
23cdec0664
|
+9
-4
@@ -1,10 +1,6 @@
|
|||||||
project_name: unbound-schemas
|
project_name: unbound-schemas
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
gitea_urls:
|
|
||||||
api: http://gitea-http.gitea.svc.cluster.local:3000/api/v1
|
|
||||||
download: https://gitea.unbound.se
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
|
|
||||||
@@ -25,12 +21,21 @@ homebrew_casks:
|
|||||||
repository:
|
repository:
|
||||||
owner: unboundsoftware
|
owner: unboundsoftware
|
||||||
name: homebrew-taps
|
name: homebrew-taps
|
||||||
|
git:
|
||||||
|
url: 'http://gitea-http.gitea.svc.cluster.local:3000/unboundsoftware/homebrew-taps.git'
|
||||||
|
token: '{{ .Env.GITEA_TOKEN }}'
|
||||||
binaries: [schemactl]
|
binaries: [schemactl]
|
||||||
directory: Casks
|
directory: Casks
|
||||||
commit_author:
|
commit_author:
|
||||||
name: "Joakim Olsson"
|
name: "Joakim Olsson"
|
||||||
email: joakim@unbound.se
|
email: joakim@unbound.se
|
||||||
homepage: "https://schemas.unbound.se/"
|
homepage: "https://schemas.unbound.se/"
|
||||||
|
hooks:
|
||||||
|
post:
|
||||||
|
install: |
|
||||||
|
# replace foo with the actual binary name
|
||||||
|
system_command "/usr/bin/xattr", args: ["-dr", "com.apple.quarantine", "#{staged_path}/schemactl"]
|
||||||
|
url_template: "https://git.unbound.se/unboundsoftware/schemas/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- id: unbound-schemas
|
- id: unbound-schemas
|
||||||
|
|||||||
@@ -2,60 +2,6 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [0.9.0] - 2026-01-17
|
|
||||||
|
|
||||||
### 🚀 Features
|
|
||||||
|
|
||||||
- Add commands for managing organizations and users
|
|
||||||
- Migrate from GitLab CI to Gitea Actions
|
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
|
||||||
|
|
||||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.239
|
|
||||||
- *(k8s)* Update ingress class configuration for schema
|
|
||||||
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.84
|
|
||||||
- *(docker)* Update Node.js version to 24.11.1-alpine
|
|
||||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.240
|
|
||||||
- *(deps)* Update opentelemetry-go monorepo
|
|
||||||
- *(deps)* Update module golang.org/x/crypto to v0.46.0
|
|
||||||
- *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.14.0
|
|
||||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.241
|
|
||||||
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.85
|
|
||||||
- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.242
|
|
||||||
- *(deps)* Update module golang.org/x/crypto to v0.47.0
|
|
||||||
- *(deps)* Update module github.com/99designs/gqlgen to v0.17.86
|
|
||||||
|
|
||||||
### 🚜 Refactor
|
|
||||||
|
|
||||||
- *(cache)* Optimize test setup and reduce iterations
|
|
||||||
|
|
||||||
### 🧪 Testing
|
|
||||||
|
|
||||||
- Add validation and event tests for organization and API key
|
|
||||||
- *(cache)* Update tests to use legacy hash for speed
|
|
||||||
|
|
||||||
### ⚙️ Miscellaneous Tasks
|
|
||||||
|
|
||||||
- *(deps)* Update pre-commit hook gitleaks/gitleaks to v8.30.0
|
|
||||||
- *(deps)* Update goreleaser/goreleaser docker tag to v2.13.0
|
|
||||||
- *(deps)* Update golang docker tag to v1.25.5
|
|
||||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.7.0
|
|
||||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.7.1
|
|
||||||
- *(deps)* Update node.js to 682368d
|
|
||||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.7.2
|
|
||||||
- *(deps)* Update goreleaser/goreleaser docker tag to v2.13.1
|
|
||||||
- *(deps)* Update golang:1.25.5 docker digest to 0c27bcf
|
|
||||||
- *(deps)* Update node.js to v24.12.0
|
|
||||||
- *(deps)* Update node.js to c921b97
|
|
||||||
- *(deps)* Update goreleaser/goreleaser docker tag to v2.13.2
|
|
||||||
- *(deps)* Update golang:1.25.5 docker digest to ad03ba9
|
|
||||||
- *(deps)* Update pre-commit hook golangci/golangci-lint to v2.8.0
|
|
||||||
- *(deps)* Update goreleaser/goreleaser docker tag to v2.13.3
|
|
||||||
- *(deps)* Update golang:1.25.5 docker digest to 3a01526
|
|
||||||
- *(deps)* Update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.24.0
|
|
||||||
- *(deps)* Update node.js to v24.13.0
|
|
||||||
- *(deps)* Update golang docker tag to v1.25.6
|
|
||||||
|
|
||||||
## [0.8.0] - 2025-11-21
|
## [0.8.0] - 2025-11-21
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|||||||
Reference in New Issue
Block a user