Skip to content
View entire changelog

Server Release 4.8.1

Maintenance

Updates

  • RDS is now compatible with server 4.8.1. We have removed the permissions checks that previously blocked full support.
  • When new workflows are stored, job numbers are generated for all jobs in that workflow together.
  • Context-service will now use the same method as workflows-conductor to for table name consistency

Bug Fixes

  • Fixed an issue that caused a lag between when jobs finished and when they were marked as complete
  • Removed the GitHub App pipelines tooltips and pipeline management from the UI as Server does not support GitHub App pipelines at this time.
  • SSH rerun now works in air-gap and in installations with a self-signed certificate on GitHub Enterprise.

Image Updates

  • audit-log-service
  • webhook-service
  • cron-service
  • branch-service
  • feature-flags
  • distributor
  • execution-gateway
  • output
  • frontend (underlying container is now circle-www-api)
  • builds-service
  • orbs-service
  • workflows-conductor
  • insights-service
  • machine-provisioner
  • permissions-service
  • domain-service
  • policy-service
  • authentication service
  • ciam-service
  • ciam-gateway
  • contexts-service
  • picard
  • runner-admin
  • step
  • web-ui

Known Issues

  • Vault may not refresh its client token after a month of uptime. Migrate to Tink to resolve this issue.
  • Retry with SSH for jobs using the machine executor advertises a private IP address. For this reason, retry with SSH for jobs using the machine executor works as standard for public installations, but for private installs you would need to ensure that you can access the private IP advertised. For example, by using a VPN into your VPC.

To learn more about Server 4.8 installation, migration, or operations please review our documentation.

>Previous changes