Skip to content

Conversation

@sunnyx4
Copy link
Contributor

@sunnyx4 sunnyx4 commented May 20, 2022

Added new "provision_type" = "bookmark" to support the DCT endpoint: POST /vdbs/provision_from_bookmark

Testing:

  1. Created a Bookmark using Swagger UI > Successful
{
  "bookmark": {
    "id": "c252671f513449569fa14cf7846b6d27",
    "name": "my-bookmark",
    "creation_date": "2022-05-20T06:00:28.965826Z",
    "vdb_ids": [
      "1-ORACLE_DB_CONTAINER-180"
    ],
    "retention": 365
  },
  "job": {
    "id": "9659b8adeb0e4d8e88e338ff4490c140",
    "status": "PENDING",
    "type": "BOOKMARK_CREATE",
    "target_id": "c252671f513449569fa14cf7846b6d27"
  }
}

  1. Provisioned VDB using TF provider > Successful
resource "delphix_vdb" "test_vdb" {
  provision_type         = "bookmark"
  auto_select_repository = true
  bookmark_id            = "c252671f513449569fa14cf7846b6d27"
  environment_id         = "unixtgt"
  name               = "snybk2"
}

Copy link
Contributor

@eyalkaspi-delphix eyalkaspi-delphix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not adding an acceptance test?

@sunnyx4
Copy link
Contributor Author

sunnyx4 commented May 25, 2022

Why not adding an acceptance test?

@eyalkaspi-delphix While adding the acceptance test, I found that the current one is failing for me when I run it locally. I am going to look into it in more detail under https://delphix.atlassian.net/browse/HUBS-814.

