Skip to content

Commit

Permalink
Merge pull request #429 from jeremmfr/main
Browse files Browse the repository at this point in the history
Release v1.31.0
  • Loading branch information
jeremmfr authored Oct 12, 2022
2 parents d56f763 + 27dd8a8 commit c8d451b
Show file tree
Hide file tree
Showing 28 changed files with 9,346 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.49
version: v1.50
args: -c .golangci.yml -v

markdown-lint:
Expand Down
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
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ linters-settings:
ignore-tests: true
gocyclo:
# minimal code complexity to report, 30 by default
min-complexity: 90
min-complexity: 100
gofumpt:
# Choose whether to use the extra rules.
extra-rules: true
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ 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](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:

* resource/`junos_system_services_dhcp_localserver_group`: fix crash with empty `overrides_v4` or `overrides_v6` block and accept `all` in `interface.*.name`
* resource/`junos_rip_neighbor`: accept `all` in `name`

## 1.30.1 (September 09, 2022)

BUG FIXES:
Expand Down
3 changes: 2 additions & 1 deletion docs/resources/access_address_assignment_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ The following attributes are exported:

## Import

Junos aggregate route can be imported using an id made up of `<name>_-_<routing_instance>`, e.g.
Junos access address-assignment pool can be imported using an id made up of
`<name>_-_<routing_instance>`, e.g.

```shell
$ terraform import junos_access_address_assignment_pool.demo_dhcp_pool demo_dhcp_pool_-_default
Expand Down
Loading

0 comments on commit c8d451b

Please sign in to comment.