Waypoint Changelog

What's new in Waypoint 0.11.4

Aug 9, 2023
  • IMPROVEMENTS:
  • Plugin/aws/ecr-pull: Support entrypoint injection in ecr-pull builder [GH-4847]
  • BUG FIXES:
  • Cli: Fix possible issues with deleted applications or projects failing to render in output [GH-4867]
  • runneruninstall/aws-ecs: Fix installing runners in new AWS accounts by fixing an inline policy syntax error. [GH-4873]

New in Waypoint 0.11.3 (Jul 18, 2023)

  • IMPROVEMENTS:
  • Cli: Add config source's plugin type, scope, project, app, and workspace to
  • Output of waypoint config source-get when getting a specific config source. [GH-4822]
  • Cli: Add option all to flag -scope on waypoint config source-get command
  • To output all config sources. [GH-4822]
  • BUG FIXES:
  • Runnerinstall/aws-ecs: Fix ODR policy for AWS ECS runners to enable adding tags to an ALB. [GH-4818]
  • Runnerinstall/ecs: Add IAM permission required for project destruction [GH-4840]
  • Runneruninstall/aws-ecs: Fix panic when uninstalling ECS runner after failing to find EFS [GH-4829]

New in Waypoint 0.11.2 (Jun 15, 2023)

  • IMPROVEMENTS::
  • Cli,server: Introduce explicit delete endpoint for CLI and Server for Config
  • And Config Sourcers. [GH-4754]
  • Cli: Use -w flag for workspace scoping on config set and config delete,
  • Instead of workspace-scope. [GH-4770]
  • Plugin/aws-ecs: Add config options for the target group protocol and protocol
  • Version. [GH-4742]
  • Runnerinstall/nomad: Add CLI flags for setting custom CPU and memory resources. [GH-4798]
  • Serverinstall/nomad: Add config flag -nomad-host-network for specifying the
  • Host network of the Waypoint server Nomad job's gRPC and HTTP (UI) ports. [GH-4804]
  • BUG FIXES:
  • Auth: Prevent a runner token from generating a new token for a different runner [GH-4707]
  • Builtin: de-dupe various hcl annotation keys [GH-4701]
  • Cli: Honor runner install -platform arg [GH-4699]
  • Config-sources: Return correct workspace-scoped config sources at the global
  • Scope, when a workspace is specified. [GH-4774]
  • Config: Remove extra eval context append for parsing configs which caused a slowdown during pipeline config parsing. [GH-4744]
  • Plugin/aws-ecs: Destroy the ALB only if it is managed by Waypoint. [GH-4742]
  • Plugin/aws-ecs: Fix failure when destroying the target group during a release
  • Destroy operation. [GH-4742]
  • Plugin/aws-ecs: Fix panic when settings grpc_code or http_code for a health
  • Check. [GH-4742]
  • Plugin/aws-ecs: Set the protocol of a health check correctly. [GH-4742]
  • Plugin/azure-aci: Update plugin to attempt CLI auth if environment auth fails. [GH-4763]
  • Plugin/ecs: Make alb.load_balancer_arn optional [GH-4729]
  • Plugin/ecs: Set health check timeout and interval values to compatible default
  • Values. [GH-4767]
  • Runnerinstall/aws-ecs: Add missing permission to on-demand runner IAM policy. [GH-4742]
  • Runneruninstall/aws-ecs: Fix deletion of file system for AWS ECS runner. [GH-4792]

New in Waypoint 0.11.1 (May 11, 2023)

  • IMPROVEMENTS:
  • cli: Add a -verbose flag to waypoint job list to improve relevant columns shown to user
  • at a glance. [GH-4531]
  • cli: Include job QueueTime in output for waypoint job list and waypoint job inspect. [GH-4531]
  • cli: Introduce waypoint runner profile edit to edit a runners plugin config
  • directly in your configured terminal editor [GH-4594]
  • cli: Update the waypoint runner profile set command to accept an argument
  • for setting the name. This also removes the behavior where if no name was given,
  • it would generate a random one. [GH-4527]
  • cli: new flags for waypoint install on Nomad:
  • -nomad-service-address and -nomad-network-mode [GH-4619]
  • plugin/ecs: Enable custom health checks for ECS plugin. [GH-4473]
  • plugin/ecs: Update ECS releaser to verify deployment health before releasing. [GH-4520]
  • BUG FIXES:
  • builtin/consul: Fix request logger to properly log configured data center [GH-4670]
  • cli: Avoid panic in empty slice for runner installs platform var. [GH-4672]
  • cli: Fix load path for custom Waypoint plugins [GH-4623]
  • core: Ensure project and workspaces cannot be created with malformed names [GH-4588]
  • internal: Improve git URL string trimming when determining remote URLs [GH-4675]
  • plugin/ecs: Update ECS destroyer to wait for there to be zero listeners for the
  • target group before destroying the target group. [GH-4497]
  • trigger: Ensure trigger Name is only alpha-numeric [GH-4660]
  • ui: Only show health-check “Re-run” button if project has a data source. [GH-4553]

New in Waypoint 0.11.0 (Feb 16, 2023)

  • FEATURES:
  • Server: Add pagination protobuffs and stubs for pagination in ListProjects
  • IMPROVEMENTS:
  • Cli: waypoint job cancel now outputs additional insights
  • When trying to cancel a running job.
  • Cli: add socket-path flag to runner install
  • Core: waypoint job list will now retrieve paginated list of jobs to avoid
  • Grpc data limits per request
  • Core: improve runner job stream error logging
  • Install/nomad: Allow mount options to be specified when provisioning a volume with CSI plugins
  • Plugin/aws: Add CORS configuration to lambda-function-url releaser
  • Plugin/tfc: Allow non-string tfc outputs to be used as waypoint.hcl dynamic default variables
  • Plugin/tfc: Allow reading all outputs from a tfc workspace with a single variable stanza
  • Plugins/k8s: Add prune_whitelist option to only prune specific resources
  • Plugins/k8s: Add security_context to the TaskLauncherConfig (on-demand runner configuration)
  • Server: Add UI_GetDeployment convenience endpoint
  • Server: Enable gRPC-Gateway on the http port of Waypoint server to add in an HTTP API for interfacing
  • BUG FIXES:
  • Aws/lambda: fix issue where deployment configuration was not injected in to
  • Lambda function environments, preventing waypoint-entrypoint from authenticating
  • With the Waypoint server
  • Cli/snapshot: Fix server snapshot when a config source is set.
  • Cli: Fix panic in waypoint pipeline list and waypoint pipeline inspect where
  • A pipeline run was given with no jobs.
  • CLI: Show full command flags when displaying help text for waypoint runner inspect.
  • Install/nomad: Fix connectivity to Waypoint server from the CLI at the end of
  • The Nomad server install.
  • Plugin/aws-ecs: Fix bringing your own alb to ecs deployments.
  • Plugin/k8s-apply: Update the prune_whitelist param to match the updated parameter
  • In kubectl apply, prune_allowlist. It also ensures this param in the plugin is optional and not a hard requirement to use the k8s apply plugin. [GH-4517]
  • Ui: fix safari bug with xterm/webgl rendering
  • Upgrade: Fixes a bug where pre-v0.10.4 config sources could not be updated or deleted.

New in Waypoint 0.10.5 (Dec 15, 2022)

  • SECURITY:
  • Waypoint now uses Go 1.19.4 to address security vulnerability (CVE-2022-41717) See the Go announcement for more details.
  • IMPROVEMENTS:
  • Cli: Respect -remote-source overrides for submitted job template when running
  • Waypoint pipeline run. [GH-4319]
  • Config: Remove the multi-app deprecation warning.
  • Please see https://discuss.hashicorp.com/t/deprecating-projects-or-how-i-learned-to-love-apps/40888/12 for more information. [GH-4265]
  • BUG FIXES:
  • Plugin/ecs: runner install now creates aws policies to facilitate remotely running StopTask and WatchTask jobs [GH-4296]

