Skip to content

Commit

Permalink
Updated Beta release 0.9.2 (#63)
Browse files Browse the repository at this point in the history
Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
  • Loading branch information
bczoma authored Jan 26, 2024
1 parent 3726eef commit 12beb44
Show file tree
Hide file tree
Showing 116 changed files with 184 additions and 180 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fi
- name: Check changed files
uses: tj-actions/verify-changed-files@v16
uses: tj-actions/verify-changed-files@v17
id: check-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prep-internal-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sed -i "s/version =.*$/version = \"${VERSION}\"/g" version.go
- name: Check changed files
uses: tj-actions/verify-changed-files@v14
uses: tj-actions/verify-changed-files@v17
id: check-changed-files

- name: Run step only when any of the files change
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 Solace Corporation
Copyright 2024 Solace Corporation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions cmd/broker/client.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,7 @@ package broker
import (
"os"
"strings"
"terraform-provider-solacebroker/cmd/command"
terraform "terraform-provider-solacebroker/cmd/command"
"terraform-provider-solacebroker/internal/broker"
"terraform-provider-solacebroker/internal/semp"
"time"
Expand Down
5 changes: 3 additions & 2 deletions cmd/command/configgenerator.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -19,14 +19,15 @@ import (
"context"
"errors"
"fmt"
"golang.org/x/exp/slices"
"net/http"
"os"
"regexp"
"strings"
internalbroker "terraform-provider-solacebroker/internal/broker"
"terraform-provider-solacebroker/internal/broker/generated"
"terraform-provider-solacebroker/internal/semp"

"golang.org/x/exp/slices"
)

type BrokerObjectType string
Expand Down
2 changes: 1 addition & 1 deletion cmd/command/configgenerator_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/command/configwriter.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/command/configwriter_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/command/util.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/command/util_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/completion.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Package cmd terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion cmd/generate.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Package cmd terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
5 changes: 3 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -17,8 +17,9 @@
package cmd

import (
"github.com/spf13/cobra"
terraform "terraform-provider-solacebroker/cmd/command"

"github.com/spf13/cobra"
)

var rootCmd = &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion cmd/versioncmd.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion debugRun-windows.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion debugRun.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// terraform-provider-solacebroker
//
// Copyright 2023 Solace Corporation. All rights reserved.
// Copyright 2024 Solace Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/hashicorp/terraform-plugin-docs v0.16.0
github.com/hashicorp/terraform-plugin-framework v1.4.2
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
github.com/hashicorp/terraform-plugin-go v0.19.0
github.com/hashicorp/terraform-plugin-go v0.20.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-testing v1.5.1
github.com/spf13/cobra v1.8.0
Expand All @@ -29,7 +29,7 @@ require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/containerd v1.7.7 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
Expand All @@ -49,7 +49,7 @@ require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.5.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/hc-install v0.6.0 // indirect
Expand All @@ -58,9 +58,9 @@ require (
github.com/hashicorp/terraform-exec v0.19.0 // indirect
github.com/hashicorp/terraform-json v0.17.1 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down Expand Up @@ -96,18 +96,18 @@ require (
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.14.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
google.golang.org/grpc v1.57.1 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/grpc v1.60.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 12beb44

Please sign in to comment.