Skip to content

Commit

Permalink
hof/vers: bump some hof specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 4, 2024
1 parent 62a5718 commit 0e6e767
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion cue.mod/module.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module: "github.com/hofstadter-io/hof"
cue: "0.6.0"

require: {
"github.com/hofstadter-io/cuelm": "v0.1.0"
"github.com/hofstadter-io/cuelm": "v0.1.1"
"github.com/hofstadter-io/ghacue": "v0.2.0"
"github.com/hofstadter-io/hofmod-cli": "v0.9.0"
"github.com/hofstadter-io/supacode": "v0.0.7"
Expand Down
2 changes: 1 addition & 1 deletion cue.mod/sums.cue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sums: {
"github.com/hofstadter-io/cuelm": "v0.1.0": ["h1:EUgmkRnA2SUhSm5ozW1XsKHjAuV9UDhCDy17mcgOlf0="]
"github.com/hofstadter-io/cuelm": "v0.1.1": ["h1:G1tM1PcD9u+1fHjxXAAy8NH5AaRloUYc0DRW+yGBOVA="]
"github.com/hofstadter-io/ghacue": "v0.2.0": ["h1:SRQO1Mj2w41v5cgGXYIZ6KP3XRGOv3TaBY0DwG2Slfg="]
"github.com/hofstadter-io/hofmod-cli": "v0.9.0": ["h1:RV3IxqbOayB9obhhbI82CtzOU4NQ0x7GLgZYiMZYYis="]
"github.com/hofstadter-io/supacode": "v0.0.7": ["h1:Ym52/vGKo7/msqjQ6WVCPjNtlfn9O01KD9JHyL1hE3s="]
Expand Down
2 changes: 1 addition & 1 deletion docs/config.cue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params: {
github_project_repo: "https://github.com/hofstadter-io/hof"
github_repo: "https://github.com/hofstadter-io/hof"
time_format_default: "January 2, 2006"
hofver: "v0.6.9-beta.1"
hofver: "v0.6.9-rc.1"
cuever: "v0.8.2"
cuedocBase: "https://pkg.go.dev/cuelang.org/go@\(cuever)"
slackLink: "https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A"
Expand Down
2 changes: 1 addition & 1 deletion docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ params:
github_project_repo: https://github.com/hofstadter-io/hof
github_repo: https://github.com/hofstadter-io/hof
time_format_default: January 2, 2006
hofver: v0.6.9-beta.1
hofver: v0.6.9
cuever: v0.8.2
cuedocBase: https://pkg.go.dev/cuelang.org/go@v0.8.2
slackLink: https://join.slack.com/t/hofstadter-io/shared_invite/zt-e5f90lmq-u695eJur0zE~AG~njNlT1A
Expand Down
9 changes: 2 additions & 7 deletions docs/cue.mod/module.cue
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
module: "github.com/hofstadter-io/hof-docs"
cue: "v0.4.3"
cue: "v0.8.2"

require: {
"github.com/hofstadter-io/cuelm": "v0.1.0"
"github.com/hofstadter-io/harmony-cue": "v0.2.0"
}

indirect: {
"github.com/hofstadter-io/harmony": "v0.2.0"
"github.com/hofstadter-io/cuelm": "v0.1.1"
}
4 changes: 1 addition & 3 deletions docs/cue.mod/sums.cue
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sums: {
"github.com/hofstadter-io/cuelm": "v0.1.0": ["h1:EUgmkRnA2SUhSm5ozW1XsKHjAuV9UDhCDy17mcgOlf0="]
"github.com/hofstadter-io/harmony": "v0.2.0": ["h1:dup22pSofUxu2p4WbTTBsWXC/LSW2cqI+SLJMpxW798="]
"github.com/hofstadter-io/harmony-cue": "v0.2.0": ["h1:r9nEw1slYt/LRWzrTr0ZapuoDm9tThVT3V6eyHAOb50="]
"github.com/hofstadter-io/cuelm": "v0.1.1": ["h1:G1tM1PcD9u+1fHjxXAAy8NH5AaRloUYc0DRW+yGBOVA="]
}
2 changes: 1 addition & 1 deletion docs/hack/make/publish.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hugo.prod: config.yaml
@rm -rf dist
@hugo --baseURL https://docs.hofstadter.io/ -d dist
image.prod:
@docker build --no-cache -f ci/Dockerfile -t us.gcr.io/$(PROJECT)/docs.hofstadter.io:$(TAG) .
@docker build --platform linux/amd64 --no-cache -f ci/Dockerfile -t us.gcr.io/$(PROJECT)/docs.hofstadter.io:$(TAG) .
push.prod:
@docker push us.gcr.io/$(PROJECT)/docs.hofstadter.io:$(TAG)

Expand Down

0 comments on commit 0e6e767

Please sign in to comment.