Skip to content

Releases: ComputeCanada/magic_castle

Magic Castle 14.1.2

19 Nov 19:47
3c1e6e1
Compare
Choose a tag to compare

Added

  • Added rsync to the list of essential packages installed by cloud-init (PR #336)

Changed

  • Fix how security group are associated with instance tags (PR #336)

Magic Castle 14.1.1

19 Nov 12:24
35e0aa7
Compare
Choose a tag to compare

Changed

  • Added admin_ssh_key to the ignore_changes list in Azure (PR #335)

Magic Castle 14.1.0

17 Nov 14:59
0113ba8
Compare
Choose a tag to compare

Changed

  • Upgraded AWS provider version to 5.76.0
  • Replaced AWS legacy aws_instance_spot_request by aws_instance's instance_market_options.
  • Fixed Azure public ips sku to Standard and allocation_method to static.

Refer to puppet-magic_castle changelog for details on change to the Puppet environment.

Magic Castle 14.0.0

12 Nov 21:42
5ada50d
Compare
Choose a tag to compare

Added

  • Added GPU sharding (PR #289)
  • Added ability to define a hieradata per prefix (PR #291)
  • Added user tf in puppet.yaml (#316)

Changed

  • Refactored SSHFP record generation removing hardcoded algorithm names (PR #301)
  • Fixed owner of puppet data when there is no bastion (PR #302)
  • Refactored variable Puppetfile to include it in the remove-exec provisioner (PR #306)
  • Moved cloud facts in user-data (PR #307)
  • Hostkeys are now chomped (PR #308)
  • Dropped support for CentOS 7 (PR #309)
  • Moved volumes in instance specs (PR #275)
  • Fixed #313 "Terraform can't create more than one instance with the "login" tag in Azure" (PR #314)
  • Updated cloudflare record to support >=v4.39.0 (PR #318)
  • Fixed terraform lock file in release (PR #320)
  • Bumped puppet and gem versions (PR #322)
  • Moved to Rocky / Alma Linux 9 in examples (PR #323)
  • Empty string var.hieradata is now allowed
  • Increased AWS instance volume size to 20gb
  • Fixed /etc permissions issue with Rocky 9.4
  • Defined a value for sku in azurerm_public_ip (PR #332)

Removed

  • Removed generation of private_key.pkcs7.pem from puppet.yaml (Issue #260, PR #303)

Refer to puppet-magic_castle changelog for details on change to the Puppet environment.

Magic Castle 14.0.0-beta.8

12 Nov 16:38
ba439f0
Compare
Choose a tag to compare
Pre-release
Merge pull request #332 from ComputeCanada/azure_sku

Define a value for sku in azurerm_public_ip

Magic Castle 14.0.0-beta.7

07 Nov 03:50
3b5212a
Compare
Choose a tag to compare
Pre-release
Merge pull request #289 from etiennedub/sharding_doc

Sharding GPU support

Magic Castle 14.0.0-beta.6

04 Nov 15:16
3b5212a
Compare
Choose a tag to compare
Pre-release
Merge pull request #289 from etiennedub/sharding_doc

Sharding GPU support

Magic Castle 14.0.0-beta.5

01 Nov 18:54
aa62d4b
Compare
Choose a tag to compare
Pre-release
Increase aws instance volume size to 20gb

Magic Castle 14.0.0-beta.4

16 Oct 18:01
75e292e
Compare
Choose a tag to compare
Pre-release
Fix eyaml key docs

Magic Castle 14.0.0-beta.3

20 Sep 19:50
8e6aee9
Compare
Choose a tag to compare
Pre-release
Allow empty string var.hieradata

Simplify things with MC-Hub