-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.14.0 #157
Merged
Release v1.14.0 #157
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add evpn to policy options from/to family stanzas
add new `bgp_multipath` block argument to replace `multipath` bool argument in `junos_bgp_group` and `junos_bgp_neighbor` resource. `bgp_multipath` let add optional arguments. `multipath` is now **deprecated**
upgrade linter & fix errors (revive,cyclop)
Several arguments to bgp resource
* interface esi/agg sys-id initial * COB checkin * add bytelength validation function * linter test fix * delete abritrary go tmp file * update interface esi integration * fix lacp_system_id set issue * remove lacp_system_id, update formatting * add tf test and documentation * process gofmt * fix tf formating * resolve pull request recommendations * fmt updates * fix esi schema object * fix regex * fix regex * fix confset issue * remove swp file. * updates * remove ~ dir Co-authored-by: Mark deJong <[email protected]> Co-authored-by: Jeremy Muriel <[email protected]>
Fixes parts of #106
Fix #120: add junos_group_dual_system resource
chassis_cluster & ether-options for interfaces physical
add `security_inbound_protocols` and `security_inbound_services` arguments in `junos_interface_logical` resource
fix change `description` to null in `junos_interface_logical` and `junos_interface_physical` resource
This function allows us to validate that a wildcard is proper. Junos requires that wildcards be IPv4 and in the format 10.0.0.0/255.255.255.0 Cidr format is not allowed, so this function provides checks to ensure the correct formatting.
This is the basic schema were starting with.
fix interface_physical data source with new attributes
add `security_inbound_protocols` and `security_inbound_services` attributes in `junos_interface_logical` data source
security inbound-traffic on logical interface & fix description null
Add security_address_book resource
[workflows][website] add check & fix missing links in sidebar
golang version & module upgrade
fix #138: add junos_security_global_policy resource
resource Load a file with set/delete lines on device and commit
This options is useful to create a workaround for a long terraform run (see provider doc)
…ent of the provider
fix #136: add junos_null_commit_file resource & provider arguments fake_create_with_setfile & file_permission
fix #150: prefix list order issue in junos_policyoptions_prefix_list …
Fix #153: reworks validateNameObjectJunos to accept address-book name format
[workflows][docs] fix to new default branch main
in utm argument of `junos_security` resource
Fix #155: add feature_profile_web_filtering_juniper_enhanced_server argument
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FEATURES:
junos_chassis_cluster
resource (Fixes parts of #106)junos_group_dual_system
resource (Fixes #120)junos_null_commit_file
resource (Fixes parts of #136)junos_security_address_book
resource (Fixes #137) Thanks @tagur87junos_security_global_policy
resource (Fixes #138)file_permission
fake_create_with_setfile
- Don't use in normal terraform run and be carefully with this optionSee docs for more informations (Fixes parts of #136)
ENHANCEMENTS:
cluster
,family_evpn
arguments injunos_bgp_group
andjunos_bgp_neighbor
resourcebgp_multipath
block argument to replacemultipath
bool argument injunos_bgp_group
andjunos_bgp_neighbor
resourcebgp_multipath
let add optional arguments.multipath
is now deprecatedesi
argument injunos_interface_physical
resource and data source (Fixes #126) Thans @dejongmether_opts
,gigether_opts
andparent_ether_opts
arguments injunos_interface_physical
resource and data source to add more options and replaceae_lacp
,ae_link_speed
,ae_minimum_links
,ether802_3ad
arguments which are now deprecated (Fixes #133, #127, parts of #106)security_inbound_protocols
andsecurity_inbound_services
arguments injunos_interface_logical
resource and data source (Fixes #141)feature_profile_web_filtering_juniper_enhanced_server
argument inutm
argument ofjunos_security
resource (Fixes #155)BUG FIXES:
description
to null injunos_interface_logical
andjunos_interface_physical
resourceprefix
list order issue injunos_policyoptions_prefix_list
resource (Fixes #150)name
ofaddress_book
andaddress_boob_set
injunos_security_zone
resource (Fixes #153)