Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@gwright99 gwright99 released this 18 Sep 00:36
· 17 commits to master since this release
00ab5f2

Major Changes

  1. 24.1.x Version Checks
    Early 24.1.x patches contained pitfalls related to extensive upgrades to underlying framework libraries. This release uses a stable release (v24.1.5) as its default and contains checks for known problems.

  2. Data Studios Image Management
    Data Studios container image roster is configurable (exposed by terraform.tfvars config entry).

    The following terraform.tfvars values have been removed:

    data_studio_template_container_version_jupyter = ...
    data_studio_template_container_version_rstudio = ...
    data_studio_template_container_version_vscode = ...

    The removed values were replaced with the following default map-of-objects:

    data_studio_options = {
      vscode1_83_0 = {
            qualifier = "VSCODE-1-83-0"
            icon = "vscode"
            container = "public.cr.seqera.io/platform/data-studio-vscode:1.83.0-0.7.1"
      },
      jupyter4_1_5 = {
            qualifier = "JUPYTER-4-1-5"
            icon = "jupyter"
            container = "public.cr.seqera.io/platform/data-studio-jupyter:4.1.5-0.7.1"
      },
      rstudio4_0_0 = {
            qualifier = "RSTUDIO-4-0-0"
            icon = "rstudio"
            container = "public.cr.seqera.io/platform/data-studio-rstudio:4.0.0-0.7.1"
      },
      rstudio4_4_1 = {
            qualifier = "RSTUDIO-4-4-1"
            icon = "rstudio"
            container = "public.cr.seqera.io/platform/data-studio-rstudio:4.4.1-0.7.1"
      },
      xpra6_0_r0 = {
            qualifier = "XPRA-6-0-R0"
            icon = "xpra"
            container = "public.cr.seqera.io/platform/data-studio-xpra:6.0-r0-1-0.7.1"
      },
    }
  3. Groundswell activation bug fixed
    Groundswell activation bug was detected and fixed.

What's Changed

  • [#83] update installer seqerakit with codecommit credentials supported by tw cli v0.9.2 by @schaluva in #117
  • Gwright99/extract scripts from githooks by @gwright99 in #128
  • Added v24.1.1 check and updated v24.1.0 check. by @gwright99 in #133
  • [#116] Add extra rule check re: ALB config. by @schaluva in #135
  • [#120] [ Enhancement ] Expose settings to control maximum report sizes by @schaluva in #131
  • Added conditional logic to tower.yml.top to handle Micronaut 4. by @gwright99 in #134
  • [#129] update logic to handle user choosing to use existing external db by @schaluva in #137
  • Removed jdbc prefix which broke Groundswell migration. by @gwright99 in #143
  • Modified structure to make addition of new DS images wholly controlle… by @gwright99 in #144
  • Made ALB Ingress CIDR rule more flexible and fixed SSH ingress rule bug. by @gwright99 in #140
  • Added distinct() around all alb_ingress_cidrs concats to defend again… by @gwright99 in #148
  • Gwright99/24.1.x version checks by @gwright99 in #147
  • Added email check for v24.1.4. by @gwright99 in #149
  • Bumped Tower and Connect container versions. by @gwright99 in #150

New Contributors

Full Changelog: 1.3.1...1.4.0