Skip to content

Commit a89f883

Browse files
committed
chore: set VERSION to 0.1.0 and pin eyrie module v0.1.0
Central VERSION file and compatibility matrix use 0.1.0 for hawk and eyrie. Bump external/eyrie submodule to 73702c9 (tag v0.1.0).
1 parent 83b6285 commit a89f883

10 files changed

Lines changed: 16 additions & 19 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.1.0

cmd/golden_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
var updateGolden = flag.Bool("update-golden", false, "update golden files")
1313

1414
func TestGoldenHelp(t *testing.T) {
15-
SetVersion("0.2.0")
15+
SetVersion("0.1.0")
1616
SetBuildDate("test")
1717

1818
tests := []struct {

cmd/version_display_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ import (
1111

1212
func TestDisplayVersion_FromVERSIONFile(t *testing.T) {
1313
dir := t.TempDir()
14-
if err := os.WriteFile(filepath.Join(dir, "VERSION"), []byte("0.2.0\n"), 0o644); err != nil {
14+
if err := os.WriteFile(filepath.Join(dir, "VERSION"), []byte("0.1.0\n"), 0o644); err != nil {
1515
t.Fatal(err)
1616
}
1717
t.Chdir(dir)
1818
SetVersion("dev")
19-
if got := DisplayVersion(); got != "0.2.0" {
20-
t.Fatalf("DisplayVersion() = %q, want 0.2.0", got)
19+
if got := DisplayVersion(); got != "0.1.0" {
20+
t.Fatalf("DisplayVersion() = %q, want 0.1.0", got)
2121
}
2222
}
2323

cmd/version_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ func TestVersionString(t *testing.T) {
2727
}
2828

2929
func TestShortVersion(t *testing.T) {
30-
Version = "0.2.0"
30+
Version = "0.1.0"
3131
got := ShortVersion()
32-
if got != "0.2.0" {
33-
t.Errorf("ShortVersion() = %q, want %q", got, "0.2.0")
32+
if got != "0.1.0" {
33+
t.Errorf("ShortVersion() = %q, want %q", got, "0.1.0")
3434
}
3535
}

go.mod

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.work.sum

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ git.sr.ht/~sbinet/gg v0.6.0/go.mod h1:uucygbfC9wVPQIfrmwM2et0imr8L7KQWywX0xpFMm9
1717
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0/go.mod h1:P4WPRUkOhJC13W//jWpyfJNDAIpvRbAUIYLX/4jtlE0=
1818
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0/go.mod h1:ZPpqegjbE99EPKsu3iUWV22A04wzGPcAY/ziSIQEEgs=
1919
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0/go.mod h1:cSgYe11MCNYunTnRXrKiR/tHc0eoKjICUuWpNZoVCOo=
20+
github.com/GrayCodeAI/eyrie v0.1.0/go.mod h1:Iznws0IS267Cp9Zb5VsjCaHLewJEGR61Bv9F3hwJujY=
2021
github.com/GrayCodeAI/hawk v0.2.0/go.mod h1:ppjbB+dlYJ6IGYZywBM+KHwhRqN/uG2RGBsQloXk8A8=
2122
github.com/GrayCodeAI/inspect v0.1.0 h1:zQSYALPuodpbVpUPLELhvuBy4FYnWLzYo1NjwUigChI=
2223
github.com/GrayCodeAI/inspect v0.1.0/go.mod h1:IOH0pwvJ5TmNFSRDkLH3nbWbawE/PPaZojV2Lj5BSnU=
@@ -137,7 +138,6 @@ golang.org/x/image v0.25.0/go.mod h1:tCAmOEGthTtkalusGp1g3xa2gke8J6c2N565dTyl9Rs
137138
golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
138139
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
139140
golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
140-
golang.org/x/mod v0.36.0/go.mod h1:moc6ELqsWcOw5Ef3xVprK5ul/MvtVvkIXLziUOICjUQ=
141141
golang.org/x/net v0.48.0/go.mod h1:+ndRgGjkh8FGtu1w1FGbEC31if4VrNVMuKTgcAAnQRY=
142142
golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=
143143
golang.org/x/net v0.50.0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM=
@@ -177,7 +177,6 @@ golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs
177177
golang.org/x/tools v0.41.0/go.mod h1:XSY6eDqxVNiYgezAVqqCeihT4j1U2CCsqvH3WhQpnlg=
178178
golang.org/x/tools v0.42.0/go.mod h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0=
179179
golang.org/x/tools v0.43.0/go.mod h1:uHkMso649BX2cZK6+RpuIPXS3ho2hZo4FVwfoy1vIk0=
180-
golang.org/x/tools v0.45.0/go.mod h1:LuUGqqaXcXMEFEruIVJVm5mgDD8vww/z/SR1gQ4uE/0=
181180
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
182181
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated/go.mod h1:RVAQXBGNv1ib0J382/DPCRS/BPnsGebyM1Gj5VSDpG8=
183182
gonum.org/v1/plot v0.15.2/go.mod h1:DX+x+DWso3LTha+AdkJEv5Txvi+Tql3KAGkehP0/Ubg=
@@ -197,6 +196,4 @@ google.golang.org/grpc/examples v0.0.0-20250407062114-b368379ef8f6/go.mod h1:6yt
197196
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
198197
gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI=
199198
gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k=
200-
modernc.org/ccgo/v4 v4.34.2/go.mod h1:1L7us56+kAKu04p25EATpmBBvhbcqqZ85ibqWVwVgog=
201-
modernc.org/gc/v3 v3.1.3/go.mod h1:HFK/6AGESC7Ex+EZJhJ2Gni6cTaYpSMmU/cT9RmlfYY=
202199
rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=

internal/tool/web_fetch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (WebFetchTool) Execute(ctx context.Context, input json.RawMessage) (string,
5656
if err != nil {
5757
return "", err
5858
}
59-
req.Header.Set("User-Agent", "hawk/0.2.0")
59+
req.Header.Set("User-Agent", "hawk/0.1.0")
6060

6161
client := ssrfSafeClient(ctx, 30*time.Second)
6262
resp, err := client.Do(req)

testdata/compatibility-matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"name": "stable",
3131
"description": "Latest tested-together stable combination across the eco. This is what new users get when installing.",
3232
"components": {
33-
"hawk": "0.2.0",
33+
"hawk": "0.1.0",
3434
"hawk-sdk-go": "0.2.0",
3535
"hawk-sdk-python": "0.2.0",
36-
"eyrie": "0.2.0",
36+
"eyrie": "0.1.0",
3737
"sight": "0.2.0",
3838
"inspect": "0.2.0",
3939
"tok": "0.2.0",

0 commit comments

Comments
 (0)