New in Waypoint 0.10.4 (Dec 8, 2022)

  • FEATURES:
  • plugin/ecs: Accept ALB security group IDs. [GH-4230]
  • plugin/packer: A Packer config sourcer plugin to source machine image IDs from
  • an HCP Packer channel. [GH-4251]
  • IMPROVEMENTS:
  • cli/runnerinstall: Check if runner is registered to the server before
  • attempting to forget it. [GH-3944]
  • cli/runnerinstall: Delete EFS file system during ECS runner uninstall. [GH-3944]
  • cli: project destroy requires the -project or -p flag regardless of where it's run. [GH-4212]
  • cli: Pipeline run now shows the number of steps successfully executed for a failed run. [GH-4268]
  • BUG FIXES:
  • cli/context: Fix possible error when listing contexts if a non-Waypoint context file exists in the context directory. [GH-4257]
  • cli: Ensure a deploy and release URL has a scheme included if not set. [GH-4208]
  • cli: project destroy now successfully destroys a project created in the UI without a remote source or local waypoint.hcl file. [GH-4212]
  • plugin/nomad: Update Nomad task launcher plugin to use entrypoint config - fixes
  • pipeline exec steps run in Nomad. [GH-4185]
  • plugin/vault: Fix usage of dynamic secrets from Vault for dynamic Waypoint app
  • config. [GH-3988]

New in Waypoint 0.10.3 (Nov 4, 2022)

  • FEATURES:
  • plugin/consul: Consul key-value data config sourcer plugin [GH-4045]
  • IMPROVEMENTS:
  • cli/config-sync: Add operations flags to config sync command. [GH-4143]
  • cli/fmt: Add a -check flag that will determine if the waypoint.hcl is already properly formatted, similar to terraform fmt -check. [GH-4020]
  • cli/pipeline_run: Show app deployment and release URLs if exist from running pipeline. Also show input variables used. [GH-4096]
  • cli: Add prune flags to waypoint deploy for configuring the automatic release. [GH-4114]
  • cli: Introduce new CLI flag -reattach for waypoint pipeline run which will stream an existing pipeline run either by the latest known run or a specific sequence id. [GH-4042]
  • cli: Only echo file name when config file is formatted with waypoint fmt. [GH-4111]
  • cli: Update waypoint runner profile inspect to show default runner profile if no name argument supplied. [GH-4078]
  • core: Auto run a status report after a deployment or release operation rather than only if waypoint deploy or waypoint release CLI is run. [GH-4099]
  • core: Combine git clone messages from job stream into a single message [GH-4115]
  • pipelines: Add ability to evaluate input variables in pipelines stanzas. [GH-4132]
  • ui/input-variables: Adds the ability to set an input variable as sensitive and hides its value from the list and form [GH-4139]
  • BUG FIXES:
  • cli/runner-profile-set: Fix panic when setting runner profile environment variables [GH-3995]
  • cli/upgrade: Update the OCI URL for the bootstrap runner profile during server upgrade [GH-4175]
  • cli: Fix bug where input variables were not included on pipeline run jobs. [GH-4137]
  • cli: Fix panic in waypoint runner profile set when no flags are specified. [GH-4013]
  • cli: Fix panic in cli for waypoint task cancel if attempting to cancel by run job id with no argument. [GH-4019]
  • cli: Only show "CompleteTime" on waypoint pipeline list if the job has a valid complete time. [GH-4113]
  • cli: Remove automatic uppercasing of ids, so that future runner profiles will match [GH-4063]
  • cli: Respect the -workspace flag when requesting a logstream for a deployment by workspace [GH-4009]
  • core: Fix panic if no Use stanza found for given workspace scope on a build, deploy, release, or registry stanza. [GH-4112]
  • core: fix panic when null value is set on a string variable [GH-4067]
  • install/nomad: Update installation with Nomad to use CSI parameters. [GH-4157]
  • pipelines: Properly mark a pipeline run as complete [GH-4053]
  • plugin/docker: fix issue with authenticating with registries when using docker-pull [GH-4121]

New in Waypoint 0.10.2 (Oct 3, 2022)

  • BREAKING CHANGES:
  • Plugin/helm: Add support for create_namespace and skip_crds (default is now false) [GH-3950]
  • IMPROVEMENTS:
  • Cli/runnerinstall: Update runner install to set the new profile as the default
  • If none exists [GH-3922]
  • Cli: A new -runner-target-any flag has been added to runner profile set to allow users to specify targeting any runner. [GH-3854]
  • Cli: Setting configurations in a runner profile no longer resets unspecified configuration [GH-3854]
  • Plugin/ecs: Implement WatchTask plugin for AWS ECS task launcher. Store ECS on-demand runner logs in the job system. [GH-3918]
  • Plugin/docker: Add new docker-ref plugin for a build noop for referencing a Docker Image [GH-3912]
  • BUG FIXES:
  • Cli/install: Set image pull policy configuration on Helm installation of Waypoint server and runner [GH-3948]
  • Cli: Fix panic when setting project datasource to local [GH-3972]
  • Core: Connected entrypoints for deleted projects now error out properly. [GH-3949]
  • Core: Fix out of order job ids for waypoint pipeline run job stream CLI. [GH-3946]
  • Plugin/nomad-jobspec: Fix deployment of periodic and system Nomad jobs. [GH-3963]
  • Ui: Fix crash when encountering resources without IDs [GH-3929]

New in Waypoint 0.10.1 (Sep 23, 2022)

  • IMPROVEMENTS:
  • core: Update TaskCancel to also cancel WatchTask job, if it was launched.
  • BUG FIXES:
  • plugin/nomad-jobspec: Update Nomad jobspec status check to not report partial
  • health for deployments with canaries
  • plugin/nomad: Update Nomad task launcher plugin to respect namespace and region
  • configs in runner profile
  • plugin: Fix panic in non-ECS plugins when destroying resources
  • runner-install/k8s: Use the service account created by helm in the runner profile, rather than using the default service account.
  • runner-install/kubernetes: Fix the static runner image used in the waypoint runner install command

