Skip to content

Supress empty description test #1521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
c22dd4b
Added provider configure function
JaylonmcShan03 Jun 4, 2024
52a96f9
Added GetHelmConfiguration, and it's helper functions
JaylonmcShan03 Jun 5, 2024
388ef65
updates
JaylonmcShan03 Jun 5, 2024
a4af42e
Removed extra comments, utilized calling expandStringSlice
JaylonmcShan03 Jun 6, 2024
ee8b910
Defined the schema, and data models for the resource_release
JaylonmcShan03 Jun 7, 2024
101c66a
data_template data source
JaylonmcShan03 Jun 7, 2024
0dc3727
Updated OCIRegistryLogin call and added descriptions to the structs d…
JaylonmcShan03 Jun 13, 2024
ea4785e
Adding test file for data_template
JaylonmcShan03 Jun 24, 2024
73212e4
Committing changes for resource testing
JaylonmcShan03 Jul 8, 2024
5586c0c
adding working tree for debugging purposes
JaylonmcShan03 Jul 22, 2024
ff8b9a5
Up to date version of migration work
JaylonmcShan03 Aug 19, 2024
184f534
Tidying up
JaylonmcShan03 Aug 21, 2024
0ac3ca0
Release tidy (#1465)
jrhouston Aug 21, 2024
4ee3c14
FIX: use correct split delimiter on KUBE_CONFIG_PATHS value (#1466)
jrhouston Aug 21, 2024
0bd53da
Tidying up during code review (#1467)
jrhouston Aug 26, 2024
7b6c65a
Fix acronyms in struct field names in kubeConfig.go and provider.go (…
JaylonmcShan03 Aug 28, 2024
3a229e2
Creating bool debug (#1469)
JaylonmcShan03 Aug 28, 2024
8d76a02
refactor: rename 'registry' field to 'registries' for consistency wit…
JaylonmcShan03 Aug 29, 2024
d17ecd2
Refactor `ModifyPlan` function in `helm_release.go` (1/2) (#1471)
BBBmau Aug 30, 2024
dda5489
refactor: alphabetize schema attributes in HelmReleaseResource (#1473)
JaylonmcShan03 Sep 4, 2024
1a08700
Rename resolveChartName to buildChartNameWithRepository for clarity (…
JaylonmcShan03 Sep 4, 2024
0585e0b
Refactor: Change model references from 'd' to 'model' for consistency…
JaylonmcShan03 Sep 5, 2024
f96b0be
Refactor: Rename struct fields in HelmReleaseModel to CamelCase (#1479)
JaylonmcShan03 Sep 5, 2024
9c6cca3
Refactor: Rename SetListList to SetListSlice (#1480)
JaylonmcShan03 Sep 5, 2024
e3be2ca
Sort defaultAttributes map and improve schema default handling (#1482)
JaylonmcShan03 Sep 10, 2024
8c0a73c
`framework-migration`: m.lock removal and more (#1490)
BBBmau Sep 18, 2024
e90d17a
Rename resource names (#1494)
JaylonmcShan03 Oct 4, 2024
402c55a
Remove old state upgrader code (#1505)
jrhouston Oct 23, 2024
906ade5
Tidy up import function (#1506)
jrhouston Oct 23, 2024
1736961
Remove blocks from helm_release resource and data source schemas (#1507)
jrhouston Oct 23, 2024
1f41f6e
Add godoc comments to structs (#1508)
jrhouston Oct 23, 2024
b8c5d3b
Including mutex as part of meta
JaylonmcShan03 Oct 23, 2024
a5adaac
Fixing Mut > Mutex
JaylonmcShan03 Oct 23, 2024
b8ccb31
Tidying up struct names, AddError message, and Schema
JaylonmcShan03 Oct 24, 2024
200a4d8
Tidying up IncludeCrds > IncludeCRDs
JaylonmcShan03 Oct 24, 2024
335aa4c
add first_deployed and last_deployed timestamp fields to Helm release…
JaylonmcShan03 Oct 25, 2024
182ef70
`helm-framework`: refactor `metadata` from `ListNestedAttribute` -> `…
BBBmau Oct 25, 2024
911a327
`helm-framework`: ModifyPlan refactor 2 (#1514)
BBBmau Oct 25, 2024
96559f7
Fix failing template tests (#1512)
jrhouston Oct 25, 2024
fbcf22d
Removing fmt.Println
JaylonmcShan03 Oct 24, 2024
cdfd17f
Updated function to hash and replace sensitive values using
JaylonmcShan03 Oct 25, 2024
82f3522
Removing set_sensitiveResourceModel
JaylonmcShan03 Oct 28, 2024
537e2a3
Add custom default for namespace
JaylonmcShan03 Oct 28, 2024
ecfd80f
Removing an attribute that is not defined in the schema from HelmTemp…
JaylonmcShan03 Nov 11, 2024
0a934ed
Update set and set_list blocks to use list-of-maps in test configurat…
JaylonmcShan03 Nov 11, 2024
bd56c7b
Removing marshaling and unmarshaling and replacing with maps.clone
JaylonmcShan03 Oct 29, 2024
6714731
Adding documentation strings for the config_context fields
JaylonmcShan03 Oct 29, 2024
4d9c7cf
Refactor exec block from List to SingleNestedAttribute in KubernetesC…
JaylonmcShan03 Jan 7, 2025
905cf39
The current state of helm_template with test passing (#1532)
JaylonmcShan03 Jan 7, 2025
65ed46c
Remove binary file
jrhouston Jan 7, 2025
64e7d33
Removing unnessary comment
JaylonmcShan03 Oct 28, 2024
1e957a3
Description plan modifier test
JaylonmcShan03 Oct 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TEST?="./helm"
TEST?="./helm-framework/helm"
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
COVER_TEST?=$$(go list ./... |grep -v 'vendor')
WEBSITE_REPO=github.com/hashicorp/terraform-website
Expand All @@ -15,7 +15,6 @@ ifneq ($(origin TRAVIS_TAG), undefined)
BRANCH := $(TRAVIS_TAG)
VERSION := $(TRAVIS_TAG)
endif

# For changelog generation, default the last release to the last tag on
# any branch, and this release to just be the current branch we're on.
LAST_RELEASE?=$$(git describe --tags $$(git rev-list --tags --max-count=1))
Expand Down
45 changes: 27 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ module github.com/hashicorp/terraform-provider-helm

go 1.22.0

toolchain go1.22.5
toolchain go1.22.3

require (
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
github.com/hashicorp/terraform-plugin-docs v0.19.4
github.com/hashicorp/terraform-plugin-framework v1.11.0
github.com/hashicorp/terraform-plugin-framework-validators v0.13.0
github.com/hashicorp/terraform-plugin-go v0.23.0
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
github.com/hashicorp/terraform-plugin-testing v1.8.0
github.com/hashicorp/terraform-plugin-testing v1.10.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
Expand All @@ -18,29 +21,35 @@ require (
k8s.io/api v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/client-go v0.30.3
k8s.io/helm v2.17.0+incompatible
k8s.io/klog v1.0.0
sigs.k8s.io/yaml v1.4.0
)

require (
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/hashicorp/cli v1.1.6 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
)

require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Masterminds/squirrel v1.5.4 // indirect
github.com/Microsoft/hcsshim v0.11.4 // indirect
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
github.com/agext/levenshtein v1.2.2 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/speakeasy v0.1.0 // indirect
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chai2010/gettext-go v1.0.2 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
Expand All @@ -60,6 +69,7 @@ require (
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
Expand All @@ -80,21 +90,20 @@ require (
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gosuri/uitable v0.0.4 // indirect
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
github.com/hashicorp/cli v1.1.6 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.7.0 // indirect
github.com/hashicorp/hc-install v0.7.0 // indirect
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
github.com/hashicorp/hc-install v0.8.0 // indirect
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.21.0 // indirect
github.com/hashicorp/terraform-json v0.22.1 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // 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.1.1 // indirect
Expand All @@ -112,7 +121,7 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
Expand Down Expand Up @@ -153,22 +162,22 @@ require (
github.com/xlab/treeprint v1.2.0 // indirect
github.com/yuin/goldmark v1.7.1 // indirect
github.com/yuin/goldmark-meta v1.1.0 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
github.com/zclconf/go-cty v1.15.0 // indirect
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
go.opentelemetry.io/otel v1.19.0 // indirect
go.opentelemetry.io/otel/metric v1.19.0 // indirect
go.opentelemetry.io/otel/trace v1.19.0 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
go.opentelemetry.io/otel/metric v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.21.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.17.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/time v0.5.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
Expand Down
Loading
Loading