hashicorp / nomad-pack

Mozilla Public License 2.0
395 stars 51 forks source link

Nomad Pack 0.1 (meta issue) #308

Open mikenomitch opened 1 year ago

mikenomitch commented 1 year ago

This is a meta issue for capturing the various things we want to do for the "beta" Pack release.

The contents of this are subject to change as we get further along:

Quality of Life Improvements:

Structural Changes:

Bug Fixes/QOL:

Outside of the Repo:

attachmentgenie commented 1 year ago

@mikenomitch i would like to make a case for #153 and #266. These tickets describe IMHO reasonably annoying behavior that cause nomad-pack to behave different from vanilla nomad

betterthanbreakfast commented 1 year ago

@mikenomitch fyi, looks like nomad-openapi v0.0.0-20221012231901-fc8faf7e8906 is broken, it throughs an error with nomad version 1.5.0 prior to 1.5.2:

! Failed To Parse Job Specification

        Error:   Post "https://example.com/v1/jobs/parse": remote error: tls: handshake failure
        Type:    *v1.APIError

I've tried to manually update nomad-openapi library from c88966d commit, and it works fine.

Moreover, #307 is also related to this issue and got fixed after update.

david-yu commented 3 months ago

@angrycub Should we close this as well?