New in Waypoint 0.10.0 (Sep 13, 2022)

  • FEATURES:
  • core: Custom Pipelines as a Tech Preview gives users the ability to define custom pipelines to run various Waypoint actions such as a build, deploy, release, up and more for deploying applications. Waypoint will monitor and log each pipeline run, associated jobs, and show the results of executing that pipeline. [GH-3777]
  • core: Project Destroy Introduce a new CLI command project destroy to delete projects in Waypoint and destroy their associated resources [GH-3626]
  • CLI: New waypoint.hcl interactive generator, accessed with waypoint init when no waypoint.hcl exists in the current project [GH-3704]
  • IMPROVEMENTS:
  • CLI: Nomad CSI volumes names can be specified during installation and upgrades for both Waypoint runners and Waypoint server installations [GH-3546]
  • cli/runnerinstall: The runner profile created by runner install sets target labels
  • instead of a target runner ID on the runner profile, if the user supplied label flags [GH-3755]
  • cli: Add option to waypoint logs command to get a specific deployment's logs [GH-3656]
  • cli: Fix incorrect description for destroy -h command. [GH-3580]
  • cli: Implement waypoint job get-stream to allow users to attach to running job
  • streams and receieve output, or get the output from an existing job stream that
  • already finished. [GH-3410]
  • cli: Internal-only labels on runners are hidden from CLI output for waypoint runner list and waypoint runner inspect [GH-3746]
  • install/runner: Allow additional arguments for waypoint runner agent command
  • to be supplied to waypoint runner install CLI [GH-3746]
  • internal/runnerinstall: Fix order of error checking and make error message more specific [GH-3772]
  • plugin/k8s: Add ephemeral-storage resource limits to on-demand runners through runner profiles. [GH-3676]
  • plugin/nomad: Implement WatchTask plugin for Nomad task launcher. Store Nomad on-demand runner logs in the job system. [GH-3797]
  • plugin/nomad: nomad-jobspec deployments will no longer utilize the
  • nomad-jobspec-canary releaser by default. [GH-3359]
  • serverinstall/ecs: Improve server upgrade process by stopping task and reducing
  • target group drain time [GH-3564]
  • ui: Fix header spacing on build/release detail pages [GH-3614]
  • ui: Make it clearer that remote runners are required for GitOps [GH-3615]
  • ui: Update alert copy to reflect change that we are no longer removing project definitively in 0.10.0 [GH-3604]
  • BUG FIXES:
  • cli/install/k8s: Fixes the k8s installer race condition with the bootstrap token [GH-3744]
  • cli/runnerinstall: Fix output error message for missing arguments on Nomad runner installation [GH-3761]
  • cli/runnerinstall: The runner profile created by runner install no longer sets
  • the profile as the default, and appends the runner ID to the name of the profile
  • for uniqueness [GH-3755]
  • cli/serverinstall/nomad: Add service discovery provider configuration
  • to server install for Nomad. [GH-3500]
  • cli: Do not set runner profile defaultness to false if default flag not specified. [GH-3702]
  • cli: Fix issue where the CLI would exit with no error or action taken if a local
  • waypoint.hcl file was invalid [GH-3657]
  • cli: Fix order of CLI outputs during install [GH-3729]
  • cli: Only show runner profile default deletion hint if more than 0 default
  • profiles are detected on upgrades. [GH-3688]
  • cli: Set plugin configuration on runner profile created during runner install [GH-3699]
  • cli: Set the subnet and security group ID configs for the ECS task launcher plugin
  • during an ECS runner install [GH-3701]
  • cli: deployment destroy will now attempt to destroy any known resources for failed
  • deployments. Previously, destroy would skip unsuccessful deployments. [GH-3602]
  • cli: runner profile delete deletes by name rather than the user-invisible ID. [GH-3803]
  • cli: runner profile set does not create entries with duplicate names. [GH-3803]
  • core/runner: Default to odr oci image url for runner profiles created via runner install [GH-3800]
  • core/runner: Server no longer panics when a runner stopped after it is forgotten. [GH-3756]
  • core: prune releases which released deployments that are being pruned during
  • a release [GH-3730]
  • internal/pkg/gitdirty: Fix an issue detecting dirty local source code when using git@ remotes. [GH-3636]
  • plugin/nomad-jobspec-canary: Retrieve the status of the correct Nomad job for the
  • job resource [GH-3766]
  • ui: Add label to “follow logs” button [GH-3732]
  • ui: Make UI more resilient to invalid state JSON [GH-3786]
  • upgrade: Nomad server upgrade upgrade now detects runners with the name
  • waypoint-runner or waypoint-static-runner [GH-3804]
  • upgrade: Update ECS server upgrade to respect -ecs-server-image flag when the
  • existing server image is hashicorp/waypoint:latest [GH-3820]

New in Waypoint 0.9.0 (Jul 6, 2022)

  • FEATURES:
  • Waypoint Task Tracking: Waypoint now tracks the lifecycle of on-demand
  • runner tasks through a new internal core concept Task. As ODR jobs run, Task
  • will keep track of what part the jobs are at for better debugging and on-demand
  • runner insight. [GH-3203]
  • cli: New runner install and runner uninstall commands to install/uninstall Waypoint runners to a specified platform [GH-3335]
  • cli: New runner profile delete command to delete a Waypoint runner profile [GH-3474]
  • cli: Refactor k8s server install to use Helm [GH-3335]
  • core: Add ability to have cli and runners use OAuth2 to get an auth token [GH-3298]
  • plugin/aws-ecr-pull: Introduces an aws-ecr-pull builder plugin
  • that enables using AWS ECR images that are built outside of Waypoint. [GH-3396]
  • plugin/lambda-function-url: Adds a new plugin and releaser component. This leverages Lambda URLs. [GH-3187]
  • IMPROVEMENTS:
  • cli: Show list of existing default runner profiles on post-upgrade to warn user
  • that only one runner profile should be default. [GH-3497]
  • cli: Add interactive input for server upgrade, server uninstall, and destroy commands [GH-3238]
  • cli: Remove unused flag runner-profile in waypoint project apply [GH-3318]
  • core/api: include commit message in datasource/git response [GH-3457]
  • core: on-demand runner logs are now captured from the underlying platform
  • and stored in the job system. [GH-3306]
  • core: show helpful errors when using invalid runner profile plugin config [GH-3465]
  • plugin/nomad: Support Nomad service discovery in Nomad platform plugin [GH-3461]
  • runner: runners will now accept and execute multiple jobs concurrently
  • if multiple jobs are available. On-demand runners continue to execute exactly
  • one job since they are purpose launched for single job execution. [GH-3300]
  • server: Introduce basic server-side metric collections around operations [GH-3440]
  • serverinstall/k8s: By default, do not set a mem or cpu limit or request for
  • the default runner profile installed. [GH-3475]
  • ui: Updated UI of breadcrumbs and UX to include current page [GH-3166]
  • upgrade: Warn user if default k8s runner profile has incorrect plugin configs [GH-3503]
  • BUG FIXES:
  • cli: fix git dirty check that was broken for some versions of the git cli [GH-3432]
  • cli: fix panic when running status report on app with zero prior deployments [GH-3425]
  • core: Fix a rare panic when generating an invite token. [GH-3505]
  • plugin/docker: Ensure that the docker task launcher does not require a resources
  • block to be set when attempting to load a task config to launch a task. [GH-3486]
  • plugin/docker: fix issue with remote operations for docker-pull builder [GH-3398]
  • plugin/k8s: Properly parse kubernetes task launcher config on plugin invoke. [GH-3475]
  • upgrade: Update existing runner profile during server upgrade & change naming convention of initial runner profile [GH-3490]

New in Waypoint 0.8.2 (May 19, 2022)

  • IMPROVEMENTS:
  • Cli: Output message if no runners are found for 'runner list' [GH-3266]
  • Core: git cloning now supports recursively cloning submodules [GH-3351]
  • Plugin/aws-lambda: Add platform config validation. [GH-3193]
  • Plugin/aws-lambda: add support for lambda storage size [GH-3213]
  • Plugin/k8s: Add CPU and memory resource limits to on-demand runners through runner profiles and at install time. These resource limits follow the same format that kubernetes expects within spec.containers[].resources. [GH-3307]
  • Plugin/lambda: Add static_environment to deploy plugin [GH-3282]
  • Plugin/nomad-jobspec: Add configuration option to parse jobspec as HCL1 instead of HCL2 [GH-3287]
  • Plugin/nomad: Support Consul & Vault tokens for job submission [GH-3222]
  • BUG FIXES:
  • Builtin/k8s: Ensure pod.container.static_environment is applied [GH-3197]
  • Cli: Fix missing bootstrap hint with server run command [GH-3196]
  • Cli: Prevent panic when releasing unsuccessful deployments [GH-3207]
  • Cli: Show better error message when there are no Waypoint contexts when attempting
  • To open the UI [GH-3262]
  • Install/nomad: Add support for CSI params & secrets to Nomad install [GH-3279]
  • Install/nomad: Fix DB directory for Nomad install [GH-3261]
  • Internal/cli: Fix waypoint exec workspace selection [GH-3226]
  • Plugin/docker: support remote operations for docker-pull plugin [GH-3253]
  • Plugin/k8s: Ensure container=docker environment variable is set for Kaniko
  • To properly detect running inside a container, which prevented on-demand
  • Runners from working on Kubernetes 1.23. [GH-3322]
  • Server: fix issue cleaning up tasks in Kubernetes that completed successfully [GH-3299]

New in Waypoint 0.8.1 (Apr 8, 2022)

  • BUG FIXES:
  • server: Fix runner database by setting proper runner bucket for initialization. Sever upgrades to 0.8.0 would previously fail before this fix. [GH-3200]

New in Waypoint 0.8.0 (Apr 7, 2022)

  • FEATURES:
  • Targetable Runners with Labels: Waypoint now supports runner profiles that target specific on-demand runners by labels.
  • Projects and/or Apps can be configured to use a specific runner profile, identified by name.
  • The runner profile will target all operations to a specific on-demand runner by ID, or labels on the runner. [GH-3145]
  • Cli: Introduce a new CLI command for job management and inspection
  • Waypoint job. [GH-3067]
  • Core, cli: Support setting variables to sensitive and obfuscate those values in outputs [GH-3138]
  • Plugin/nomad: Nomad jobspec canary promotion releaser [GH-2938]
  • IMPROVEMENTS:
  • Cli: Add waypoint runner inspect command [GH-3004]
  • Cli: Add a way for waypoint context create to set the Waypoint server platform [GH-3055]
  • Cli: Display count of instance connections in deployment status reports [GH-3043]
  • Cli: Introduce a -dangerously-force flag to attempt to force cancel a job [GH-3102]
  • Cli: Print operation sequence ids and pushed artifact id [GH-3081]
  • Cli: runner list shows runner labels [GH-3133]
  • Cli: runner profile set deprecates the -env-vars flag in favor of the -env-var flag instead. [GH-3136]
  • Cli: runner profile command set now supports target runner labels [GH-3145]
  • Core: runners automatically reconnect on startup if the server is unavailable
  • Or becomes unavailable during the startup process [GH-3087]
  • Core: runners can have labels, which are used for targeting and metadata [GH-2954]
  • Core: runners can tolerate a server outage during job execution and will
  • Wait for the server to come back online [GH-3119]
  • Plugin/aws-ecr: Output architecture from Docker image input [GH-3046]
  • Plugin/ecs: Add cpu_architecture aws-ecs parameter
  • To support deploying Docker images built by the Apple M1 chip on ECS [GH-3068]
  • Plugin/aws-lambda: Default lambda architecture to Docker/ECR image architecture [GH-3046]
  • Plugin/docker: Output architecture from Docker builder [GH-3046]
  • Plugin/k8s: don't error if previous deployment is not found during cleanup [GH-3070]
  • Plugin/nomad: Resource manager for Nomad jobspec [GH-2938]
  • BUG FIXES:
  • Ceb: Fix connecting to servers with TLS verification [GH-3167]
  • Cli: Fix panic in waypoint plugin CLI [GH-3095]
  • Cli: Fix panic when attempting to reinstall autocomplete [GH-2986]
  • Cli: Fix the -set-default flag on waypoint context create [GH-3044]
  • Core: Ensure remote runners have dynamic config sources overrides for
  • Evaluating defaults for job variables. [GH-3171]
  • Core: Fix panic when running waypoint build remotely outside of project directory. [GH-3165]
  • Core: Fix panic where on-demand runner config was nil before starting task [GH-3054]
  • Plugin/alb: Handle DuplicateListener errors from aws-alb releaser [GH-3035]
  • Plugin/aws-alb: Use Route53 zone id when destroying a resource record [GH-3076]
  • Plugin/docker: Add Docker auth support for builder and platform, and add config options for
  • Docker-pull auth and registry auth [GH-2895]
  • Plugin/k8s: clean up pending pods from cancelled jobs [GH-3143]
  • Plugin/k8s: fix issue when destroying multiple deployments [GH-3111]
  • Plugin/nomad: Fix Nomad job namespace when using ODRs [GH-2896]
  • Server: Fix project poll job singleton id to only include application on project
  • Poll jobs if exist. Otherwise, only include the workspace and project. [GH-3158]
  • Ui: Fix missing links to resources [GH-3172]
  • Ui: fix missing link on release detail page [GH-3142]

New in Waypoint 0.7.2 (Feb 24, 2022)

  • FEATURES:
  • Targetable Runners: Allow apps and projects to target specific runner profiles.
  • Allow runner profiles to target specific remote runners. [GH-2862]
  • Introduce executing Trigger URL configurations via HTTP. Users can
  • start a trigger via HTTP and stream the job event stream output directly over
  • http. [GH-2970]
  • IMPROVEMENTS:
  • plugin/docker: Add parameter to disable the build cache [GH-2953]
  • BUG FIXES:
  • cli: Fix panic on nil value for project [GH-2968]
  • cli: Replace panic with message when attempting to config get -app without a -project flag while outside a project directory [GH-3039]
  • cli: requires -app flag if config set -scope=app is set [GH-3040]
  • server: Cache Horizon hostname URL lookup when listing deployments in the
  • UI_ListDeployments bundle. Now we look up the deployment URL once, and craft
  • the deployment URLs based on the original hostname lookup. [GH-2950]
  • ui: fixed issue with focus jumping back to the skip link on automatic refresh [GH-3019]

New in Waypoint 0.7.1 (Jan 26, 2022)

  • IMPROVEMENTS:
  • Ui: Automatically select the appropriate workspace [GH-2835]
  • BUG FIXES:
  • Build: Add arm64 ceb to released build [GH-2945]
  • Plugin/nomad: Fix Nomad job namespace when using ODRs [GH-2896]
  • Ui: Ensure logs update correctly when switching between deployments [GH-2901]
  • Ui: Limit number of deployments requested [GH-2930]
  • Ui: Update empty logs message [GH-2925]

New in Waypoint 0.7.0 (Jan 13, 2022)

  • FEATURES:
  • Source variable values from remote systems: The default value for input variables can now use the configdynamic function to source data from Vault, Consul,
  • Terraform Cloud, and more. This is a pluggable system. [GH-2889] Workspace and Label-scoped Configuration: Build, registry, deploy, and release configurations can now be changed depending on the current workspace or label sets. This can be used to alter configurations between environments (staging, production, etc.) or metadata (region, etc.). [GH-2699]
  • core: Introduce RunTriggers to Waypoint Server and CLI. Triggers can be configured ahead of time to execute lifecycle operations on demand through the Waypoint API. Currently, only the gRPC API is supported, but in the future an HTTP endpoint
  • will be added to be used within CI. [GH-2840]
  • ui/auth: users can now authenticate through the UI using an OIDC provider [GH-2688]
  • ui: Add Exec Terminal to the web UI [GH-2849]
  • ui: Added a tab with an overview of the resources provisioned by operations [GH-2777]
  • ui: Added timeline component to artifact details pages [GH-2793]
  • ui: Update UI of builds and releases tab [GH-2852]
  • ui: add workspace switcher to app pages [GH-2674]
  • ui: reformatted app overview page and header of artifact details page [GH-2606]
  • IMPROVEMENTS:
  • cli: Add alias for -app and -workspace flags [GH-2700]
  • cli: Add new workspace create command [GH-2797]
  • cli: Deprecate -remote flag for operations, replace with -local flag [GH-2771]
  • cli: Enhance warning for project flag mismatches when project parsed from config [GH-2815]
  • cli: Report where each operation runs (locally vs remotely) [GH-2795]
  • cli: Warn if about to perform a remote operation with a dirty local git state [GH-2799]
  • install/nomad: Ensure static runner has started during install by validating its running status for a few seconds once it is in a "running" state. [GH-2698]
  • plugin/docker: inject arm64 Waypoint entrypoints for arm images [GH-2692]
  • plugin/ecs: Implement the destruction of AWS resources created when deploying a workspace [GH-2684]
  • plugin/pack: detect non-Intel Docker server and show a warning [GH-2692]
  • serverinstall/ecs: Add permissions to the ECS runner IAM policy to allow the removal of security groups and de-registration of task [GH-2684]
  • serverinstall: Set Nomad's ODR profile name to "nomad" [GH-2713]
  • ui: Improved UX of screen readers' transition between pages [GH-2837]
  • ui: Updated list items UI on deployments tab [GH-2879]
  • ui: Updated the deployments tab UI/UX [GH-2773]
  • ui: upgraded icons to flight icons library [GH-2681]
  • BREAKING CHANGES:
  • core: configdynamic has been renamed to dynamic. The existing function
  • name continues to work but is deprecated and may be removed in a future version. [GH-2892]
  • plugin/docker: img-based Dockerless builds are no longer supported.
  • Dockerless builds are still fully supported via Kaniko and on-demand runners that shipped in Waypoint 0.6. Static runners without access to
  • a Docker daemon can no longer build images. [GH-2534]
  • BUG FIXES:
  • cli: Added check for empty deployUrl in output for release switch case [GH-2755]
  • cli: Fix issue where users could not disable project polling from the CLI [GH-2673]
  • core: fix issue where runners would fail but not shut down [GH-2571]
  • ui: Fix edge case issue where users would not be redirected to the authentication screen if no api token was set [GH-2696]
  • ui: Logs & Exec Terminals resize smoothly [GH-2890]

New in Waypoint 0.6.3 (Dec 10, 2021)

  • SECURITY UPDATE:
  • Update Go build version to 1.16.12 per Go security release.

New in Waypoint 0.6.2 (Nov 5, 2021)

  • FEATURES:
  • Plugin/nomad: Introduce Nomad On-Demand Runner support for Waypoint server. Launch
  • Tasks to build containers in short lived runners. [GH-2593]
  • IMPROVEMENTS:
  • Cli/login: Allow login from-kubernetes command to work with non-default namespace installations [GH-2575]
  • Serverinstall/nomad: Update install helper to always setup a Consul service
  • With a backend and ui service tag. [GH-2597]
  • BUG FIXES:
  • Cli: Use values from filter flags when listing deployments and releases [GH-2672]
  • Cli: waypoint status and waypoint status -app no longer display destroyed deployments [GH-2564]
  • Core: Fix a panic where a custom Waypoint plugin would panic if the plugin
  • Did not properly implement a Registry component with AccessInfoFunc() [GH-2532]
  • Serverinstall/k8s: Clean up rbac resources on uninstall, and do not error when existing rbac resources are detected during server upgrade. [GH-2654]
  • Ui: avoid loading all status reports [GH-2562]
  • Ui: improve docker reference parsing [GH-2518]

New in Waypoint 0.6.1 (Oct 21, 2021)

  • BUG FIXES:
  • Cli: Fix project apply to set runner profiles by name [GH-2489]
  • Cli: Fix displaying config variables set with pre-0.6.0 Waypoint [GH-2535]
  • Cli: Fix panic in logs and exec commands [GH-2526]
  • Cli: Fix issue where sending ctrl-c to the CLI could block all subsiquent operations on the app/project/workspace for two minutes [GH-2513]
  • Serverinstall/ecs: Fix potential panic in some ECS On-Demand Runner releases [GH-2533]
  • Serverinstall/ecs: Update ODR role permissions to enable status reports [GH-2543]

New in Waypoint 0.6.0 (Oct 14, 2021)

  • FEATURES:
  • Cli: Add new commands workspace inspect and workspace list to view and list workspaces. [GH-2385]
  • Cli: Allow install cmd to support pass-through flags to server run [GH-2328]
  • Config: Specify configuration (env vars and files) for runners while executing operations related to a specific to that project or application. [GH-2237] config: Specify configuration that is scoped to deployments in certain workspaces or label sets. [GH-2237]
  • Config: labels variable for accessing the label set of an operation [GH-2065]
  • Config: New functions selectormatch and selectorlookup for working with
  • Label selectors [GH-2065]
  • Core/server: Allow exporting of grpc server traces and stats by introducing OpenCensus and DataDog telemetry for Waypoint Server by request [GH-2402]
  • Core: Runner configuration can now write to files [GH-2201]
  • Core: Runner configuration can use dynamic configuration sources [GH-2201]
  • Platform/nomad: Add persistent data volumes to nomad deploy [GH-2282]
  • Plugin/docker: Add ability to build images with kaniko inside an ondemand runner [GH-2056]
  • Plugin/helm: A new plugin "helm" can deploy using Helm charts. [GH-2336]
  • Plugin/k8s: Report events on failed pods when a deployment fails [GH-2399]
  • Plugin/k8s: Allows users to add sidecar containers to apps using the k8s plugin config. [GH-2428]
  • Plugin/pack: Add ability to build images with kaniko inside an ondemand runner [GH-2056]
  • Runner: Add ability to build images without needing a containarization API [GH-2056]
  • Runner: Adds ondemand runners, single job runner processes launched via the task API [GH-2056]
  • Ui: Allow config variables to be managed in the browser UI [GH-1915]
  • Ui: Deployment resources [GH-2317]
  • Ui: Release resources [GH-2386]
  • Ui: Overview section added + Docker container information displayed [GH-2352]
  • IMPROVEMENTS:
  • Cli/serverinstall/k8s: Add new cluster role and binding to allow nodeport services to work [GH-2412]
  • Cli/serverinstall/k8s: Fix a problem where deployments would be marked as "Degraded", but were actually fine. [GH-2412]
  • Cli: Add new context subcommand "set" to set the workspace value for the current
  • Context. [GH-2353] cli: Remove unused arg and use sequence ID for CLI message in release [GH-2426]
  • Cli: Return help on malformed command [GH-2444]
  • Cli: Update base commands to default to all apps within the project if project has more than one application [GH-2413]
  • Cli: Use default log level of debug instead of trace on server install [GH-2325]
  • Cli: server run can now create a non-TLS HTTP listener. This listener
  • Redirects to HTTPS unless X-Forwarded-Proto is https. [GH-2347]
  • Cli: login subcommand defaults server port to 9701 if it isn't set [GH-2320]
  • Config: gitrefpretty no longer requires git to be installed [GH-2371]
  • Config: Input variables (variable) can now use an env key to specify
  • Alternate environment variable names to source variable values from [GH-2362]
  • Core: Automatically remotely init projects with a Git data source [GH-2145]
  • Core: HTTP requests from Kubernetes probes are logged at a trace level rather than info [GH-2348]
  • Core: Easier to understand error messages when using incompatible plugins [GH-2143]
  • Core: Server with custom TLS certificates will automatically reload and rotate the TLS certificates when they change on disk [GH-2346]
  • Plugin/docker: Add support for multi-stage Dockerfile builds [GH-1992]
  • Plugin/k8s: Add new ability to release by creating an ingress resource to route
  • Traffic to a service backend from an ingress controller. [GH-2261]
  • Plugin/k8s: Introduce a new config option autoscale, which creates a horizontal
  • Pod autoscaler for each deployment. [GH-2309]
  • Plugin/k8s: Introduce a new config option cpu and memory for defining
  • Resource limits and requests for a pod in a deployment. [GH-2309]
  • Plugin/k8s: Use sequence number in k8s deployment name for improved traceability to waypoint deployments. [GH-2296]
  • Ui: Display project remote initialization state [GH-2145]
  • Ui: Gitops users not using Git polling can run "Up" from the browser [GH-2331]
  • Ui: Improve design of status row on Build/Deployment/Release detail pages [GH-2036]
  • Ui: Improve tab styles for dark mode [GH-2053]
  • Ui: Toggle checkboxes are nicely styled in dark mode [GH-2410]
  • Ui: Improve the input field for server-side HCL file on the settings page [GH-2168]
  • Ui: The rendering of the Application and Operation Logs has been greatly improved [GH-2356]
  • BUG FIXES:
  • Cli: Fix a panic in waypoint status when no successful release is available [GH-2436]
  • Cli: Fix logic on when a rocket indicator shows in release list [GH-2426]
  • Config: Fix dynamic config vars targeting files. [GH-2416]
  • Entrypoint: Fix issue injecting waypoint-entrypoint multiple times [GH-2447]
  • Plugin/docker: Resolve image identifiers properly [GH-2067]
  • Plugin/docker: Support SSH hosts for entrypoint injection [GH-2277]
  • Plugin/k8: Setup Kubernetes services for different workspaces properly [GH-2399]
  • Server: Adds API validation to ensure server doesn't panic when given an empty
  • Request body [GH-2273]
  • Server: Validate GetDeployment request has a valid request body to avoid a server panic. [GH-2269]
  • Ui: Fixed config variable duplication when renaming [GH-2421]
  • Ui: Notification messages display nicely when containing long words such as URLs [GH-2411]

New in Waypoint 0.5.2 (Sep 9, 2021)

  • FEATURES:
  • cli: Add a new command for inspecting project information, waypoint project inspect. [GH-2055]
  • IMPROVEMENTS:
  • cli/status: Include a way to refresh project application statuses for deployments and releases with a '-refresh' flag before showing the status view [GH-2081]
  • cli: Add functionality to list releases with waypoint release list command [GH-2082]
  • core: App status polling will always queue status reports refresh jobs for latest deployment and release if present [GH-2039]
  • plugin/aws-ecs: Allow configuration of ALB subnets independently of service subnets [GH-2205]
  • plugin/aws-ecs: Allow public ip assignment for tasks to be disabled [GH-2205]
  • plugin/aws-ecs: Deployments delete their resources on failure. [GH-2098]
  • plugin/aws-ecs: Error messages contain additional context [GH-2098]
  • plugin/aws-ecs: Improve security of ECS tasks by restricting ingress to the ALB [GH-2098]
  • plugin/aws-ecs: More complete list of resources displayed in waypoint deploy logs [GH-2098]
  • plugin/aws-ecs: Support for status reports, enabling waypoint status for ECS deployments [GH-2098]
  • plugin/aws: Add ability to pass IAM policy ARNs for attaching to task role [GH-1935]
  • BUG FIXES:
  • internal/config: Fix parsing of complex HCL types in -var-file [GH-2217]
  • plugin/aws-ecs: Fix panic when specifying a sidecar without a health check [GH-2098]
  • plugin/nomad: Only use non-empty job.StatusDescription for HealthMessage [GH-2093]
  • server/singleprocess: Stop returning error when polling an app with no deployment or release [GH-2204]
  • ui: Fix leaky project repository settings being reused when creating a new project [GH-2250]

New in Waypoint 0.5.1 (Aug 19, 2021)

  • IMPROVEMENTS:
  • Cli/status: Display '(unknown)' when the time a status report was generated is not known [GH-2047]
  • Cli/uninstall: Remove hard requirement on platform flag, attempt to read server platform from server context. Platform flag overrides anything set in a server platform context [GH-2052]
  • BUG FIXES:
  • Plugin/aws/alb: Always set the generated time for a status report [GH-2048]
  • Plugin/aws/ecs: Fix destroy non-latest deployments in ECS [GH-2054]
  • Ui: Prevent deletion of git/input variable settings when saving the other [GH-2057]

New in Waypoint 0.5.0 (Aug 13, 2021)

  • FEATURES:
  • Status Reports: Waypoint now has multiple improvements to support status
  • checks for deployed resources. See Improvements for more.
  • Input variables: Waypoint now allows users to parameterize the waypoint.hcl
  • file through an input variable system. [GH-1548]
  • OIDC Authentication and User Accounts: Waypoint now has a user account system
  • and can be configured to sign up and log in users using any OIDC provider
  • such as Google, GitLab, etc. [GH-1831]
  • cli: can login with a token using the new waypoint login command [GH-1848]
  • cli: new "waypoint user" CLI for user management [GH-1864]
  • core: platform plugins may now advertise deployment-specific URLs [GH-1387]
  • ui: Show deployment URL if available [GH-1739]
  • ui: added button on individual artifact (deployments + releases) page for on demand health checks [GH-1911]
  • IMPROVEMENTS:
  • Status reports: server: Continuously generate a status report for an application after the initial
  • deployment or release for projects backed by a git data source [GH-1801]
  • cli: Adds a -git-path flag to waypoint project apply [GH-2013]
  • core: git poller setting to optionally ignore changes outside of the configured project path [GH-1821]
  • entrypoint: Can disable waypoint exec only by setting the
  • WAYPOINT_CEB_DISABLE_EXEC environment variable to a truthy value. [GH-1973]
  • plugin/aws/alb: Update ALB Releaser to use new SDK Resource Manager [GH-1648]
  • plugin/aws/ecs: Add ability to specify security group IDs [GH-1919]
  • plugin/docker: Enables image build for specified platform [GH-1949]
  • plugin/google: Add non-blocking alert if unable to delete revision [GH-2005]
  • plugin/google: Implement DestroyWorkspace to cleanup all created resources [GH-2005]
  • plugin/google: Update Google Cloud platform to use SDK Resource Manager [GH-2005]
  • plugin/google: Update error message to be more helpful [GH-1958]
  • plugin/k8s: Include deployment and release resources in waypoint status output. [GH-2024]
  • plugin/k8s: Update K8s Releaser to use SDK Resource Manager [GH-1938]
  • plugin/k8s: Updates release status report to check k8s service status [GH-2024]
  • plugin/nomad: Add consul service optional flags [GH-2033]
  • plugin/nomad: Update Nomad platform to use SDK Resource Manager [GH-1941]
  • ui: Add ability to add input variables in the project settings UI [GH-1658]
  • ui: Add dynamic page titles [GH-1916]
  • ui: Add git commit SHAs to operations in the browser UI [GH-2025]
  • ui: Update authentication page with new supported waypoint user token command. [GH-2006]
  • BUG FIXES:
  • plugin/aws-alb: Fix issue destroying when Target Group still in use [GH-1648]
  • plugin/docker: Fix docker buildkit build failures [GH-1937]
  • plugin/nomad: Fix case where nomad error would be ignored during a status check [GH-1723]
  • plugin/k8s: Fix ports configurability [GH-1650]
  • serverinstall/ecs: Handle errors when resources are already destroyed [GH-1984]
  • ui: Display and read/write base64 strings correctly in SSH and Hcl inputs [GH-1967]

New in Waypoint 0.4.2 (Jul 22, 2021)

  • FEATURES:
  • Plugin: Allow debugging of plugins with tools like delve [GH-1716]
  • IMPROVEMENTS:
  • Serverinstall/k8s: Add information to cli output for upgrade path [GH-1886]
  • Ui: Incorporate pushed artifacts into build display [GH-1840]
  • BUG FIXES:
  • Plugin/aws/ecs: Validate memory and cpu values [GH-1872]
  • Plugin/nomad: Fix broken -nomad-runner-memory and -nomad-server-memory flags [GH-1895]
  • Serverinstall/ecs: Validate memory and cpu values [GH-1872]

New in Waypoint 0.4.1 (Jul 1, 2021)

  • FEATURES:
  • Config: Add ${app.name} variable [GH-1709]
  • IMPROVEMENTS:
  • Cli: Fix incorrect description for hostname list command [GH-1628]
  • Core: Correct parsing of boolean environment variables [GH-1699]
  • Plugin/aws-alb: Update ALB Releaser to use new SDK Resource Manager [GH-1648]
  • Ui: Add reporting on status of a release [GH-1657]
  • BUG FIXES:
  • Builtin/k8s: Fix ports configurability [GH-1650]
  • Cli: Fix issue parsing string slice inputs [GH-1669]
  • Cli: Ignore error on Unimplemented for health checks [GH-1596]
  • Cli: Fix crash that could occur when running commands outside the context of a project with an hcl config file. [GH-1710]
  • Cli: Prevent use of operation flags on runner agent command [GH-1708]
  • Cli: Set runner poll interval default for runner defined in waypoint.hcl [GH-1690]
  • Cli: List deployments shows status for each deployment [GH-1594]
  • Core: Fix crash that could occur when using templatefile with certain HCL files [GH-1679]
  • Plugin/aws-alb: Fix issue destroying when Target Group still in use [GH-1648]
  • Plugin/docker: Fix issue falling back to img for builds when docker daemon not present [GH-1685]
  • Plugin/nomad: Fix case where Nomad error would be ignored during a status check [GH-1723]
  • Server/client: Configure keepalive properties to RPC connections to persist connections even after inactivity [GH-1735]
  • Server/runner: Correctly exit liveness listener when connection is closed [GH-1732]
  • Serverinstall/k8s: Accept k8s-namespace when uninstalling server [GH-1730]

New in Waypoint 0.4.0 (Jun 3, 2021)

  • FEATURES:
  • Mutable Deployments: Waypoint now supports the concept of "mutable" deployments where a deployment updates an existing resource rather than creating somethingnew. New plugins in this release include deploying from a Nomad job file,
  • Kubernetes apply from a directory or file, and more. [GH-1298]
  • Status Reports: Waypoint now supports a new feature for reporting on the health of deployments or releases. Waypoint surfaces a deployment and or releases status by relying on an existing platform for health checks.
  • A status is responsible for reporting the health of a deployed service by
  • Representing its states as Ready, Alive, Partial, Down, or Unknown.
  • Platform health reporting lets teams take action quickly depending on the health of their applications. Currently, the Kubernetes, Nomad, AWS ALB, and Docker built-in plugins support the new Status reporting, with more support on the way! [GH-1488]
  • Config: Add ability to define internal variables and compose variables together via templating [GH-1382]
  • Config: Add ability to write configuration values as files rather than environment variables. [GH-1395]
  • Config: jsonnetfile and jsonnetdir functions for processing Jsonnet files and converting them to JSON. [GH-1360]
  • Plugin/aws-alb: Report on status of releases [GH-1567]
  • Plugin/docker: Add reporting on status of a deployment [GH-1487]
  • Plugin/k8s: A new plugin "kubernetes-apply" that is able to deploy any typical
  • Directory of YAML or JSON files to Kubernetes [GH-1357]
  • Plugin/k8s: Add reporting on status of a deployment and release [GH-1547]
  • Plugin/nomad: A new plugin "nomad-jobspec" for deploying a Nomad job specification directly. [GH-1299]
  • Plugin/nomad: Add reporting on status of a deployment [GH-1554]
  • Server/ecs: Use --platform=ecs to install waypoint server to
  • AWS ECS using Fargate [GH-1564]
  • Ui: Add reporting on status of a deployment [GH-1559]
  • Ui: Mutable deployments support on web dashboard. [GH-1549]
  • IMPROVEMENTS:
  • Internal/config: add ${workspace} variable [GH-1419]
  • Plugin/pack: Support for non-default process types [GH-1475]
  • Plugins/docker: Add support build context [GH-1490]
  • BUG FIXES:
  • Plugin/k8s: destroy deployment on error [GH-1528]
  • Plugin/pack: Upgrade pack package to fix downloading remote buildpacks [GH-1452]
  • Server: Fix a bug that sometimes sends duplicate cancellation messages [GH-1538]
  • Server: fix order of log lines when showing logs from multiple instances [GH-1441]
  • Ui/checkbox-inputs-safari: Custom Inputs in the browser Ui now render properly on all supported browsers [GH-1312]
  • Ui: unread log count resets after scrolling [GH-1373]
  • BREAKING CHANGES:
  • Plugin/netlify: Removed the netlify plugin [GH-1525]

New in Waypoint 0.3.2 (May 13, 2021)

  • IMPROVEMENTS:
  • Cli: Add context inspect command to aid in user enjoyment of waypoint contexts. [GH-1458]
  • Cli: Default the platform for server upgrade to the platform in the context [GH-1461]
  • Cli: Print warning and help docs if required flags for upgrade are not included [GH-1372]
  • Plugin/google/cloudrun: Add VPC and Cloud SQL config options [GH-1123]
  • Plugin/k8s: Added Service annotations option to K8S release [GH-1393]
  • Plugin/k8s: Add configuration options for pods and its security contexts [GH-1317]
  • Plugin/pack: Add ability to specify a list of file patterns to include files. [GH-1453]
  • Plugin/vault: Use Service Account Credentials API for GCP SignJWT endpoint [GH-1389]
  • BUG FIXES:
  • Cli: runner will not crash if liveness check has error [GH-1426]
  • Plugins: Fix detecting an older version of the plugin SDK in use [GH-1450]
  • Plugin/aws/ec2: Check Auto Scaling activites for failures or cancellations [GH-1447]
  • Plugin/aws/ecs: Fix bug where certificate and other fields had to be set to empty string to use listener. [GH-1401]
  • Plugin/aws/ecs: Retry actions that cross AWS service boundaries to fix eventual consistency issues. [GH-1454]
  • Plugin/pack: Honor DOCKER_HOST properly [GH-1457]

New in Waypoint 0.3.1 (Apr 21, 2021)

  • IMPROVEMENTS:
  • cli: Make purge default and remove flag for Nomad uninstall [GH-1326]
  • cli: Show usage example on waypoint context use command [GH-1325]
  • cli: version command now shoes the server version [GH-1364]
  • entrypoint: can change log level using the WAYPOINT_LOG_LEVEL env var, which can also be set with waypoint config [GH-1330]
  • entrypoint: default log level changed to DEBUG [GH-1330]
  • plugin/nomad: Add CPU and Memory resource options for server and runner installs, and app deploys [GH-1318]
  • plugin/nomad: Allow for auth soft fail on serverinstall for server image [GH-1106]
  • ui: Improve the design of the Project Settings forms [GH-1335]
  • BUG FIXES:
  • cli: connections with TLS without insecure flag properly connect [GH-1307]
  • cli: server bootstrap will not give auth token errors [GH-1320]
  • plugin/aws/ecs: Route 53 "A" Type record properly created when not found for domain name [GH-1256]
  • plugin/nomad: use namespace config option for deploy [GH-1300]

New in Waypoint 0.3.0 (Apr 9, 2021)

  • BREAKING CHANGES:
  • Ui: dropped support for Internet Explorer [GH-1075]
  • FEATURES:
  • GitOps: Poll for changes and automatically run waypoint up. Waypoint
  • Can now trigger a full build, deploy, release cycle on changes detected in Git. [GH-1109]
  • Runners: Run Waypoint operations remotely. Runners are standalone processes that run operations such as builds, deploys, etc. remotely. [GH-1167] [GH-1171]
  • AWS Lambda: Add support for building and deploying AWS Lambda workloads [GH-1097]
  • Dockerless image builds: Waypoint can now build, tag, pull, and push
  • Docker images in unprivileged environments without a Docker daemon. [GH-970]
  • Cli: New waypoint fmt command will autoformat your waypoint.hcl files [GH-1037]
  • Config: timestamp function allows you to avail the current date and time in your Waypoint configuration. [GH-1255]
  • Ui: Add ability to create a project from the browser UI [GH-1220]
  • Ui: Add ability to configure a project's git settings from the browser UI [GH-1057]
  • Ui: Add ability to input a waypoint.hcl configuration from the browser UI [GH-1253]
  • IMPROVEMENTS:
  • Cli: Require confirmation before destroying all resources [GH-1232]
  • Cli: Can specify the number of deployments to prune for up and release. [GH-1230]
  • Cli: Support and render new documentation subfields [GH-1213]
  • Plugin/docker-pull: doesn't require Docker if no registry is configured and entrypoint injection is disabled [GH-1198]
  • Plugin/k8s: Add new probe configuration options [GH-1246]
  • Plugin/k8s: plugin will attempt in-cluster auth first if no kubeconfig file is specified [GH-1052] [GH-1103]
  • Server: Prune old deployments and jobs from server memory. This limits the number
  • Of deployments and jobs to 10,000. The data for the old entries is still stored on disk
  • But it is not indexed in memory, to allow data recovery should it be needed. [GH-1193]
  • BUG FIXES:
  • Core: default releasers initialize properly when they use HCL variables [GH-1254]
  • Cli: require at least one argument [GH-1188]
  • Plugin/aws/alb: clamp alb name per aws limits [GH-1225]
  • Ui: output failed build errors in logs [GH-1280]

New in Waypoint 0.2.4 (Mar 18, 2021)

  • IMPROVEMENTS:
  • Builtin/k8s: Include user defined labels on deploy pod [GH-1146]
  • Core: Update -from-project in waypoint init to handle local projects [GH-722]
  • Entrypoint: dump a memory profile to /tmp on SIGUSR1 [GH-1194]
  • BUG FIXES:
  • Entrypoint: fix URL service memory leak [GH-1200]
  • Builtin/k8s/release: Allow target_port to be int or string [GH-1154]
  • Builtin/k8s/release: Include name field for service port release [GH-1184]
  • Builtin/docker: Revert #918, ensure HostPort is randomly assigned between container deploys [GH-1189]

New in Waypoint 0.2.3 (Feb 24, 2021)

  • IMPROVEMENTS:
  • builtin/docker: Introduce resources map for configuring cpu, memory on deploy [GH-1116]
  • internal/server: More descriptive error for unknown application deploys [GH-973]
  • serverinstall/k8s: Include option to define storageClassName on install [GH-1126]
  • BUG FIXES:
  • builtin/docker: Fix host port mapping defined by service_port [GH-918]
  • builtin/k8s: Surface pod failures on deploy [GH-1110]
  • serverinstall/nomad: Set platform as nomad at end of Install [GH-1129]
  • builtin/aws-ecs: Fix nil check on optional logging block [GH-1120]

New in Waypoint 0.2.2 (Feb 18, 2021)

  • IMPROVEMENTS:
  • builtin/aws/ecs: Add config option for disabling the load balancer [GH-1082]
  • builtin/aws/ecs: Add awslog driver configuration [GH-1089]
  • builtin/docker: Add Binds, Labels and Networks config options for deploy [GH-1065]
  • builtin/k8s: Support multi-port application configs for deploy and release [GH-1092]
  • cli/main: Add -version flag for CLI version [GH-1049]
  • BUG FIXES:
  • bulitin/aws/ecs: Determine load balancer and target group for pre-existing listeners [GH-1085]
  • builtin/aws/ecs: fix listener deletion on deployment deletion [GH-1087]
  • builtin/k8s: Handle application config sync with K8s and Secrets [GH-1073]
  • cli/hostname: fix panic with no hostname arg specified [GH-1044]
  • core: Fix empty gitreftag response in config [GH-1047]

New in Waypoint 0.2.1 (Feb 2, 2021)

  • FEATURES:
  • Uninstall command for all server platforms:
  • Use server uninstall to remove the Waypoint server and artifacts from the
  • specified -platform for the active server installation. [GH-972]
  • Upgrade command for all server platforms:
  • Use server upgrade to upgrade the Waypoint server for the
  • specified -platform for the active server installation. [GH-976]
  • IMPROVEMENTS:
  • builtin/k8s: Allow for defined resource limits for pods [GH-1041]
  • cli: server run supports specifying a custom TLS certificate [GH-951]
  • cli: more informative error messages on install [GH-1004]
  • server: store platform where server is installed to in server config [GH-1000]
  • serverinstall/docker: Start waypoint server container if stopped on install [GH-1009]
  • serverinstall/k8s: Allow using k8s context [GH-1028]
  • BUG FIXES:
  • builtin/aws/ami: require []string for aws-ami filters to avoid panic [GH-1010]
  • cli: ctrl-c now interrupts server connection attempts [GH-989]
  • entrypoint: log disconnect messages will now only be emitted at the ERROR level if reconnection fails [GH-930]
  • server: don't block startup on URL service being unavailable [GH-950]
  • server: UpsertProject will not delete all application metadata [GH-1027]
  • server: increase timeout for hostname registration [GH-1040]
  • plugin/google-cloud-run: fix error on deploys about missing type [GH-955]

New in Waypoint 0.2.0 (Dec 21, 2020)

  • FEATURES:
  • Application config syncing with Kubernetes (ConfigMaps), Vault, Consul, and AWS SSM;
  • Automatically sync environment variable values with remote sources and restart your
  • application when those values change. [GH-810]
  • Access to Artifact, Deploy Metadata: registry and deploy configuration can use
  • artifact.* variable syntax to access metadata from the results of those stages.
  • The release configuration can use artifact.* and deploy.* to access metadata.
  • For example: image = artifact.image for Docker-based builds. [GH-757]
  • template Functions: templatefile, templatedir, and templatestring functions
  • allow you to template files, directories, and strings with the variables and functions
  • available to your Waypoint configuration.
  • path Variables: you can now use path.project, path.app, and path.pwd as
  • variables in your Waypoint file to specify paths as relative to the project (waypoint.hcl
  • file), app, or pwd of the CLI invocation.
  • Server snapshot/restore: you can now use the CLI or API to take and restore online
  • snapshots. Restoring snapshot data requires a server restart but the restore operation
  • can be staged online. [GH-870]
  • IMPROVEMENTS:
  • cli/logs: entrypoint logs can now be seen alongside app logs and are colored differently [GH-855]
  • contrib/serverinstall: Automate setup of kind+k8s with metallb [GH-845]
  • core: application config changes (i.e. waypoint config set) will now restart running applications [GH-791]
  • core: add more descriptive text to include app name in waypoint destroy [GH-807]
  • core: add better error messaging when prefix is missing from the -raw flag in waypoint config set [GH-815]
  • core: align -raw flag to behave like -json flag with waypoint config set [GH-828]
  • core: waypoint.hcl can be named waypoint.hcl.json and use JSON syntax [GH-867]
  • install: Update flags used on server install per-platform [GH-882]
  • install/k8s: support for OpenShift [GH-715]
  • internal/server: Block on instance deployment becoming available [GH-881]
  • plugin/aws-ecr: environment variables to be used instead of 'region' property for aws-ecr registry [GH-841]
  • plugin/google-cloud-run: allow images from Google Artifact Registry [GH-804]
  • plugin/google-cloud-run: added service account name field [GH-850]
  • server: APIs for Waypoint database snapshot/restore [GH-723]
  • website: many minor improvements were made in our plugin documentation section for this release
  • BUG FIXES:
  • core: force killed waypoint exec sessions won't leave the remote process running [GH-827]
  • core: waypoint exec with no TTY won't hang open until a ctrl-c [GH-830]
  • cli: server config-set doesn't require a Waypoint configuration file. [GH-819]
  • cli/token: fix issue where tokens could be cut off on narrow terminals [GH-885]
  • plugin/aws-ecs: task_role_name is optional [GH-824]