Releases: jeremmfr/terraform-provider-junos
Releases · jeremmfr/terraform-provider-junos
v1.12.2
v1.12.1
v1.12.0
FEATURES:
- add
junos_system_login_class
resource (Fixes parts of #88) - add
junos_system_login_user
resource (Fixes parts of #88) - add
junos_system_root_authentication
resource
ENHANCEMENTS:
- add
ssh_sleep_closed
argument in provider configuration (Fixes part of #87) - add
login
argument injunos_system
resource (Fixes parts of #88)
BUG FIXES:
- add missing lock in data source to reduce netconf commands parallelism
- use only one ssh connection per action and per resource (Fixes part of #87)
v1.11.0
FEATURES:
- add
junos_interface_physical
resource for replace the parts of physical interface in deprecatedjunos_interface
resource - add
junos_interface_physical
data source for replace the parts of physical interface in deprecatedjunos_interface
data source - add
junos_interface_logical
resource for replace the parts of logical interface in deprecatedjunos_interface
resource - add
junos_interface_logical
data source for replace the parts of logical interface in deprecatedjunos_interface
data source
ENHANCEMENTS:
- add
authentication_order
,auto_snapshot
,domain_name
,host_name
,inet6_backup_router
,internet_options
,max_configuration_rollbacks
,max_configurations_on_flash
,no_ping_record_route
,no_ping_time_stamp
,no_redirects
,no_redirects_ipv6
andtime_zone
arguments injunos_system
resource (Fixes #81) - code optimization (remove useless list length check before loop on)
- code optimization (remove useless strings mod usage to compare fixed string)
- deprecate
junos_interface
resource for two new resources (split physical and logical interface into separate resources) - deprecate
junos_interface
data source for two new data sources (split physical and logical interface into separate data sources)
BUG FIXES:
- generate errors on apply if
syslog
,services
orservices.0.ssh
block is set but empty injunos_system
resource
v1.10.0
ENHANCEMENTS:
- add
interface
option toqualified_next_hop
onstatic_route
resource (Fixes #71) Thanks @tagur87 - add
inet_rpf_check
andinet6_rpf_check
arguments injunos_interface
resource (Fixes #72) - add
discard
,receive
,reject
,next_table
,active
,passive
,install
,no_install
,readvertise
,no_readvertise
,resolve
,no_resolve
,retain
andno_retain
arguments injunos_static_route
resource
BUG FIXES:
- fix missing compatibility argument checks when apply
junos_interface
resource (unit interface or not) - fix
advertisements_threshold
argument missing for vrrp in family inet6 address injunos_interface
resource
v1.9.0
FEATURES:
- add
junos_system_information
data source (Fixes #60) Thanks @tagur87 - add
junos_interface_st0_unit
resource (Fixes #64)
ENHANCEMENTS:
- simplify gather system/software information when create new netconf session
- add support static IPv6 Routes in
junos_static_route
resource (Fixes #67)
BUG FIXES:
- fix inconsistent result after creating
junos_interface
resource with onlyname
argument (Fixes #65)
v1.8.0
FEATURES:
- add
junos_security_log_stream
resource (Fixes parts of #54)
ENHANCEMENTS:
- add
traffic_selector
argument injunos_security_ipsec_vpn
resource (Fixes #53) - add
complete_destroy
argument injunos_interface
resource - add
alg
argument injunos_security
resource (Fixes parts of #54) - add
flow
argument injunos_security
resource (Fixes parts of #54) - add
log
argument injunos_security
resource (Fixes parts of #54) - add
forwarding_options
argument injunos_security
resource (Fixes parts of #54) - add
proposal_set
argument injunos_security_ike_policy
andjunos_security_ipsec_policy
resource (Fixes #55) - add
icmp_code
andicmp_code_except
sub-arguments for 'term.N.from' tojunos_firewall_filter
resource (Fixes #58) - optimize memory usage of functions for bgp_* resource
- release now with golang 1.15
BUG FIXES:
- remove useless ForceNew for
bind_interface_auto
argument injunos_security_ipsec_vpn
resource
v1.7.0
v1.6.1
BUG FIXES:
- fix compile libraries into release (for alpine linux like hashicorp/terraform docker image)
v1.6.0
FEATURES:
- add
junos_security
resource (special resource for static configuration in security block) (Fixes #43) - add
junos_system
resource (special resource for static configuration in system block) (Fixes parts of #33) - add
junos_routing_options
resource (special resource for static configuration in routing-options block)
ENHANCEMENTS:
- add
sshkey_pem
argument in provider configuration - add
send_mode
fordead_peer_detection
injunos_security_ike_gateway
resource (Fixes #43) - upgrade to terraform-plugin-sdk v2
- switch to sdk for part of ValidateFunc and rewrite the others to ValidateDiagFunc
- code optimization (compact test err func if not nil)
BUG FIXES:
- fix sess.configLock return already nil