Skip to content

Releases: wallix/terraform-provider-wallix-bastion

v0.14.2

20 Dec 16:29
Compare
Choose a tag to compare

0.14.2 (December 20, 2024)

FEATURES:

  • resource/wallix-bastion_config_x509: added the possibilty to configure the X509 for the GUI and for users authentication

BUG FIXES:

  • resource/wallix-device_service: supported subprotocols.

Full Changelog: v0.14.1...v0.14.2

v0.14.1

13 Dec 10:22
Compare
Choose a tag to compare

0.14.1 (December 13, 2024)

FEATURES:

  • datasource/wallix-bastion_authdomain_ad: added the datasource to retrieve an existing authdomain
  • resource/wallix-bastion_domain_account_credential: added credential propagation to AD upon creation.

BUG FIXES:

  • resource/wallix-bastion_externalauth_kerberos: deprecate login_attribute argument (it produces Bad Request with API v3.12)
  • provider_test: Added the user environment variable presence test for acceptance tests.

What's Changed

Full Changelog: v0.14.0...v0.14.1

v0.14.0

08 Nov 20:00
c4b1741
Compare
Choose a tag to compare

0.14.0 (November 08, 2024)

BREAKING CHANGES:

  • remove compatibility with API version 3.3 and 3.6
  • remove resource wallix-bastion_ldapdomain
  • remove resource wallix-bastion_ldapmapping
  • default provider api_version argument is now v3.8
  • user statement is now mandatory

FEATURES:

  • add compatibility with API version 3.12

ENHANCEMENTS:

  • resource/wallix-bastion_application:
    • add category, application_url, browser, browser_version arguments to be able to add jumphost application (not tested)
    • paths and target is now only required when category = standard
  • resource/wallix-bastion_connection_policy: add type argument with default value as protocol value
  • resource/wallix-bastion_externalauth_saml: add claim_customization block argument

What's Changed

  • make provider config user statement mandatory by @moulip in #28
  • workflows: bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 by @dependabot in #24
  • workflows: bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #21
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #19
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #16
  • workflows: bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #29
  • workflows: bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 by @dependabot in #30
  • add compatibility with API version 3.12 by @jeremmfr in #36
  • workflows: bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #35
  • workflows: bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #33
  • workflows: bump goreleaser/goreleaser-action from 5.0.0 to 6.0.0 by @dependabot in #32
  • docs: user argument is now required for provider configuration by @jeremmfr in #37
  • Prepare release by @bsimonWallix in #38
  • Release v0.14.0 by @bsimonWallix in #39

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

08 Mar 13:39
dd81114
Compare
Choose a tag to compare

What's Changed

  • workflows: bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #14
  • build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #13
  • added http basic authentication by @moulip in #15

New Contributors

Full Changelog: v0.12.2...v0.13.0

v0.12.2

03 Jan 12:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1

11 Oct 12:31
536421b
Compare
Choose a tag to compare
Merge pull request #2 from wallix/develop

Develop