Skip to content

Commit 5d78d77

Browse files
author
Miles Crabill
committed
v26.0.0
1 parent 89679cd commit 5d78d77

File tree

234 files changed

+473
-508
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

234 files changed

+473
-508
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions

changelog/1596171.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/AQveLrgqSHaxFBwtas66vg.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/AXXNEjbFSQGBb_g28-RMbw.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/EMxihKGCRHmzKZT9nXtG-w.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/Kwfnsk3aSyKjppFAotAPdA.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/MGi7dJRmQBy0gOde6KPJbA.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/Opj3CkB7TlypjZDLKBMXQw.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/SLy8fnIbRJSa7o2toVSazw.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/WARVAcsKSnWHTeFJF18fwQ.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/XuVSu2KWTqakgJB7sSRUJw.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/brSrfgj3Sxi1ECduQiqZuw.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/bug-1455632.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1473155.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1558240.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1559434.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1591476.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1596177.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1617685.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1618916.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1618983.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/bug-1619925.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/freebsd-simple-generic.worker_1.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog/issue-2386.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/issue-244.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/issue-2441.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

clients/client-go/README.md

Lines changed: 8 additions & 8 deletions

clients/client-go/codegenerator/model/api.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"sort"
88
"strings"
99

10-
"github.com/taskcluster/taskcluster/v25/tools/jsonschema2go/text"
10+
"github.com/taskcluster/taskcluster/v26/tools/jsonschema2go/text"
1111
)
1212

1313
//////////////////////////////////////////////////////////////////
@@ -122,7 +122,7 @@ import (
122122
"errors"
123123
"net/url"
124124
"time"
125-
tcclient "github.com/taskcluster/taskcluster/v25/clients/client-go"
125+
tcclient "github.com/taskcluster/taskcluster/v26/clients/client-go"
126126
)
127127
128128
type ` + api.Name() + ` tcclient.Client

clients/client-go/codegenerator/model/exchange.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package model
33
import (
44
"fmt"
55

6-
"github.com/taskcluster/taskcluster/v25/tools/jsonschema2go/text"
6+
"github.com/taskcluster/taskcluster/v26/tools/jsonschema2go/text"
77
)
88

99
////////////////////////////////////////////////////////////////////////
@@ -157,7 +157,7 @@ func (exchange *Exchange) generateAPICode(exchangeName string) string {
157157
import (
158158
"reflect"
159159
"strings"
160-
tcclient "github.com/taskcluster/taskcluster/v25/clients/client-go"
160+
tcclient "github.com/taskcluster/taskcluster/v26/clients/client-go"
161161
)
162162
163163
`

clients/client-go/codegenerator/model/generatemodel.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
"regexp"
1212

1313
docopt "github.com/docopt/docopt-go"
14-
"github.com/taskcluster/taskcluster/v25/clients/client-go/codegenerator/model"
15-
"github.com/taskcluster/taskcluster/v25/tools/jsonschema2go"
14+
"github.com/taskcluster/taskcluster/v26/clients/client-go/codegenerator/model"
15+
"github.com/taskcluster/taskcluster/v26/tools/jsonschema2go"
1616
)
1717

1818
var (

clients/client-go/codegenerator/model/model.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"regexp"
1414
"strings"
1515

16-
"github.com/taskcluster/taskcluster/v25/tools/jsonschema2go"
16+
"github.com/taskcluster/taskcluster/v26/tools/jsonschema2go"
1717
"golang.org/x/tools/imports"
1818
)
1919

@@ -163,7 +163,7 @@ func FormatSourceAndSave(sourceFile string, sourceCode []byte) {
163163
// in GOPATH, so reset the TC version to the appropriate value. Note that
164164
// the last argument here will be updated to the current version by `yarn
165165
// release`, so this will always substitute the correct version.
166-
formattedContent = regexp.MustCompile(`github.com/taskcluster/taskcluster/v[0-9]+/`).ReplaceAll(formattedContent, []byte("github.com/taskcluster/taskcluster/v25/"))
166+
formattedContent = regexp.MustCompile(`github.com/taskcluster/taskcluster/v[0-9]+/`).ReplaceAll(formattedContent, []byte("github.com/taskcluster/taskcluster/v26/"))
167167

168168
// only perform general format, if that worked...
169169
formattedContent, err = format.Source(formattedContent)

clients/client-go/creds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"time"
1515

1616
"github.com/taskcluster/slugid-go/slugid"
17-
"github.com/taskcluster/taskcluster/v25/tools/jsonschema2go/text"
17+
"github.com/taskcluster/taskcluster/v26/tools/jsonschema2go/text"
1818
)
1919

2020
// Credentials represents the set of credentials required to access protected

clients/client-go/creds_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import (
99
"testing"
1010
"time"
1111

12-
tcclient "github.com/taskcluster/taskcluster/v25/clients/client-go"
13-
"github.com/taskcluster/taskcluster/v25/clients/client-go/tcauth"
14-
"github.com/taskcluster/taskcluster/v25/internal/testrooturl"
12+
tcclient "github.com/taskcluster/taskcluster/v26/clients/client-go"
13+
"github.com/taskcluster/taskcluster/v26/clients/client-go/tcauth"
14+
"github.com/taskcluster/taskcluster/v26/internal/testrooturl"
1515
)
1616

1717
func ExampleCredentials_CreateTemporaryCredentials() {

clients/client-go/http_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"testing"
1616
"time"
1717

18-
"github.com/taskcluster/taskcluster/v25/internal/jsontest"
18+
"github.com/taskcluster/taskcluster/v26/internal/jsontest"
1919
)
2020

2121
// TestExtHeaderPermAuthScopes checks that the generated hawk ext http header

clients/client-go/integrationtest/integration_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import (
44
"testing"
55

66
"github.com/stretchr/testify/require"
7-
tcclient "github.com/taskcluster/taskcluster/v25/clients/client-go"
8-
"github.com/taskcluster/taskcluster/v25/clients/client-go/tcauth"
9-
"github.com/taskcluster/taskcluster/v25/clients/client-go/tcsecrets"
10-
"github.com/taskcluster/taskcluster/v25/internal/testrooturl"
7+
tcclient "github.com/taskcluster/taskcluster/v26/clients/client-go"
8+
"github.com/taskcluster/taskcluster/v26/clients/client-go/tcauth"
9+
"github.com/taskcluster/taskcluster/v26/clients/client-go/tcsecrets"
10+
"github.com/taskcluster/taskcluster/v26/internal/testrooturl"
1111
)
1212

1313
// This function tests a simple unauthenticated request for the list of configured

clients/client-go/tcauth/auth_examples_test.go

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

clients/client-go/tcauth/tcauth.go

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

clients/client-go/tcauth/types.go

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

clients/client-go/tcgithub/tcgithub.go

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

clients/client-go/tcgithub/types.go

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

clients/client-go/tchooks/tchooks.go

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

clients/client-go/tchooks/types.go

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

clients/client-go/tcindex/tcindex.go

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

clients/client-go/tcindex/types.go

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

0 commit comments

Comments
 (0)