Skip to content
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

chore(main): release 0.2.5 #84

Merged
merged 2 commits into from
Apr 18, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 17, 2024

🤖 I have created a release beep boop

0.2.5 (2024-04-18)

Release Notes

  • Download and use uds v0.10.4 with this release
  • Contains Gitlab security updates
  • Contains Gitlab Web IDE is fixed
  • View updated dependency doc for all package version updates in this release
  • Mattermost should be in a better state. Some plugins may still need more work
  • You can now add a CA cert chain to trust and mattermost will consume that config and mount it to its ssl certs
  • You can update your uds-config.yaml to contain the new variables shown below. VOLUME_MOUNTS and VOLUMES must be those values as the bundle will create the secret containing what you provide in the ADDITIONAL_CA_CHAIN. You can leave these variables out if you don't need them.
shared:
  # ADDITIONAL_CA_CHAIN value must be base64 encoded
  ADDITIONAL_CA_CHAIN: replace-me-with-additional-ca-chain
variables:
  mattermost:
    VOLUME_MOUNTS:
      - name: ca-cert
        mountPath: /etc/ssl/certs
        readOnly: true
    VOLUMES:
      - name: ca-cert
        secret:
          secretName: ca-secret
          defaultMode: 0644

Features

  • add ability to add additional cert chain for mattermost (1eb5528)

Bug Fixes

  • mattermost object storage configuration (#81) (1eb5528)

Miscellaneous

  • add renovate config (0beebda)
  • cleanup namespaces package (cff40a9)
  • update gitlab to 16.10.2-uds.0 (0beebda)
  • update init package to v0.33.0-0.2.7 (#83) (0beebda)
  • update uds-cli to 0.10.4 (0beebda)
  • update uds-core to v0.19.0 (0beebda)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch from 529705d to 954de34 Compare April 18, 2024 04:03
@anthonywendt anthonywendt merged commit 5b2cc61 into main Apr 18, 2024
@anthonywendt anthonywendt deleted the release-please--branches--main branch April 18, 2024 05:23
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant