Skip to content

Commit

Permalink
Release v1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremmfr committed Oct 12, 2022
1 parent 2dec328 commit 27dd8a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: ^1.19.1
go-version: ^1.19.2
check-latest: true
id: go
- name: Show version
Expand Down
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@

FEATURES:

* add `junos_forwardingoptions_dhcprelay` resource (Fixes #423)
* add `junos_forwardingoptions_dhcprelay_group` resource (Fixes #423)
* add `junos_forwardingoptions_dhcprelay_servergroup` resource (Fixes #423)
ENHANCEMENTS:

BUG FIXES:

## 1.31.0 (October 12, 2022)

FEATURES:

* add `junos_forwardingoptions_dhcprelay` resource (Fixes [#423](https://github.com/jeremmfr/terraform-provider-junos/issues/423))
* add `junos_forwardingoptions_dhcprelay_group` resource (Fixes [#423](https://github.com/jeremmfr/terraform-provider-junos/issues/423))
* add `junos_forwardingoptions_dhcprelay_servergroup` resource (Fixes [#423](https://github.com/jeremmfr/terraform-provider-junos/issues/423))

ENHANCEMENTS:

* resource/`junos_policyoptions_policy_statement`: add `bgp_as_path_calc_length`, `bgp_as_path_unique_count`, `bgp_community_count`, `bgp_srte_discriminator`, `color`, `evpn_esi`, `evpn_mac_route`, `evpn_tag`, `next_hop_type_merged`, `next_hop_weight`, `route_type`, `srte_color`, `state`, `tunnel_type` and `validation_database` arguments inside `from` block arguments (Fixes #424)
* resource/`junos_policyoptions_policy_statement`: add `bgp_as_path_calc_length`, `bgp_as_path_unique_count`, `bgp_community_count`, `bgp_srte_discriminator`, `color`, `evpn_esi`, `evpn_mac_route`, `evpn_tag`, `next_hop_type_merged`, `next_hop_weight`, `route_type`, `srte_color`, `state`, `tunnel_type` and `validation_database` arguments inside `from` block arguments (Fixes [#424](https://github.com/jeremmfr/terraform-provider-junos/issues/424))
* resource/`junos_system_services_dhcp_localserver_group`: add `client_id_exclude_headers` and `client_id_use_automatic_ascii_hex_encoding` argument and remove need to `version` = `v6` when set `client_id` = `true` inside `authentication_username_include` block argument

BUG FIXES:
Expand Down

0 comments on commit 27dd8a8

Please sign in to comment.