Skip to content
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

feat: importer #2

Closed
wants to merge 103 commits into from
Closed

feat: importer #2

wants to merge 103 commits into from

Commits on Jan 11, 2019

  1. Log values.yaml in case of errors and filtering sensitive values

    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    meyskens committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    0ee254f View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#182 from meyskens/log-sensitive

    Log values.yaml in case of errors and filtering sensitive values
    meyskens committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    bfd7d79 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    15090f2 View commit details
    Browse the repository at this point in the history
  2. Update release.html.markdown

    mzupan committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    254cdbf View commit details
    Browse the repository at this point in the history
  3. Update release.html.markdown

    mzupan committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    c4658fc View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. Update default tiller image from gcr.io/kubernetes-helm/tiller:v2.9.0…

    … to gcr.io/kubernetes-helm/tiller:v2.11.0
    pdecat committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    7a42279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ad7214 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Merge pull request hashicorp#194 from pdecat/update_default_tiller_image

    Update default tiller image to v2.11.0 and document defaults
    meyskens committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    2cdf515 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#192 from mzupan/master

    Adding the wait flag to the docs
    meyskens committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    9f8bff6 View commit details
    Browse the repository at this point in the history
  3. Go modules (hashicorp#200)

    * Remove old vendor
    * Go modules
    * Re-vendor using Go modules
    alexsomesan committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    b031547 View commit details
    Browse the repository at this point in the history
  4. Align module versions (hashicorp#201)

    Align some package versions:
    * k8s.io/* kubernetes-1.11.7
    * k8s.io/helm v2.11.0
    * github.com/hashicorp/terraform v0.11.11
    
    Also:
    * Remove old glide configuration files
    * Re-vendor after version updates
    * Remove vendoring checks from Makefile and Travis
    * Update scripts/getcookie.sh credentials
    alexsomesan committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    f838818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    726aa56 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. Updated documentation (hashicorp#209)

    * Added missing attributes
    * Added more details to helm_release code snippet
    * Reordered to make it easier to check attributes with the code
    * Removed importing commands which do not work for the moment
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    0ff02e1 View commit details
    Browse the repository at this point in the history
  2. helm_release: Suppress diff of "keyring" and "devel" attributes (hash…

    …icorp#193)
    
    * Suppress diff of "devel" attribute if "version" is set
    * Suppress diff of "keyring" attribute if "verify" is disabled
    legal90 authored and Rafael Porres Molina committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    1aca51a View commit details
    Browse the repository at this point in the history
  3. Add entries to .gitignore to roughly match the Google provider (hashi…

    rileykarson authored and Rafael Porres Molina committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a4361c9 View commit details
    Browse the repository at this point in the history
  4. Using localhost for TillerHost leads to 'context deadline exceeded' o…

    …n EKS (hashicorp#207)
    yorinasub17 authored and Rafael Porres Molina committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    a5d2a25 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Updated CHANGELOG preparing v0.8.0 release (hashicorp#211)

    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina authored and alexsomesan committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    eee3d04 View commit details
    Browse the repository at this point in the history
  2. v0.8.0

    tf-release-bot authored and TeamCity committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    74474da View commit details
    Browse the repository at this point in the history
  3. Cleanup after v0.8.0 release

    tf-release-bot authored and TeamCity committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    da3bd8d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. fix: config_path example (hashicorp#215)

    hareku authored and Rafael Porres Molina committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    3cf9ead View commit details
    Browse the repository at this point in the history
  2. fix config_path documentation

    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    3ffee37 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Use configured helm home when reading default TLS settings (hashicorp…

    …#210)
    
    * Use configured helm home when reading default TLS settings
    
    * Revert a suspiscious change
    yorinasub17 authored and Rafael Porres Molina committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    96d2b5d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Make travis own .minikube (hashicorp#222)

    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    meyskens authored and Rafael Porres Molina committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    0296c4e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Merge pull request hashicorp#218 from terraform-providers/fix-config-…

    …path-doc
    
    fix config_path documentation
    meyskens committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    ba5390f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Make helm_repository a data resource (hashicorp#221)

    * Move repo logic to a data source
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Add data resource specific tests
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * fix dupl function name
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Link actual logic
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Update documentation
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Update website/docs/repository.html.markdown
    
    Co-Authored-By: meyskens <maartje@eyskens.me>
    
    * Remove import from docs
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * make helm_release example use the data source as repo
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    meyskens authored and Rafael Porres Molina committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    4a16187 View commit details
    Browse the repository at this point in the history
  2. Added load_config_file option to the provider k8s part (hashicorp#231)

    * Added load_config_file option to the provider k8s part
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Fix typo
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    meyskens authored and Rafael Porres Molina committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1b29120 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG preparing v0.9.0 release (hashicorp#232)

    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina authored and alexsomesan committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    0ac44ed View commit details
    Browse the repository at this point in the history
  4. Replace 'O' with '0' in unreleased version number (hashicorp#233)

    alexsomesan authored and Rafael Porres Molina committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    7254299 View commit details
    Browse the repository at this point in the history
  5. v0.9.0

    tf-release-bot authored and TeamCity committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    2a59fe3 View commit details
    Browse the repository at this point in the history
  6. Cleanup after v0.9.0 release

    tf-release-bot authored and TeamCity committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    cbce55d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Fix mistake in documentation

    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    meyskens committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    6c01499 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Merge pull request hashicorp#234 from terraform-providers/fix-docs-mi…

    …stake
    
    Fix mistake in documentation
    meyskens committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    6fd74db View commit details
    Browse the repository at this point in the history
  2. Escape commas in set_string (hashicorp#227)

    * Add TestAccResourceRelease_setStringValues
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Escape commas in set_string
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Fix values test
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Fix typo
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * fix values test case
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Escape commas everywhere
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Add test with escaped commas
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Add note explaining commas
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Try to valid escape
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Fix syntax
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * Update website/docs/release.html.markdown
    
    Co-Authored-By: meyskens <maartje@eyskens.me>
    meyskens authored and Rafael Porres Molina committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    2b5ad92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae377a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Enable modules in Travis & go mod tidy (hashicorp#237)

    * go mod tidy
    
    * travis: Enable go modules
    radeksimko authored and alexsomesan committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    d69639f View commit details
    Browse the repository at this point in the history
  2. Allow running acceptance test cases concurrently in isolation (hashic…

    …orp#186)
    
    * Let test cases run in parallel to speed up test runs
    * Use random resource and namespace names in acceptance tests to avoid issues with concurrent runs
    * Delete namespaces automatically created by helm when creating releases
    * Let TEST target ./helm directory by default. This allows getting unit and acceptance tests output live
    pdecat authored and alexsomesan committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    7a1cbfa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    698964e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Merge pull request hashicorp#241 from desmondhume/patch-1

    Update release.html.markdown
    meyskens committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    4ca373c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    280e631 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    09bde40 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Migrate provider to Terraform 0.12 SDK (hashicorp#219)

    * Bump TF SDK to github.com/hashicorp/terraform@pluginsdk-v0.12-early8
    
    * Re-vendor after SDK bump
    
    * tf-012: fix acceptance tests failures related to metadata updates (take 2) (hashicorp#260)
    
    * Rename release resource to match acceptance test name
    
    * Properly log 'Deleting namespace...' at debug level
    
    * Fix acceptance tests failures related to metadata updates
    
    * Test infra auto-detects latest GKE version.
    alexsomesan committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    0894d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3bcb4 View commit details
    Browse the repository at this point in the history
  3. v0.9.1

    tf-release-bot authored and TeamCity committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    3d80938 View commit details
    Browse the repository at this point in the history
  4. Cleanup after v0.9.1 release

    tf-release-bot authored and TeamCity committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    4980a18 View commit details
    Browse the repository at this point in the history
  5. Update helm deps to current master (hashicorp#261)

    * go get github.com/hashicorp/terraform@pluginsdk-v0.12-early8
    * go get github.com/docker/docker/pkg/term@1009e6a40b295187e038b67e184e9c0384d95538
    * go get k8s.io/client-go...@v11.0.0 k8s.io/apimachinery...@kubernetes-1.14.1 k8s.io/api...@kubernetes-1.14.1 k8s.io/apiserver...@kubernetes-1.14.1 k8s.io/component-base...@kubernetes-1.14.1 k8s.io/cloud-provider...@kubernetes-1.14.1 k8s.io/cli-runtime...@kubernetes-1.14.1
    * go get k8s.io/helm...@master
    * go mod tidy
    * go mod vendor
    * Adapt helm provider code for client-go v11.0.0 and kubernetes v1.14.1
    pdecat authored and alexsomesan committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    ee4c112 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Update repository.html.markdown (hashicorp#262)

    Because is a data source and not a resource
    framled authored and Rafael Porres Molina committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    a448d95 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Update index.html.markdown (hashicorp#270)

    helm_repository is a Data Source
    framled authored and Rafael Porres Molina committed May 3, 2019
    Configuration menu
    Copy the full SHA
    2118580 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Tiller image v2.11.0 -> v2.13.1 (hashicorp#264)

    chenrui333 authored and Rafael Porres Molina committed May 6, 2019
    Configuration menu
    Copy the full SHA
    6503f59 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Update the example of helm_repository

    Release name of incubator/redis-cache chart cannot contain underscore, as it's used in a service name, and should be in DNS-1035 label format.
    pallxk committed May 15, 2019
    Configuration menu
    Copy the full SHA
    597d8cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#276 from pallxk/patch-1

    Update the example of helm_repository
    meyskens committed May 15, 2019
    Configuration menu
    Copy the full SHA
    30502ff View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Update helm and tiller to 2.14.0 (hashicorp#277)

    * go get k8s.io/helm...@v2.14.0
    
    * go mod tidy
    
    * git rm -f -r -q vendor && go mod vendor
    
    * Update tiller image to gcr.io/kubernetes-helm/tiller:v2.14.0
    
    * Update helm version used in travis to v2.14.0
    pdecat authored and Rafael Porres Molina committed May 16, 2019
    Configuration menu
    Copy the full SHA
    74aff01 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    5ff79c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Update Terraform to 0.12.1

    jpreese committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    a1d23e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Merge pull request hashicorp#289 from jpreese/update-terraform

    Update Terraform to 0.12.1
    meyskens committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    f4e94ef View commit details
    Browse the repository at this point in the history
  2. Update vendor directory from modules

    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    meyskens committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    c60f76e View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#282 from invidian/fix-typos

    helm/resource_release: typo fixes
    meyskens committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    80eefe0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#290 from meyskens/vendor-update

    Update vendor directory from modules
    meyskens committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    9c6a6f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Fix concurrency issues reading multiple repos (hashicorp#272)

    * Fix concurrency issues reading multiple repos
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    
    * Add acceptance test cases for concurrent repositories additions issue
    * Move testAccPreCheckHelmRepositoryDestroy() to resource_release_test.go
    * Set desired version from the Chart metadata only if available
    
    Signed-off-by: Patrick Decat <pdecat@gmail.com>
    Rafael Porres Molina committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    62f090d View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Automatically initialize the configured helm home directory (hashicor…

    …p#185)
    
    * Add `init_helm_home` provider optional setting to initialize Helm home directory if it is not already initialized (defaults to true)
    * Fix localRepositoryURL, cf. https://github.com/helm/helm/pull/5189/files#diff-41bda33cabc73654551e59756868557cR62
    * Add Helm output to logs
    * Let Helm print to stdout directly
    * Do not skip stable repository refresh
    * Initialize Helm home on provider configuration (repository resource does not invoke `GetHelmClient()`
    * Test `init_helm_home` helm home initialization parameter
    * Run acceptance tests with an empty helm home to avoid messing with the user's ~/.helm directory
    * Doc: explicitly state that the path configured by the 'home' attribute will be initialized if 'init_helm_home' is set to true
    pdecat authored and Rafael Porres Molina committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    087e4dd View commit details
    Browse the repository at this point in the history
  2. Preparing release v0.10.0 (hashicorp#293)

    * Preparing release v0.10.0
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    
    * added init_helm_dir feature
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina authored and alexsomesan committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    0d9f795 View commit details
    Browse the repository at this point in the history
  3. v0.10.0

    tf-release-bot authored and TeamCity committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    d642df1 View commit details
    Browse the repository at this point in the history
  4. Cleanup after v0.10.0 release

    tf-release-bot authored and TeamCity committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    de1bd70 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Update to Helm 2.14.1 (hashicorp#294)

    * go get k8s.io/helm...@v2.14.1
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    
    * go mod tidy
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    
    * git rm -f -r -q vendor && go mod vendor
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    
    * Tiller is gcr.io/kubernetes-helm/tiller:v2.14.1
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina authored and alexsomesan committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    4cdce55 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    136622c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Update helm/provider.go

    Co-Authored-By: Maartje Eyskens <maartje@eyskens.me>
    dstockton and meyskens committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    cdafcb3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#295 from dstockton/wait-for-tiller

    Wait for tiller if it's not ready
    meyskens committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    77d0573 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Configuration menu
    Copy the full SHA
    ba1b219 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Preparing release v0.10.1 (hashicorp#309)

    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina authored and alexsomesan committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    39d69dc View commit details
    Browse the repository at this point in the history
  2. v0.10.1

    tf-release-bot authored and TeamCity committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    757d59e View commit details
    Browse the repository at this point in the history
  3. Cleanup after v0.10.1 release

    tf-release-bot authored and TeamCity committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    91b43c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Revert "Escape commas in set_string (hashicorp#227)" (hashicorp#310)

    As it doesn't allow to set list.
    
    This fixes hashicorp#265
    
    This reverts commit 2b5ad92.
    Rafael Porres Molina committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    74f0b6c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Prepare for release 0.10.2 (hashicorp#314)

    * Prepare for release 0.11.0
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    
    * It makes more sense to do a patch release
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina authored and alexsomesan committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    144e4b6 View commit details
    Browse the repository at this point in the history
  2. v0.10.2

    tf-release-bot authored and TeamCity committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    46cb139 View commit details
    Browse the repository at this point in the history
  3. Cleanup after v0.10.2 release

    tf-release-bot authored and TeamCity committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    b2d41cc View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Remove ForceNew on repo and chart changes (hashicorp#253)

    lawliet89 authored and Rafael Porres Molina committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    2c0efe6 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Modernise docs (hashicorp#324)

    * Use 0.12 syntax
    * Use two space indentation as suggested by
      https://www.terraform.io/docs/configuration/style.html
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5999859 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Allow for colon separated KUBECONFIG

    Fixes hashicorp#98
    
    Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
    Rafael Porres Molina committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    40fd5dc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Don't enable TLS if enable_tls is false (hashicorp#245)

    Terraform Helm provider 0.9.0 introduces a regression. In 0.8.0 if there
    is no `client_key`, `ca_certificate`, or `client_certificate` defined at
    the `provider "Helm"` level, TLS configuration is effectively disabled.
    The 0.9.0 version checks if there are `key.pem`, `cert.pem` and `ca.pem`
    present in Helm's home directory and if they are, TLS is enabled. This
    behaviour can break some configurations where these certificate files
    are present for other cluster(s) but current cluster doesn't use TLS.
    
    This change makes the Helm provider behave similar to Helm CLI. Helm
    CLI uses `--tls` option to explicitely enable TLS. This change makes
    `enable_tls` option to work as advertised (quoting documentation:
    `enable_tls` - (Optional) Enables TLS communications with the Tiller.
    Defaults to `false`).
    moleskin-smile authored and Rafael Porres Molina committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    a8e6573 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. update helm dependency to v2.14.3 (hashicorp#312)

    karuppiah7890 authored and Rafael Porres Molina committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f924101 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. remove usage of config pkg

    update terraform sdk to v0.12.8
    appilon committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    c5599dd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Merge branch 'master' into pull-150

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9374f77 View commit details
    Browse the repository at this point in the history
  2. fix: merge issues

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fc17e91 View commit details
    Browse the repository at this point in the history
  3. fix: merge issues

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    00cbf0c View commit details
    Browse the repository at this point in the history
  4. fix: making diffs better

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    2023346 View commit details
    Browse the repository at this point in the history
  5. fix: making diffs better

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fdffef3 View commit details
    Browse the repository at this point in the history
  6. fix: making diffs better

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    b1e4d9b View commit details
    Browse the repository at this point in the history
  7. fix: making diffs better

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    58539bc View commit details
    Browse the repository at this point in the history
  8. fix: chart name

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    22bc6f6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request hashicorp#334 from terraform-providers/appilon/rem…

    …ove-config-pkg
    
    remove usage of config pkg
    appilon committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fe2b905 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Merge pull request hashicorp#327 from terraform-providers/fix-98

    Allow for colon separated KUBECONFIG
    meyskens committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    88c993e View commit details
    Browse the repository at this point in the history
  2. Use Kubernetes v1.15 for testing (hashicorp#349)

    * Use Kubernetes v1.15
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * use v1.15.4
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * test on bionic
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * run update-context as root
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    
    * rm update-context
    
    Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
    meyskens authored and alexsomesan committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0cad011 View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#304 from osdemah/fix-reading-false-values

    Use GetOkExists instead of GetOk for boolean attributes
    meyskens committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d2095c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77bf732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7146352 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge pull request hashicorp#348 from mcristina422/migrateSDK

    migrate to terraform-plugin-sdk
    meyskens committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    bc0c823 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. update deps

    mcristina422 committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    919636a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. apimachinery

    mcristina422 committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    34613cd View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Configuration menu
    Copy the full SHA
    b765156 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Fix release shield (hashicorp#350)

    meyskens authored and Rafael Porres Molina committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    e71e800 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    bbb7900 View commit details
    Browse the repository at this point in the history
  2. fix: tests resource names

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    df31f0e View commit details
    Browse the repository at this point in the history
  3. fix: import state id

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    0f9cc7f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. fix: remove the diff supressions

    Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
    caarlos0 committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    f15ceb0 View commit details
    Browse the repository at this point in the history