Releases: goharbor/terraform-provider-harbor
Releases · goharbor/terraform-provider-harbor
v3.9.2
What's Changed
- Bump helm/kind-action from 1.5.0 to 1.7.0 by @dependabot in #335
- Add support for resource
harbor_config_security
by @naitmare01 in #276 - Fix creation of replications with dest_namespace_replace = 0 by @dmitry-g in #314
- fix doc schedule field needs capital letter on 1rst letter by @flbla in #336
- quay registry + add doc by @flbla in #337
New Contributors
Full Changelog: v3.9.1...v3.9.2
v3.9.1
v3.9.0
Breaking changes
- webhook : events_types : DELETE_CHART / DOWNLOAD_CHART / UPLOAD_CHART have been removed (because charmuseum as been deleted from Harbor 2.8)
What's Changed
- docs: add note about multi values for retention policies by @Langleu in #324
- feat: add oidc group filter by @jobcespedes in #321
- fix webhook tests by @slushysnowman in #329
- test against more recent Terraform versions by @slushysnowman in #330
- harbor_group : add ldap_group_dn parameter by @flbla in #331
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.1 by @dependabot in #312
- Bump actions/setup-go from 3 to 4 by @dependabot in #313
- harbor_config_system: add scanner_skip_update_pulltime + detect drift by @flbla in #332
New Contributors
- @Langleu made their first contribution in #324
- @jobcespedes made their first contribution in #321
- @slushysnowman made their first contribution in #329
Full Changelog: v3.8.4...v3.9.0
v3.8.4
What's Changed
- remove useless badges in README by @flbla in #280
- add docs on which environment variables are used for provider config by @tos-ilex in #306
- add pulumi reference by @Vad1mo in #310
- harbor_project_webhook : missing description field (#277) by @flbla in #300
- fix doc : default replication speed limit is -1 by @flbla in #307
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #301
- Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0 by @dependabot in #304
New Contributors
Full Changelog: v3.8.3...v3.8.4
v3.8.3
What's Changed
- fix import example by @flbla in #292
- Update README.md by @Vad1mo in #295
- Update README.md by @Vad1mo in #296
- fix #297 by @flbla in #298
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #299
- Add model for update for registry since it is different than its crea… by @naitmare01 in #274
Full Changelog: v3.8.2...v3.8.3
v3.8.2
What's Changed
- remove whitespaces in tag lists by @akhal3d96 in #287
- Add support for setting the replication bandwidth limits by @naitmare01 in #273
- Bump actions/checkout from 2 to 3 by @dependabot in #285
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 by @dependabot in #284
- Bump goreleaser/goreleaser-action from 3.2.0 to 4.2.0 by @dependabot in #291
New Contributors
- @akhal3d96 made their first contribution in #287
Full Changelog: v3.8.1...v3.8.2
v3.8.1
What's Changed
- docs: fix typos by @macno in #281
- Add information about how to use
cve_allowlist
by @naitmare01 in #275 - Wrong default value in documentation by @letic in #283
- fix invalid new value for .dest_namespace_replace was cty.NumberIntVal(0), but now null by @flbla in #282
New Contributors
Full Changelog: v3.8.0...v3.8.1
v3.8.0
What's Changed
- docs(replication): triggerMode support document update by @kty1965 in #220
- added "warning" by @Gaardsholt in #224
- Renaming Component File by @wrighbr in #225
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.16.0 to 2.17.0 by @dependabot in #222
- Bump @bestsellerit/secret-injector from 0.2.34 to 1.6.5 by @dependabot-circleci in #213
- Bump @cimg/python from 3.10.2 to 3.10.4 by @dependabot-circleci in #210
- Bump @bestsellerit/secret-injector from 1.6.5 to 1.7.6 by @dependabot-circleci in #228
- Change of ownership by @Gaardsholt in #234
- remove warning by @Vad1mo in #242
- Add namespace flattening options to replication body. by @4n3w in #253
- Adding GitHub to the list of registry types by @vale21 in #236
- Split ConfigBodyPost structure by @HammerNL89 in #243
- docs: Fix typo for project by @wengchaoxi in #252
- Add license scan report and status by @fossabot in #259
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.19.0 to 2.23.0 by @dependabot in #257
- fix nil pointer dereference issue(#229) by @feiyunzhou in #269
- fix harbor_config_auth ldap_verify_cert always shows false (#251) by @flbla in #255
- Update docs to reflect the possible configurations specificed in the … by @naitmare01 in #272
- Add support for reading harbor_interrogation_services by @naitmare01 in #271
- fix import docu for harbor_registry by @1337andre in #249
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.23.0 to 2.24.0 by @dependabot in #262
- Bump helm/kind-action from 1.1.0 to 1.4.0 by @dependabot in #256
- add artifact-hub to registryType by @HaveFun83 in #232
- Bump helm/kind-action from 1.4.0 to 1.5.0 by @dependabot in #279
- Bump goreleaser/goreleaser-action from 3.0.0 to 3.2.0 by @dependabot in #261
New Contributors
- @kty1965 made their first contribution in #220
- @Gaardsholt made their first contribution in #224
- @Vad1mo made their first contribution in #242
- @4n3w made their first contribution in #253
- @vale21 made their first contribution in #236
- @HammerNL89 made their first contribution in #243
- @wengchaoxi made their first contribution in #252
- @fossabot made their first contribution in #259
- @feiyunzhou made their first contribution in #269
- @naitmare01 made their first contribution in #272
- @1337andre made their first contribution in #249
- @HaveFun83 made their first contribution in #232
Full Changelog: v3.7.1...v3.8.0