@sunnyx4 sunnyx4 merged commit ac297a5 into delphix-integrations:develop May 25, 2022
arunskurian added a commit that referenced this pull request Jun 29, 2022
* Adding badges (#15)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Change version to 0.0.1-beta

* Delphix TF Provider 1.0.0b3 merge to develop (#21)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Relative path to CodeQL badge

* Add signs block in goreleaser.yml

* Adding badges

* Adding badges

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Updating documentation for environment

* Updating VDB Documentation

* Updating version of provider

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>

* Merging rel 1.0.0-beta3 from main to develop (#20)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

* HUBS-694 Support for Password Vaults

* HUBS-694 Support for Password Vaults (#24)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* APIGW-799 VDB template parameter template_id throws api error (#25)

* APIGW-799 VDB template parameter template_id throws api error

* revert main, using released dct-sdk-go

* Rever tmain changes

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-691, HUBS-773, HUBS-707 (#26)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* Adjust to DCT API returning job instead of job id (#27)

* Update DCT sdk go (#28)

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-683 Provision Single VDBs from Bookmark (#29)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* HUBS-807, HUBS-705, HUBS-706, HUBS-708 (#30)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Release Provider v1.0.0 (#31)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Resolve merge conflicts for develop branch for Release 1.0.0 (#33)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>
arunskurian added a commit that referenced this pull request Nov 2, 2022
* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

* Release Provider v1.0.0 (#34)

* Adding badges (#15)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Change version to 0.0.1-beta

* Delphix TF Provider 1.0.0b3 merge to develop (#21)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Relative path to CodeQL badge

* Add signs block in goreleaser.yml

* Adding badges

* Adding badges

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Updating documentation for environment

* Updating VDB Documentation

* Updating version of provider

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>

* Merging rel 1.0.0-beta3 from main to develop (#20)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

* HUBS-694 Support for Password Vaults

* HUBS-694 Support for Password Vaults (#24)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* APIGW-799 VDB template parameter template_id throws api error (#25)

* APIGW-799 VDB template parameter template_id throws api error

* revert main, using released dct-sdk-go

* Rever tmain changes

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-691, HUBS-773, HUBS-707 (#26)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* Adjust to DCT API returning job instead of job id (#27)

* Update DCT sdk go (#28)

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-683 Provision Single VDBs from Bookmark (#29)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* HUBS-807, HUBS-705, HUBS-706, HUBS-708 (#30)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Release Provider v1.0.0 (#31)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Resolve merge conflicts for develop branch for Release 1.0.0 (#33)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>

* Updated README.md

Small Edits
Added new terraform webpage

* Update index.md

* Update index.md

* Update index.md

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>
Uddipaan-Hazarika added a commit that referenced this pull request Apr 24, 2023
* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

* Release Provider v1.0.0 (#34)

* Adding badges (#15)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Change version to 0.0.1-beta

* Delphix TF Provider 1.0.0b3 merge to develop (#21)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Relative path to CodeQL badge

* Add signs block in goreleaser.yml

* Adding badges

* Adding badges

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Updating documentation for environment

* Updating VDB Documentation

* Updating version of provider

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>

* Merging rel 1.0.0-beta3 from main to develop (#20)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

* HUBS-694 Support for Password Vaults

* HUBS-694 Support for Password Vaults (#24)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* APIGW-799 VDB template parameter template_id throws api error (#25)

* APIGW-799 VDB template parameter template_id throws api error

* revert main, using released dct-sdk-go

* Rever tmain changes

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-691, HUBS-773, HUBS-707 (#26)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* Adjust to DCT API returning job instead of job id (#27)

* Update DCT sdk go (#28)

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-683 Provision Single VDBs from Bookmark (#29)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* HUBS-807, HUBS-705, HUBS-706, HUBS-708 (#30)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Release Provider v1.0.0 (#31)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Change version to 0.0.1-beta

* HUBS-694 Support for Password Vaults

* HUBS-773 Update Job Poll function to match updated DCT Status Enum

* HUBS-692 HUBS-693 Support for SSH and Kerberos Auth

* Add contact email in index.md

* HUBS-707 add template_id for vdb provision by snapshot

* Code review for PR-26

* HUBS-683 Provision single vdb on SI host from a bookmark.

* code review

* HUBS-807 Acceptance test for VDB Provision using Bookmark (single VDB)

* code review

* code review 2

* Update VDB resource for DCT GO SDK v1.0.0-beta7

* Update Env resource for DCT GO SDK v1.0.0-beta7

* Update resources for DCT GO SDK 2.0RC3

* code review

* code review

* Remove beta wording from docs

* Release Provider v1.0.0

* Resolve merge conflicts for develop branch for Release 1.0.0 (#33)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change version to 0.1-beta for test release (#9) (#10)

* Add goreleaser Github Action

* Change version to 0.1-beta for test release

* Change the Go version in 1.17 in release action

* Add signs block in goreleaser.yml

* Adding badges (#15) (#16)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Correcting release badge (#17)

* Relative path to CodeQL badge

* Adding badges

* Adding badges

* Updating release status

* Updated ReadMe for DCT

* Change version to 0.0.1-beta (#18)

* Documentation updates for Terraform registry (#19)

* Updating VDB Documentation

* Updating version of provider

* TOOL-13695 Merge develop into main

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>

Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>

* Fix blackbox tests (#36)

* [HUBS-1586] Update README with links and clarity (#43)

* updated readme

* Update README.md

---------

Co-authored-by: Ajay Thotangare <ajay.thotangare@delphix.com>
Co-authored-by: Sunny Suthar <sunny.suthar@delphix.com>
Co-authored-by: arunskurian <70768312+arunskurian@users.noreply.github.com>
Co-authored-by: sunnyx4 <81378792+sunnyx4@users.noreply.github.com>
Co-authored-by: Jules Tamagnan <jules.tamagnan@delphix.com>
Co-authored-by: jtamagnan-delphix <77420472+jtamagnan-delphix@users.noreply.github.com>
Co-authored-by: eyalkaspi-delphix <64774532+eyalkaspi-delphix@users.noreply.github.com>
Co-authored-by: Nick Mathison <114104601+nick-mathison@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants