Skip to content

Conversation

@NeilHanlon
Copy link
Member

@NeilHanlon NeilHanlon commented Jul 27, 2024

TL;DR

Upgrade Temporal dependencies, improve Kubernetes pod configurations, and fix various bugs

What changed?

  • Updated Temporal to version 1.20 and admin tools to version 1.22.4.
  • Improved Kubernetes configurations including new labels and annotations for various pods.
  • Introduced better configuration handling for security contexts and resource management.
  • Addressed bugs related to service ports, SQL configuration, and Elasticsearch index creation.

@resf-prow
Copy link
Contributor

resf-prow bot commented Jul 27, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Member Author

NeilHanlon commented Jul 27, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @NeilHanlon and the rest of your teammates on Graphite Graphite

tag: tag,
};
local istio_mode = if helm_mode then false else if utils.local_image then false else true;
local istio_mode = true; #if helm_mode then false else if utils.local_image then false else true;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove before merge?

process.env['RESF_ENV']
) {
const kong = 'kong-proxy.kong.svc.cluster.local';
const kong = 'istio-ingressgateway.istio-system.svc.cluster.local';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kong -> ingress

@NeilHanlon NeilHanlon changed the base branch from main to fix/subtask-time-display July 27, 2024 03:41
@resf-prow
Copy link
Contributor

resf-prow bot commented Jul 27, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: NeilHanlon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@NeilHanlon NeilHanlon changed the title fix: display build subtask timing properly regardless of location WIP: development experience updates/fixes Jul 27, 2024
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.

2 participants