Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Release v1.2.0 #53

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open

Release v1.2.0 #53

wants to merge 61 commits into from

Conversation

kevinkirkup
Copy link
Member

Release v1.2.0

kevinkirkup and others added 30 commits April 14, 2020 14:30
Since Cloud Connections only provid Non-HA connections for 50Mbps, add a custom
resource validator to enforce this. Also added Unit Tests to test for this.
Now uses the OpenAPI v3 Code generator.
…r_HA_on_cloud_connections

[PE-2149] Add custom validator for cloud connections for HA
Change IKE version to Optional and default to V2 to align with
Kato default.
…eters_across_providers

[PE-2173] consistent parameters across providers
…es_data_source_accpetance_test

[PE-2192] Update CloudServices acceptance tests to match new list
Update the documentation to show that IKE Version is optional and
defaults to `V2`.
…eters_across_providers

[PE-2173] Update documentation to show ike_version as optional
We used to have a Terraform Test environment that was constantly up.
For Oracle where the cost is $1/hr, it doesn't make sense to do this.

We should setup and teardown the test environment before and after each
test run. This should also save us some money.
…ction_support

[PE-2210] Setup/Teardown environment for each test run
The CHANGELOG.md has to have a specific format for Terraform provider
releases. Use the changelog-gen tool to auto-generate CHANGLOG.md changes
based on the commit history.

This uses labels assigned to PR's to determine the type of change and
whether a PR should be included.
Add initial Oracle connection resources.
Co-authored-by: Josh Poth <45794915+joshpoth-pureport@users.noreply.github.com>
kevinkirkup added 22 commits May 22, 2020 16:11
…ction_support

[PE-2210] Add oracle connection support
…ction_support

[PE-2210] Set a valid default value for Oracle OCID
Temporarily enabled debugging by default so we and reproduce the ECX issue.
…ebugging

Enable debugging by default for Jenkins build
…ction_support

[PE-2210] Fix failing invalid test case
…ebugging

Also enable Pureport logging to file
…iming_based_on_rate_limits

[PE-2083] Update Create/Delete timeouts to account for rate limiting
* Revert "[PE-2210] Update Terraform and AWS SDKs"

This reverts commit 9854ece.

* Update google provider
* Revert "[PE-2210] Update Terraform and AWS SDKs"

This reverts commit 9854ece.

* Update google provider

* Revert "[PE-2210] Remove missing location from Dev1"

This reverts commit 716fcd4.
Currently when changing the network for a connection, Terraform says it's
being applied but nothing changes.

Now we add the `ForceNew` parameter to force delete/create for the resource.

Also needed to add this for account changes on Network resources.
Currently, when we create/update/delete a connection, we immediately continue.
This may not be the case since these can be executed on a separate thread or handled
but a separate process.

Now when we create/update a network, we wait until it says that it's in the active state
before continuing. When we delete a connection, we make sure it is deleted before continuing.
* [PE-1704] Run all linters and fix deprecation warnings

Fix deprecation issues related to partial state handle.
Make sure we run all checks when running linter.

* [PE-1704] Run linters during CICD builds

* Need to set golangci-lit cache directory
kevinkirkup and others added 5 commits October 7, 2020 17:16
Fixes #54

Update the filter name in the example for the could regions data
source to match the new data model listed in the Purepork SDK.

* Update website doc for cloud region data source
Update to the latest Terraform and `go` versions.

* Update to Go 1.15.x
* Update to Terraform 0.13/ Plugin SDK 1.16.0
* Update CHANGELOG.md
…rm_0_13

[PC-196] Update to Terraform 0.13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants