Releases: einride/backstage-go
Releases · einride/backstage-go
v0.9.0
0.9.0 (2024-07-15)
Feature
Chores
- deps: bump github.com/spf13/cobra in /cmd/backstage (246784c)
- deps: bump go.einride.tech/sage from 0.279.1 to 0.281.0 in /.sage (c6fdc2e)
- deps: bump go.einride.tech/sage from 0.278.0 to 0.279.1 in /.sage (b5f9341)
- deps: bump go.einride.tech/sage from 0.272.0 to 0.278.0 in /.sage (e247037)
- deps: bump go.einride.tech/sage from 0.264.0 to 0.272.0 in /.sage (c9c209a)
- update ownership to @einride/platform-engineering (9a4f6a6)
- deps: bump go.einride.tech/sage from 0.260.0 to 0.264.0 in /.sage (03b077d)
- deps: bump go.einride.tech/sage from 0.259.0 to 0.260.0 in /.sage (c334e1a)
- deps: bump go.einride.tech/sage from 0.248.0 to 0.259.0 in /.sage (dc94553)
- deps: bump github.com/spf13/cobra in /cmd/backstage (2097a21)
- deps: bump go.einride.tech/sage from 0.241.0 to 0.248.0 in /.sage (202b9ee)
- deps: bump gotest.tools/v3 from 3.5.0 to 3.5.1 (160292b)
- deps: bump go.einride.tech/sage from 0.239.0 to 0.241.0 in /.sage (0540775)
- deps: bump go.einride.tech/sage from 0.233.1 to 0.239.0 in /.sage (364ed52)
- deps: bump go.einride.tech/sage from 0.225.0 to 0.233.1 in /.sage (ae73fc3)
CI
- PE-772: Change name from backstage to developer-portal (38172d9)
- add stale workflow (fab7803)
v0.8.0
0.8.0 (2023-07-26)
Feature
Chores
v0.7.1
0.7.1 (2023-07-04)
Bug Fixes
- catalog: add missing dependencyOf field to Resource spec (22496b1)
v0.7.0
0.7.0 (2023-07-04)
Feature
- catalog: add WellKnownAnnotations (b99d113)
Documentation
- add validate CLI command to README example (6b0c7c3)
Chores
- deps: bump Sage (595a450)
- deps: bump go.einride.tech/sage from 0.216.0 to 0.220.0 in /.sage (10ab3d0)
- deps: bump github.com/spf13/cobra in /cmd/backstage (1e46245)
- deps: bump go.einride.tech/sage from 0.213.2 to 0.216.0 in /.sage (65e8444)
- deps: bump golang.org/x/sys in /cmd/backstage (164ed47)
v0.6.0
0.6.0 (2023-04-17)
Feature
- cmd: initial implementation of entity validation (99fcf3b)
v0.5.0
0.5.0 (2023-04-04)
Feature
- update CLI config path to backstage-go (b980d47)
Documentation
- add examples to README and GoDocs (29c2e21)
Chores
- deps: bump go.einride.tech/sage from 0.212.1 to 0.213.2 in /.sage (7386425)
- add unit tests for client methods (fefa7a1)
- add unit tests for spec parsing (681e3a0)
v0.4.0
0.4.0 (2023-03-30)
Feature
- catalog: implement common entity specs (a419767)
- catalog: implement by-refs multi-get (ed149e7)
- catalog: implement delete entity (08e0517)
- catalog: implement entities get-by-uid command (0c16069)
Documentation
v0.3.0
0.3.0 (2023-03-29)
Feature
- catalog: implement entities get-by-name endpoint (35a83c6)
Bug Fixes
- cmd: set correct outputs on all commands (4c29408)
Chores
- add .semrel to .gitignore (4809378)
v0.2.0
0.2.0 (2023-03-28)
Feature
- catalog: implement pagination and filtering (d799f23)
- catalog: set list entities request query (45e4c55)
- catalog: add standard entity fields (b24940c)
v0.1.0
0.1.0 (2023-03-27)
Feature
Chores
- add @einride/team-cloud-control to CODEOWNERS (90ae891)
- init Go module (3d33a0c)
- initial commit (01386e8)
CI