Releases: coveord/terraform-provider-kubernetes
v1.1.0-coveo.0
Changelog
84b0411 Changes to build our fork
027b4a5 Merge remote-tracking branch 'sl1pm4t/custom' into deployment-fork
bcc3a26 Update CHANGELOG.md
ea3b56c Merge pull request hashicorp#151 from appilon/91-k8s-pod-timeout
1227610 configure timeouts for create and delete
6e7e688 add timeouts to pod resource
e8fc10c Ignore build artifacts
29a93a3 Merge pull request hashicorp#8 from sl1pm4t/revision-history-limit
1cea547 Add revision_history_limit
to Deployment Fixes hashicorp#7
d310211 Cleanup after v1.1.0 release
fcc8e8d Update import path to fix build.
2c59612 travis config for custom builds
e5faf3a Add build script
9008dc9 Get job resource tests working, disable Updates for now.
22ea6d7 Fix 2 daemonset tests
ded9f75 Deployment: Add paused, progress_deadline_seconds attributes
99fd7e3 Update Dep + SS to use common top level label reconciler
1da2842 DaemonSet: add tests, attempt to fix Update error
94e1cb2 Add test for "no top level labels" scenario, fix more StatefulSet tests
16c8f30 Fix StatefulSet test
e0e953c Fix perpetual diff of token volumes + mounts on Pod. If the pod has automount_service_account_token = true, the backend Will auto add an extra Volume + VolumeMount for the Service Account Token. This causes a perpetual Terraform Diff. This commit fixes the issue for Pods.
6cc8558 Fix perpetual diff of Labels on Deployment. If no metadata labels are defined at the top level, the Kubernetes API Will copy the labels from the Template to the top level. This causes a perpetual diff.
5573bad resource/*: Treat non-string label values as invalid
01eb52b Merge pull request hashicorp#4 from sl1pm4t/deletion-policy
8c1aa60 Set DeletionPolicyForeground on deployment delete
95eea6a Update example for new deployment schema.
683064e Fix 'unconvertible type' error
5cdbde7 BREAKING - Update DaemonSet schema to match API.
65bb5ae Update StatefulSet schema to better match native kubernetes schema. Add missing schema fields. WIP
d817dbf fix panic
d034e76 Add support for init_container
block in podSpec
a644817 BREAKING - align deployment schema with official API
7741352 Add volume_claim_templates to stateful_set
68bb23b Propagate annotations to spec template
e238435 Split handling of kubernetes.io Anno’s + Labels
1bad516 Add import command to Ingress docs
6868c65 fmt
2b98b2a Move ingress example into existing _examples dir
bd8e53d Add ingress example
9ac536c Don’t prevent use of kubernetes.io annotation keys
b628bed Update DS/Depl expanders / flatteners to use the new TF schema compliant naming convention (snake case, not camel case).
849d5ac updating deployment structure utility functions to use proper schema keys for DeploymentStrategy
b735a83 Add kubernetes_ingress
documentation
baa7b91 Fix backend descr, add ip / hostname computed attr
a9a43fe Ingress resource working
f29d9ff Fix beta resources for v4 client-go
843c9a1 WIP - ingress resource
b467579 Fix for upstream changes
063c558 StorageClass cannot be namespaced
25a1f5e Set automount_service_account_token Default = true
30d2853 Fix volume.secret.default_mode
36bca2a storage_class metadata can be namespaced
b0fd625 Updateable podSpec for StatefulSet
a98494a Add kubernetes_stateful_set resource
5d3c12d add env_from
support to container spec
6914052 Allow updating podSpec for deployment
bbfb77c Fix error: expected type 'int', got unconvertible type '*int32'