Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Schoen committed Jan 8, 2024
2 parents f3e7aab + 23b4771 commit ef5bcfd
Show file tree
Hide file tree
Showing 50 changed files with 2,458 additions and 737 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: "1.20"
-
name: Import GPG key
id: import_gpg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.20'

- name: Install dependencies
run: go mod vendor
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19
1.20
154 changes: 153 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,155 @@
## 3.4.0 (Dec 21, 2023)

FEATURES:

* `data/pagerduty_team_members`: add `pagerduty_team_members` data source ([#717](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/717))

IMPROVEMENTS:

* `resource/pagerduty_contact_method`: Update `pagerduty_user_contact_method` address validation logic ([#792](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/792))
* `resource/*`, `data/*`: Bump golang.org/x/crypto from 0.11.0 to 0.17.0 ([#790](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/790))

## 3.3.1 (Dec 12, 2023)

IMPROVEMENTS:

* `resource/*`, `data/*`: Add jitter correction to ratelimit headers handling ([#784](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/784))

## 3.3.0 (Dec 7, 2023)

FEATURES:

* `resource/pagerduty_escalation_policy`: Add Round Robin support to `pagerduty_escalation_policy` ([#781](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/781))

BUG FIXES:

* More gracefully reject colonCompoundIDs that aren't compound IDs ([#762](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/762))
- `resource/pagerduty_automation-actions_action_service_association`
- `resource/pagerduty_automation-actions_action_team_association`
- `resource/pagerduty_automation-actions_runner_team_association`
- `resource/pagerduty_event_orchestration_integration`
- `resource/pagerduty_team_membership`

## 3.2.2 (Dec 4, 2023)

BUG FIXES:

* `resource/pagerduty_service`: Hotfix - Alert grouping parameters input validation broken ([#779](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/779))

## 3.2.1 (Dec 1, 2023)

IMPROVEMENTS:

* `resource/*`, `data/*`: Support rate limiting throttling ([#777](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/777))

## 3.2.0 (Dec 1, 2023)

FEATURES:

* `resource/pagerduty_incident_workflow`: Feat/add iw inline steps inputs support ([#768](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/768))
* `resource/pagerduty_service`: Support for Intelligent Time Window to Alert Grouping Parameters ([#773](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/773))

IMPROVEMENTS:

* `resource/pagerduty_service_integration`: Deprecate integration_key attribute mutation for Service Integrations ([#775](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/775))

BUG FIXES:

* Revert add remaining delays for retries ([#776](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/776))
- `data/source_pagerduty_event_orchestration`
- `data/source_pagerduty_event_orchestrations`
- `resource/pagerduty_automation_actions_action_service_association`
- `resource/pagerduty_automation_actions_action_team_association`
- `resource/pagerduty_automation_actions_action`
- `resource/pagerduty_automation_actions_runner_team_association`
- `resource/pagerduty_automation_actions_runner`
- `resource/pagerduty_business_service_subscriber`
- `resource/pagerduty_business_service`
- `resource/pagerduty_escalation_policy`
- `resource/pagerduty_event_orchestration_integration`
- `resource/pagerduty_event_orchestration_path_global`
- `resource/pagerduty_event_orchestration_path_router`
- `resource/pagerduty_event_orchestration_path_service`
- `resource/pagerduty_event_orchestration_path_unrouted`
- `resource/pagerduty_event_orchestration`
- `resource/pagerduty_schedule`
- `resource/pagerduty_service_dependency`
- `resource/pagerduty_service_event_rule`
- `resource/pagerduty_service_integration`
- `resource/pagerduty_service`
- `resource/pagerduty_slack_connection`
- `resource/pagerduty_tag_assignment`
- `resource/pagerduty_tag`
- `resource/pagerduty_team_membership`
- `resource/pagerduty_team`
- `resource/pagerduty_user`
- `resource/pagerduty_webhook_subscription`

## 3.1.2 (Nov 17, 2023)

IMPROVEMENTS:

* `resource/pagerduty_schedule`: Address `pagerduty_schedule` validation error on weekly restriction wihtout Start of week day ([#764](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/764))
* `resource/pagerduty_event_orchestration_service`: Patch - Service Orchestration enable status doesn't opt in ([#769](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/769))
* `resource/pagerduty_incident_custom_field`, `resource/pagerduty_incident_custom_field_option`: add missing properties to incident_custom_field resource documentation ([#751](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/751))
* `resource/pagerduty_service`: Address Service Alert Grouping parameters config permadiff ([#771](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/771))

## 3.1.1 (Nov 2, 2023)

IMPROVEMENTS:

* `resource/pagerduty_user_contact_method`: Specify the default country code for contact methods ([#723](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/723))
* `resource/pagerduty_service`: Update retry delay for Technical Service state read ([#763](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/763))

## 3.1.0 (Oct 25, 2023)

FEATURES:

* `resource/pagerduty_team`, `data/pagerduty_team`: teams: add support for private teams ([#612](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/612))

## 3.0.3 (Oct 24, 2023)

IMPROVEMENTS:

* Add delays to API calls retries lacking of them on various TF Objects ([#758](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/758))
- `data/source_pagerduty_event_orchestration`
- `data/source_pagerduty_event_orchestrations`
- `resource/pagerduty_automation_actions_action`
- `resource/pagerduty_automation_actions_action_service_association`
- `resource/pagerduty_automation_actions_action_team_association`
- `resource/pagerduty_automation_actions_runner`
- `resource/pagerduty_automation_actions_runner_team_association`
- `resource/pagerduty_business_service`
- `resource/pagerduty_business_service_subscriber`
- `resource/pagerduty_escalation_policy`
- `resource/pagerduty_event_orchestration`
- `resource/pagerduty_event_orchestration_integration`
- `resource/pagerduty_event_orchestration_path_global`
- `resource/pagerduty_event_orchestration_path_router`
- `resource/pagerduty_event_orchestration_path_service`
- `resource/pagerduty_event_orchestration_path_unrouted`
- `resource/pagerduty_schedule`
- `resource/pagerduty_service_dependency`
- `resource/pagerduty_service_event_rule`
- `resource/pagerduty_service_integration`
- `resource/pagerduty_slack_connection`
- `resource/pagerduty_tag`
- `resource/pagerduty_tag_assignment`
- `resource/pagerduty_team`
- `resource/pagerduty_team_membership`
- `resource/pagerduty_user`
- `resource/pagerduty_webhook_subscription`

## 3.0.2 (Oct 6, 2023)

BUG FIXES:
* `resource/pagerduty_service`, `resource/pagerduty_escalation_policy`: Update name validation logic for technical services ([#752](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/752))

## 3.0.1 (Sep 20, 2023)

BUG FIXES:
* `resource/pagerduty_schedule`: Fix - Provider crashing on Terraform state snapshot validation ([#747](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/747))

## 3.0.0 (Sep 8, 2023)

BREAKING CHANGES:
Expand All @@ -19,7 +171,7 @@ NOTES:
## 2.16.2 (Aug 30, 2023)

BUG FIXES:
* `resource/service_dependency`: Address service dependency drift for external removals ([#741](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/741))
* `resource/pagerduty_service_dependency`: Address service dependency drift for external removals ([#741](https://github.com/PagerDuty/terraform-provider-pagerduty/pull/741))

## 2.16.1 (Aug 24, 2023)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Requirements

- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
- [Go](https://golang.org/doc/install) 1.17 (to build the provider plugin)
- [Go](https://golang.org/doc/install) 1.20 (to build the provider plugin)

## Building the Provider

Expand Down
60 changes: 30 additions & 30 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
module github.com/nordcloud/terraform-provider-pagerduty

go 1.19
go 1.20

require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hc-install v0.6.0
github.com/hashicorp/terraform-exec v0.19.0
github.com/hashicorp/terraform-json v0.17.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
github.com/nordcloud/go-pagerduty v1.5.0
github.com/hashicorp/hc-install v0.6.2
github.com/hashicorp/terraform-exec v0.20.0
github.com/hashicorp/terraform-json v0.20.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
github.com/nordcloud/go-pagerduty v1.5.1
)

require (
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.5.0 // indirect
github.com/hashicorp/go-hclog v1.6.2 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.5.1 // indirect
github.com/hashicorp/go-plugin v1.6.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/hcl/v2 v2.18.0 // indirect
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.19.0 // indirect
github.com/hashicorp/terraform-plugin-go v0.20.0 // indirect
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
github.com/zclconf/go-cty v1.14.0 // indirect
go.mongodb.org/mongo-driver v1.12.1 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
go.mongodb.org/mongo-driver v1.13.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb // indirect
google.golang.org/grpc v1.58.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
Loading

0 comments on commit ef5bcfd

Please sign in to comment.