Skip to content

Commit

Permalink
Update provider version to 1.7 and add updating instructions to README
Browse files Browse the repository at this point in the history
masterfuzz committed Mar 27, 2024
1 parent 9900a7f commit 0f44739
Showing 17 changed files with 109 additions and 34 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@
# limitations under the License.

# Terraform provider version
PROVIDER_VERSION=1.6.0
PROVIDER_VERSION=1.7.0

# Pulumi bridged provider version (this package)
VERSION=1.6.0
VERSION=1.7.0

default: build

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -3,3 +3,15 @@
Make "readiness" a resource.

Generated from the [checkmate](https://github.com/tetratelabs/terraform-provider-checkmate) terraform provider

## Updating
To update the terraform provider version, you need to edit 3 files:
* `Makefile`
* `go.mod`
* `provider/resources.go`

And then run `make`. If any of the versions are mistmatched, make should fail and print a message indicating which file.

## Publishing
Run `git tag v{new version}` and push.
You can run `make tagcheck` to double check that the tag matches the provider version.
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ require (
github.com/pulumi/pulumi-terraform-bridge/pf v0.21.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.67.0
github.com/pulumi/pulumi/sdk/v3 v3.95.0
github.com/tetratelabs/terraform-provider-checkmate v1.6.0
github.com/tetratelabs/terraform-provider-checkmate v1.7.0
)

require (
@@ -70,7 +70,7 @@ require (
github.com/charmbracelet/bubbletea v0.24.2 // indirect
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/cheggaaa/pb v1.0.29 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -209,14 +209,14 @@ require (
go.uber.org/atomic v1.9.0 // indirect
gocloud.dev v0.27.0 // indirect
gocloud.dev/secrets/hashivault v0.27.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/crypto v0.20.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/oauth2 v0.11.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/term v0.14.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.15.0 // indirect
@@ -231,6 +231,7 @@ require (
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/client-go v0.29.2 // indirect
lukechampine.com/frand v1.4.2 // indirect
)

25 changes: 14 additions & 11 deletions go.sum
Original file line number Diff line number Diff line change
@@ -506,8 +506,9 @@ github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6D
github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I=
github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE=
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudflare/circl v1.3.3 h1:fE/Qz0QdIGqeWfnwq0RE0R7MI51s0M2E4Ga9kq5AEMs=
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk=
@@ -1811,8 +1812,8 @@ github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
github.com/tetratelabs/terraform-provider-checkmate v1.6.0 h1:QYrZ7YziOdJDnHDwglH96Jf406Dyz3MfbFGTrTJg788=
github.com/tetratelabs/terraform-provider-checkmate v1.6.0/go.mod h1:UpcqVhDlFt2KHQDx08Q1xP/9cAGDll1vz5Nseg2J9hA=
github.com/tetratelabs/terraform-provider-checkmate v1.7.0 h1:X+gALxxBDQ3ZTWZEa7LWgsErF7M4JtSPYm9rnVFhpIc=
github.com/tetratelabs/terraform-provider-checkmate v1.7.0/go.mod h1:umIZA/qQZJAGt/pNk90wcmB6lPtufmjGf8kIo/gvKNw=
github.com/texttheater/golang-levenshtein v1.0.1 h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=
github.com/texttheater/golang-levenshtein v1.0.1/go.mod h1:PYAKrbF5sAiq9wd+H82hs7gNaen0CplQ9uvm6+enD/8=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
@@ -2023,8 +2024,8 @@ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/crypto v0.15.0 h1:frVn1TEaCEaZcn3Tmd7Y2b5KKPaZ+I32Q2OA3kYp5TA=
golang.org/x/crypto v0.15.0/go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g=
golang.org/x/crypto v0.20.0 h1:jmAMJJZXr5KiCw05dfYK9QnqaqKLYXijU23lsEdcQqg=
golang.org/x/crypto v0.20.0/go.mod h1:Xwo95rrVNIoSMx9wa1JroENMToLWn3RNVrTBpLHgZPQ=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
@@ -2154,8 +2155,8 @@ golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg=
golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ=
golang.org/x/net v0.21.0 h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -2354,8 +2355,8 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.17.0 h1:25cE3gD+tdBA7lp7QfhuV+rJiE9YXTcS3VG1SqssI/Y=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
@@ -2365,8 +2366,8 @@ golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
golang.org/x/term v0.14.0 h1:LGK9IlZ8T9jvdy6cTdfKUCltatMFOehAQo9SRC46UQ8=
golang.org/x/term v0.14.0/go.mod h1:TySc+nGkYR6qt8km8wUhuFRTVSMIX3XPR58y2lC8vww=
golang.org/x/term v0.17.0 h1:mkTF7LCd6WGJNL3K1Ad7kwxNfYAW6a8a8QqtMblp/4U=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -2836,6 +2837,8 @@ k8s.io/client-go v0.20.6/go.mod h1:nNQMnOvEUEsOzRRFIIkdmYOjAZrC8bgq0ExboWSU1I0=
k8s.io/client-go v0.22.5/go.mod h1:cs6yf/61q2T1SdQL5Rdcjg9J1ElXSwbjSrW2vFImM4Y=
k8s.io/client-go v0.23.5/go.mod h1:flkeinTO1CirYgzMPRWxUCnV0G4Fbu2vLhYCObnt/r4=
k8s.io/client-go v0.24.2/go.mod h1:zg4Xaoo+umDsfCWr4fCnmLEtQXyCNXCvJuSsglNcV30=
k8s.io/client-go v0.29.2 h1:FEg85el1TeZp+/vYJM7hkDlSTFZ+c5nnK44DJ4FyoRg=
k8s.io/client-go v0.29.2/go.mod h1:knlvFZE58VpqbQpJNbCbctTVXcd35mMyAAwBdpt4jrA=
k8s.io/code-generator v0.19.7/go.mod h1:lwEq3YnLYb/7uVXLorOJfxg+cUu2oihFhHZ0n9NIla0=
k8s.io/component-base v0.20.1/go.mod h1:guxkoJnNoh8LNrbtiQOlyp2Y2XFCZQmrcg2n/DeYNLk=
k8s.io/component-base v0.20.4/go.mod h1:t4p9EdiagbVCJKrQ1RsA5/V4rFQNDfRlevJajlGwgjI=
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@tetratelabs/pulumi-checkmate",
"version": "1.6.0",
"description": ". Based on terraform-provider-checkmate: version v1.6.0",
"version": "1.7.0",
"description": ". Based on terraform-provider-checkmate: version v1.7.0",
"main": "ts_bin/index.js",
"types": "ts_bin/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"install": "node sdk/scripts/install-pulumi-plugin.js resource checkmate 1.6.0 --server github://api.github.com/tetratelabs"
"install": "node sdk/scripts/install-pulumi-plugin.js resource checkmate 1.7.0 --server github://api.github.com/tetratelabs"
},
"dependencies": {
"@pulumi/pulumi": "^3.0.0"
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
"consecutiveSuccesses": "consecutive_successes",
"createAnywayOnCheckFailure": "create_anyway_on_check_failure",
"insecureTls": "insecure_tls",
"jsonValue": "json_value",
"requestBody": "request_body",
"requestTimeout": "request_timeout",
"resultBody": "result_body",
26 changes: 25 additions & 1 deletion provider/cmd/pulumi-resource-checkmate/schema.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"language": {
"nodejs": {
"packageName": "@tetratelabs/pulumi-checkmate",
"packageDescription": ". Based on terraform-provider-checkmate: version v1.6.0",
"packageDescription": ". Based on terraform-provider-checkmate: version v1.7.0",
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/tetratelabs/terraform-provider-checkmate)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-checkmate` repo](/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-checkmate` repo](https://github.com/tetratelabs/terraform-provider-checkmate/issues).",
"dependencies": {
"@pulumi/pulumi": "^3.0.0"
@@ -93,6 +93,14 @@
"type": "integer",
"description": "Interval in milliseconds between attemps. Default 200\n"
},
"jsonValue": {
"type": "string",
"description": "Optional regular expression to apply to the result of the JSONPath expression. If the expression matches, the check will\npass.\n"
},
"jsonpath": {
"type": "string",
"description": "Optional JSONPath expression (same syntax as kubectl jsonpath output) to apply to the result body. If the expression\nmatches, the check will pass.\n"
},
"keepers": {
"type": "object",
"additionalProperties": {
@@ -172,6 +180,14 @@
"type": "integer",
"description": "Interval in milliseconds between attemps. Default 200\n"
},
"jsonValue": {
"type": "string",
"description": "Optional regular expression to apply to the result of the JSONPath expression. If the expression matches, the check will\npass.\n"
},
"jsonpath": {
"type": "string",
"description": "Optional JSONPath expression (same syntax as kubectl jsonpath output) to apply to the result body. If the expression\nmatches, the check will pass.\n"
},
"keepers": {
"type": "object",
"additionalProperties": {
@@ -237,6 +253,14 @@
"type": "integer",
"description": "Interval in milliseconds between attemps. Default 200\n"
},
"jsonValue": {
"type": "string",
"description": "Optional regular expression to apply to the result of the JSONPath expression. If the expression matches, the check will\npass.\n"
},
"jsonpath": {
"type": "string",
"description": "Optional JSONPath expression (same syntax as kubectl jsonpath output) to apply to the result body. If the expression\nmatches, the check will pass.\n"
},
"keepers": {
"type": "object",
"additionalProperties": {
4 changes: 2 additions & 2 deletions provider/resources.go
Original file line number Diff line number Diff line change
@@ -51,8 +51,8 @@ func Provider() tfbridge.ProviderInfo {
P: tfpfbridge.ShimProvider(provider.NewProvider()),
Name: "checkmate",
GitHubOrg: "tetratelabs",
TFProviderVersion: "1.6.0",
Version: "1.6.0",
TFProviderVersion: "1.7.0",
Version: "1.7.0",
Resources: map[string]*tfbridge.ResourceInfo{
"checkmate_http_health": {Tok: checkResourceTok(checkMod, "HttpHealth")},
"checkmate_local_command": {Tok: checkResourceTok(checkMod, "LocalCommand")},
36 changes: 35 additions & 1 deletion sdk/httpHealth.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -71,6 +71,16 @@ export class HttpHealth extends pulumi.CustomResource {
* Interval in milliseconds between attemps. Default 200
*/
public readonly interval!: pulumi.Output<number>;
/**
* Optional regular expression to apply to the result of the JSONPath expression. If the expression matches, the check will
* pass.
*/
public readonly jsonValue!: pulumi.Output<string | undefined>;
/**
* Optional JSONPath expression (same syntax as kubectl jsonpath output) to apply to the result body. If the expression
* matches, the check will pass.
*/
public readonly jsonpath!: pulumi.Output<string | undefined>;
/**
* Arbitrary map of string values that when changed will cause the healthcheck to run again.
*/
@@ -128,6 +138,8 @@ export class HttpHealth extends pulumi.CustomResource {
resourceInputs["headers"] = state ? state.headers : undefined;
resourceInputs["insecureTls"] = state ? state.insecureTls : undefined;
resourceInputs["interval"] = state ? state.interval : undefined;
resourceInputs["jsonValue"] = state ? state.jsonValue : undefined;
resourceInputs["jsonpath"] = state ? state.jsonpath : undefined;
resourceInputs["keepers"] = state ? state.keepers : undefined;
resourceInputs["method"] = state ? state.method : undefined;
resourceInputs["passed"] = state ? state.passed : undefined;
@@ -148,6 +160,8 @@ export class HttpHealth extends pulumi.CustomResource {
resourceInputs["headers"] = args ? args.headers : undefined;
resourceInputs["insecureTls"] = args ? args.insecureTls : undefined;
resourceInputs["interval"] = args ? args.interval : undefined;
resourceInputs["jsonValue"] = args ? args.jsonValue : undefined;
resourceInputs["jsonpath"] = args ? args.jsonpath : undefined;
resourceInputs["keepers"] = args ? args.keepers : undefined;
resourceInputs["method"] = args ? args.method : undefined;
resourceInputs["requestBody"] = args ? args.requestBody : undefined;
@@ -192,6 +206,16 @@ export interface HttpHealthState {
* Interval in milliseconds between attemps. Default 200
*/
interval?: pulumi.Input<number>;
/**
* Optional regular expression to apply to the result of the JSONPath expression. If the expression matches, the check will
* pass.
*/
jsonValue?: pulumi.Input<string>;
/**
* Optional JSONPath expression (same syntax as kubectl jsonpath output) to apply to the result body. If the expression
* matches, the check will pass.
*/
jsonpath?: pulumi.Input<string>;
/**
* Arbitrary map of string values that when changed will cause the healthcheck to run again.
*/
@@ -260,6 +284,16 @@ export interface HttpHealthArgs {
* Interval in milliseconds between attemps. Default 200
*/
interval?: pulumi.Input<number>;
/**
* Optional regular expression to apply to the result of the JSONPath expression. If the expression matches, the check will
* pass.
*/
jsonValue?: pulumi.Input<string>;
/**
* Optional JSONPath expression (same syntax as kubectl jsonpath output) to apply to the result body. If the expression
* matches, the check will pass.
*/
jsonpath?: pulumi.Input<string>;
/**
* Arbitrary map of string values that when changed will cause the healthcheck to run again.
*/
2 changes: 1 addition & 1 deletion sdk/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion sdk/localCommand.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion sdk/provider.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion sdk/tcpEcho.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion sdk/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion sdk/types/input.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion sdk/types/output.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
2 changes: 1 addition & 1 deletion sdk/utilities.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Tetrate
// Copyright 2024 Tetrate
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.

0 comments on commit 0f44739

Please sign in to comment.