Skip to content

Releases: Trivadis/terraform-oci-tvdlab-bastion

Minor Bugfix Release

19 Apr 14:01
Compare
Choose a tag to compare

Changed

  • maintain status in /etc/boostrap_config_status

Minor Bugfix Release

19 Apr 12:28
Compare
Choose a tag to compare

Changed

  • change log base to /var/log

Minor Bugfix Release

19 Apr 12:12
Compare
Choose a tag to compare

Fixed

  • change file type for upload post_bootstrap_config in compute.tf

Minor Release Update

19 Apr 10:42
Compare
Choose a tag to compare

Changed

  • replace motd by login-info.sh and add a comprehensive logon header

Minor Bugfix Release

19 Apr 06:03
Compare
Choose a tag to compare

Changed

  • update terreform required version to 1.0.0

Minor Bugfix Release

19 Apr 05:37
Compare
Choose a tag to compare

Changed

  • update example and add module constrain
  • update provider information in exampl main.tf

Major Release Update

18 Apr 11:40
Compare
Choose a tag to compare

[3.0.0] - 2023-04-18

Added

  • check oci_dns_rrset for NS record of lab_domain to see if there is a DNS zone.
    Based on this dns_registration and staging will be set.

Changed

  • rename tvd_domain to lab_domain
  • rename tvd_participants into numberOf_labs e.g. Number of lab environments.
  • change default OS to OL8
  • update bastion.tf example
  • update terraform.tfvars example

Fixed

Removed

  • remove the variable yum_upgrade. The configuration will now be upgraded by
    default. If the upgrade is not necessary/desired, it must be specified in a
    custom cloud-init yaml file.
  • remove ssh_public_key_path. Bastion host now requires in any case a valid ssh
    key via ssh_public_key. e.g. key handling has to be done outside of the module

Minor Bugfix Release

17 Apr 22:52
Compare
Choose a tag to compare

Fixed

  • clean up cloud-init template
  • fix missing license in cloud-init template
  • add verbose mode for remove command
  • add remove command for docker-compose bash completion file to init script

Minor Bugfix Release

17 Apr 20:35
Compare
Choose a tag to compare

Added

  • add cloud-init output using tee to capture all subprocess output into a
    logfile e.g. /var/log/cloud-init-output.log

Minor Bugfix Release

17 Apr 18:22
Compare
Choose a tag to compare

Fixed

  • fix docker repo url
  • remove wrong parameter for yum in bastion_host_ol7.yaml