Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Releases: replicatedhq/ship

v0.5.0

21 May 16:41
bc84eea
Compare
Choose a tag to compare

Changelog

bc84eea Merge pull request #87 from dexhorthy/dex/ch9668/random
89a8c65 code review updates
64e4a79 code review updates
7013058 support for hidden+random as the poor mans "cmd"
781b5cb Kevinherro/ch9654/text and password fields cannot be empty (#86)
db06ff0 Merge pull request #85 from divolgin/divolgin/ch9089/template-message
0dd4e6b [ch9089] Template Message (adding tests)
7d141cf Kevinherro/ch9507/store last used yaml in ship (#84)
9101bea Merge pull request #81 from divolgin/divolgin/ch9089/template-message
3a9f87c [ch9089] Template Message
8f821e8 Merge pull request #83 from replicatedcom/laverya/ch9546/update-message-in-ship-cli
b8e0611 Change uiport from 8025 to 8800
25682e2 Merge pull request #82 from replicatedcom/laverya/ch9505/all-ship-files-should-be-written-to-installer
a7bd17f unconditionally prefix asset paths with 'installer'
97996b0 Kevinherro/check required on state change (#80)
245975a Merge pull request #78 from divolgin/8842
f1506a2 [ch8842] Ship onprem program should call shipRegisterInstall mutation right before exiting
8af6386 [ch8842] Ship onprem program should call shipRegisterInstall mutation right before exiting

Docker images

  • docker pull replicated/ship:alpha
  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.5
  • docker pull replicated/ship:0.5.0
  • docker pull replicated/ship:bc84eea3e63322f20fe89d58ad3fb8ad56f9c33c

v0.4.0

11 May 23:01
b766201
Compare
Choose a tag to compare

Changelog

b766201 Merge pull request #79 from dexhorthy/dex/chxxxx/cleanup
a68a26e clean up example app.yml so it works, gitignore some things
d64b9d0 Merge pull request #77 from divolgin/9109
b1444b6 [ch9109] API "save and continue" endpoint should save the state and take us to the next step in the lifecycle
b18c552 Merge pull request #76 from replicatedcom/laverya/ch9262/type-file-should-yield-contents-in-configoptiondata
220d7a4 backend support for file uploads
13b93f3 Merge pull request #75 from replicatedcom/fix-mock-fmt
9096710 make fmt; improve pre-commit git hook
b44c507 Merge pull request #74 from replicatedcom/kevinherro/check-required-on-state-change
efa33cf open up fail
1a81882 Merge pull request #72 from replicatedcom/put-appconfig
1911d88 Merge branch 'master' into put-appconfig
452eb96 Merge pull request #70 from divolgin/9280
1392c0e [ch9280] API /UI should return a specific phase for "generating assets" during a render - adding debug logging
30a64ff [ch9280] API /UI should return a specific phase for "generating assets" during a render - fixing tests
9c3573a [ch9280] API /UI should return a specific phase for "generating assets" during a render
007f17b fixup imports and remove orphaned comment
8973035 Put app config resolve
65a73a3 Merge pull request #71 from dexhorthy/dex/chxxxx/ship-ep
ad4d61d add placeholder endpoint for finalize
98b1080 Merge pull request #68 from replicatedcom/laverya/template-function-chaining
43d9924 improved tests, fixed function not defined logging
b6b3087 Merge pull request #69 from dexhorthy/dex/ch8977/ship-studio-hax
6537551 add suffix this
3d597b0 add channel name and icon to studio options, studio always allowed
ed00a15 add tests for configValuesMapResolver
fb3777a added tests for ParseConfigGroup, split api config render function

Docker images

  • docker pull replicated/ship:alpha
  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.4
  • docker pull replicated/ship:0.4.0
  • docker pull replicated/ship:b76620148c2ffcce054f39434f600cf586fde616

v0.3.0

10 May 21:18
b327855
Compare
Choose a tag to compare

Changelog

b327855 Merge pull request #66 from divolgin/9281
34b2131 Merge pull request #67 from dexhorthy/dex/ch9303/goreleaser-tags
9b3e812 [ch9281] Leave Daemon running, render "done" in the UI
f32bb95 fix build tags
1d25454 Merge pull request #65 from dexhorthy/dex/ch9303/goreleaser-tags
497fe07 yoonit+tags is weird, skipping for now
8662567 Merge pull request #64 from dexhorthy/dex/ch9303/goreleaser-tags
5b2f778 fix tag filtering
d5c0e4a Merge pull request #62 from dexhorthy/dex/ch9303/goreleaser-tags
e2dafb7 Merge pull request #63 from replicatedcom/laverya/template-function-chaining
2478a52 change from gob.encode to json.encode
60021ba add circle job to workflow
69705f0 Merge pull request #61 from dexhorthy/dex/ch9303/goreleaser-tags
84b8940 Merge pull request #58 from dexhorthy/dex/ch9003/no-prompts
7d6c137 goreleaser tags
d809675 Merge pull request #60 from replicatedcom/laverya/template-function-chaining
d749fa5 cleanup editable types list & depGraphFunc
4d90243 implemented dep resolution chain, input handling
eba5f2b dont prompt for customer id, we probably dont have a TTY
69e325c Merge pull request #57 from divolgin/9268
08080f0 [ch9268] ship crashes with bind: address already in use error
d0418af Merge pull request #56 from dexhorthy/dex/ch8978/endpoint-for-stuff
badad27 channel Icon in ship
79da12d refactor dep generation, no longer a part of config context generation
eb4039e clarify GetConfigForLiveRender
6076ab5 Merge branch 'master' into laverya/template-function-chaining
78beb85 only notify for master branch
4104be9 Merge pull request #53 from dexhorthy/dex/update-example
9bfcf33 cleanup dependency builder code
1f52acd NewConfigContext builds a config dependency graph
9ca2225 Merge pull request #54 from divolgin/9087
cf1158c Adding tests for new API calls [ch9088] and [ch9087]
1156d10 dep graph resolution code
ca477fd fixup deps, simplify 'built'
7019503 Merge branch 'master' into laverya/template-function-chaining
b34eab2 Merge pull request #51 from replicatedcom/kevinherro/config-api-test-cases
a6299ad update support bundle example
307f131 password tests
1f6d725 Merge pull request #52 from dexhorthy/dex/ch8884/customer-id-in-ctx
bee8c57 bring back context, rename to Install
77b8d63 Merge pull request #50 from dexhorthy/dex/fix-yoonit
7453606 more complex hidden password
1163606 [ch9087] Return current message when the UI queries
dafd8cb name change
cea2785 Merge pull request #49 from replicatedcom/9088.2
9298813 basic password
e25ea42 [ch9088] API proceeds to the next step on confirm
876ea7a one more
0d3a78d Merge pull request #48 from dexhorthy/dex/fix-yoonit
581dbbf trying again
9bf92e8 Merge pull request #47 from dexhorthy/dex/fix-yoonit
62d4126 try to fix yoonit builds on forks
db0787f A circular reference test case
edf4860 Fix test failure formatting (both JSONs should be indented)
b29e883 Add a test for chained config options and hidden fields
364e835 Merge pull request #44 from dexhorthy/dex/ch9086/ui-message
1dc8053 first steps toward messenger
805be80 Merge pull request #43 from replicatedcom/add-cli-tests
4adaf9c Add template and multi-option tests
3a01412 Merge pull request #42 from dexhorthy/nil-state
e061629 fix for nil state
c27e640 Merge pull request #41 from dexhorthy/dex/chinstallscript/ls
67dd2a5 update docker compose, skip prompt for plan while we move to UI LC
8edabd7 Merge pull request #40 from dexhorthy/dex/ch0xff/ui-lifecycle
f2c75a7 cleanup, rename, cycling, code review
a42d737 put Daemon inside a config.Resolver
bb05f91 Merge pull request #39 from marccampbell/cli-config-ctx
1260ff4 Support env in cli
cca1af5 Merge pull request #38 from marccampbell/cli-config-ctx
da45985 Add the config context render to the CLI
e6da21e Merge pull request #36 from dexhorthy/dex/chxxxx/ship-refdocs
1b2d2a5 Merge pull request #34 from replicatedcom/7453
dc8d32b [ch8869] Ship should support external private registries
8ac7ef7 Merge pull request #37 from dexhorthy/dex/ch8884/ship-customer-idcontext
db24a07 default mode, customer id in context
a4cea0e ship ref docs
407fe8f Merge pull request #35 from marccampbell/save-api
9843e0a Save state from the API
18b02c6 Merge pull request #30 from marccampbell/state
50fed3f State saving and loading
4471b3f Merge pull request #33 from marccampbell/api
c6308d1 Fix tests because we render when now
50b4caf Merge pull request #31 from dexhorthy/dex/chxxxx/ship-linting
456a9ac Return pending values in live handler
8f230f2 Merge pull request #32 from marccampbell/api
ff80ca1 Rendering live
663f336 add some extra mutations to make linting feasible
d34096f Merge pull request #29 from marccampbell/api
bb63497 Support for when on groups
66af92e Better logging
035ed2f Merge pull request #28 from marccampbell/api
4dec9f0 Avoid throwing errors on templates that use config funcs
dbb5e22 Merge pull request #27 from marccampbell/api
83cabbb Some vendoring
536c901 Merge pull request #26 from dexhorthy/dex/ship-intretraced-2
a9670f7 Serving the app config in JSON
4546f34 ship in retraced sends the docker images up
da9b607 Merge pull request #25 from marccampbell/api
3c624f2 Support for config items that have a when that reference other config items
24d6755 Merge pull request #24 from replicatedcom/gitignore-makefile-improvements
ea537dd added .idea and .vscode to gitignore, add .PHONY to makefile
aeb69f3 Merge pull request #23 from replicatedcom/7453
3b5cd74 [ch7453] Spec Support: private docker images
369b647 Merge pull request #21 from marccampbell/api
42e3fe8 Refactor tests to be a directory, not a file
02a7295 Template rendering working (static context only)
7f20954 Merge pull request #20 from dexhorthy/dex/ship-intretraced
b81cbd3 devtool for promoting releases from a file,
6cb841f Merge pull request #18 from marccampbell/console
59da8d0 f
e1334ff fix the build
56bce32 Work on the API
fdb10e1 Merge pull request #19 from dexhorthy/dex/fix-build
5b591e0 fix the build
2c3f019 Add a docker-compose to enable the console to run with ship
3c2c6f8 Merge pull request #17 from replicatedcom/7453
13cf6db [ch7453] Spec Support: private docker images
8f1dd6c Merge pull request #16 from replicatedcom/dex/chxxxx/wm
f71698f code review updates
a8f518d working through retraced stuff
c73a5a4 Merge pull request #14 from replicatedcom/dex/chxxxx/yoonit
33cfa5f change EP/CMD
a08b058 remove docker
2dbe90f add unit to circle
3db41fa Merge pull request #11 from dexhorthy/dex/ch7612/plan
de49d4f Refactor, plan
78b29d1 Merge pull request #10 from dexhorthy/dex/chxxxx/e2e
718a00f Merge pull request #12 from replicatedcom/laverya-typo
cc24ddf Repliacetd->Replicated
b63c2e3 first e2e ship test
cedcf18 Merge pull request #9 from dexhorthy/dex/ch7499/render-assets-build
3695262 a bunch more stuff
263302d add delims, change up templating a little, add build
5cd6b2b wip on build updates
2be4fea Merge pull request #8 from dexhorthy/dex/ch7620/ship-docs
aa451b1 initial setup for ship docs
f6416a6 Merge pull request #7 from dexhorthy/dex/ch7448/spec-selector-for-docker-run
b1dbd72 spec selector
b345751 Merge pull request #6 from dexhorthy/dex/ch7499/prompt-config
ec76350 big gross refactor
4fcceb6 prompt for config values
6241173 Merge pull request #5 from dexhorthy/dex/ch7499/fetch-specs
5211989 code review updates
cc2afbe fetch specs from gql
971bb0f Merge pull request #4 from dexhorthy/dex/ch7499/render-assets
0288437 initial config + templating
16d8d9a Merge pull request #2 from dexhorthy/panic
684a7d3 Merge pull request #3 from dexhorthy/master
61065d4 fix build maybe?
a444027 fix panic
899bd95 Merge pull request #1 from dexhorthy/mystuff
e60e98c code review feedback
ad9b45f remove unused errors
cb01e20 remove license
eebae82 initial commit?
2e14116 Initial commit

Docker images

  • docker pull replicated/ship:alpha
  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.3
  • docker pull replicated/ship:0.3.0
  • docker pull replicated/ship:b32785502ea6ed773afd3fc677d06a6dc6a4fbde

v0.1.0

10 May 20:49
b327855
Compare
Choose a tag to compare

Changelog

b327855 Merge pull request #66 from divolgin/9281
34b2131 Merge pull request #67 from dexhorthy/dex/ch9303/goreleaser-tags
9b3e812 [ch9281] Leave Daemon running, render "done" in the UI
f32bb95 fix build tags
1d25454 Merge pull request #65 from dexhorthy/dex/ch9303/goreleaser-tags
497fe07 yoonit+tags is weird, skipping for now
8662567 Merge pull request #64 from dexhorthy/dex/ch9303/goreleaser-tags
5b2f778 fix tag filtering
d5c0e4a Merge pull request #62 from dexhorthy/dex/ch9303/goreleaser-tags
e2dafb7 Merge pull request #63 from replicatedcom/laverya/template-function-chaining
2478a52 change from gob.encode to json.encode
60021ba add circle job to workflow
69705f0 Merge pull request #61 from dexhorthy/dex/ch9303/goreleaser-tags
84b8940 Merge pull request #58 from dexhorthy/dex/ch9003/no-prompts
7d6c137 goreleaser tags
d809675 Merge pull request #60 from replicatedcom/laverya/template-function-chaining
d749fa5 cleanup editable types list & depGraphFunc
4d90243 implemented dep resolution chain, input handling
eba5f2b dont prompt for customer id, we probably dont have a TTY
69e325c Merge pull request #57 from divolgin/9268
08080f0 [ch9268] ship crashes with bind: address already in use error
d0418af Merge pull request #56 from dexhorthy/dex/ch8978/endpoint-for-stuff
badad27 channel Icon in ship
79da12d refactor dep generation, no longer a part of config context generation
eb4039e clarify GetConfigForLiveRender
6076ab5 Merge branch 'master' into laverya/template-function-chaining
78beb85 only notify for master branch
4104be9 Merge pull request #53 from dexhorthy/dex/update-example
9bfcf33 cleanup dependency builder code
1f52acd NewConfigContext builds a config dependency graph
9ca2225 Merge pull request #54 from divolgin/9087
cf1158c Adding tests for new API calls [ch9088] and [ch9087]
1156d10 dep graph resolution code
ca477fd fixup deps, simplify 'built'
7019503 Merge branch 'master' into laverya/template-function-chaining
b34eab2 Merge pull request #51 from replicatedcom/kevinherro/config-api-test-cases
a6299ad update support bundle example
307f131 password tests
1f6d725 Merge pull request #52 from dexhorthy/dex/ch8884/customer-id-in-ctx
bee8c57 bring back context, rename to Install
77b8d63 Merge pull request #50 from dexhorthy/dex/fix-yoonit
7453606 more complex hidden password
1163606 [ch9087] Return current message when the UI queries
dafd8cb name change
cea2785 Merge pull request #49 from replicatedcom/9088.2
9298813 basic password
e25ea42 [ch9088] API proceeds to the next step on confirm
876ea7a one more
0d3a78d Merge pull request #48 from dexhorthy/dex/fix-yoonit
581dbbf trying again
9bf92e8 Merge pull request #47 from dexhorthy/dex/fix-yoonit
62d4126 try to fix yoonit builds on forks
db0787f A circular reference test case
edf4860 Fix test failure formatting (both JSONs should be indented)
b29e883 Add a test for chained config options and hidden fields
364e835 Merge pull request #44 from dexhorthy/dex/ch9086/ui-message
1dc8053 first steps toward messenger
805be80 Merge pull request #43 from replicatedcom/add-cli-tests
4adaf9c Add template and multi-option tests
3a01412 Merge pull request #42 from dexhorthy/nil-state
e061629 fix for nil state
c27e640 Merge pull request #41 from dexhorthy/dex/chinstallscript/ls
67dd2a5 update docker compose, skip prompt for plan while we move to UI LC
8edabd7 Merge pull request #40 from dexhorthy/dex/ch0xff/ui-lifecycle
f2c75a7 cleanup, rename, cycling, code review
a42d737 put Daemon inside a config.Resolver
bb05f91 Merge pull request #39 from marccampbell/cli-config-ctx
1260ff4 Support env in cli
cca1af5 Merge pull request #38 from marccampbell/cli-config-ctx
da45985 Add the config context render to the CLI
e6da21e Merge pull request #36 from dexhorthy/dex/chxxxx/ship-refdocs
1b2d2a5 Merge pull request #34 from replicatedcom/7453
dc8d32b [ch8869] Ship should support external private registries
8ac7ef7 Merge pull request #37 from dexhorthy/dex/ch8884/ship-customer-idcontext
db24a07 default mode, customer id in context
a4cea0e ship ref docs
407fe8f Merge pull request #35 from marccampbell/save-api
9843e0a Save state from the API
18b02c6 Merge pull request #30 from marccampbell/state
50fed3f State saving and loading
4471b3f Merge pull request #33 from marccampbell/api
c6308d1 Fix tests because we render when now
50b4caf Merge pull request #31 from dexhorthy/dex/chxxxx/ship-linting
456a9ac Return pending values in live handler
8f230f2 Merge pull request #32 from marccampbell/api
ff80ca1 Rendering live
663f336 add some extra mutations to make linting feasible
d34096f Merge pull request #29 from marccampbell/api
bb63497 Support for when on groups
66af92e Better logging
035ed2f Merge pull request #28 from marccampbell/api
4dec9f0 Avoid throwing errors on templates that use config funcs
dbb5e22 Merge pull request #27 from marccampbell/api
83cabbb Some vendoring
536c901 Merge pull request #26 from dexhorthy/dex/ship-intretraced-2
a9670f7 Serving the app config in JSON
4546f34 ship in retraced sends the docker images up
da9b607 Merge pull request #25 from marccampbell/api
3c624f2 Support for config items that have a when that reference other config items
24d6755 Merge pull request #24 from replicatedcom/gitignore-makefile-improvements
ea537dd added .idea and .vscode to gitignore, add .PHONY to makefile
aeb69f3 Merge pull request #23 from replicatedcom/7453
3b5cd74 [ch7453] Spec Support: private docker images
369b647 Merge pull request #21 from marccampbell/api
42e3fe8 Refactor tests to be a directory, not a file
02a7295 Template rendering working (static context only)
7f20954 Merge pull request #20 from dexhorthy/dex/ship-intretraced
b81cbd3 devtool for promoting releases from a file,
6cb841f Merge pull request #18 from marccampbell/console
59da8d0 f
e1334ff fix the build
56bce32 Work on the API
fdb10e1 Merge pull request #19 from dexhorthy/dex/fix-build
5b591e0 fix the build
2c3f019 Add a docker-compose to enable the console to run with ship
3c2c6f8 Merge pull request #17 from replicatedcom/7453
13cf6db [ch7453] Spec Support: private docker images
8f1dd6c Merge pull request #16 from replicatedcom/dex/chxxxx/wm
f71698f code review updates
a8f518d working through retraced stuff
c73a5a4 Merge pull request #14 from replicatedcom/dex/chxxxx/yoonit
33cfa5f change EP/CMD
a08b058 remove docker
2dbe90f add unit to circle
3db41fa Merge pull request #11 from dexhorthy/dex/ch7612/plan
de49d4f Refactor, plan
78b29d1 Merge pull request #10 from dexhorthy/dex/chxxxx/e2e
718a00f Merge pull request #12 from replicatedcom/laverya-typo
cc24ddf Repliacetd->Replicated
b63c2e3 first e2e ship test
cedcf18 Merge pull request #9 from dexhorthy/dex/ch7499/render-assets-build
3695262 a bunch more stuff
263302d add delims, change up templating a little, add build
5cd6b2b wip on build updates
2be4fea Merge pull request #8 from dexhorthy/dex/ch7620/ship-docs
aa451b1 initial setup for ship docs
f6416a6 Merge pull request #7 from dexhorthy/dex/ch7448/spec-selector-for-docker-run
b1dbd72 spec selector
b345751 Merge pull request #6 from dexhorthy/dex/ch7499/prompt-config
ec76350 big gross refactor
4fcceb6 prompt for config values
6241173 Merge pull request #5 from dexhorthy/dex/ch7499/fetch-specs
5211989 code review updates
cc2afbe fetch specs from gql
971bb0f Merge pull request #4 from dexhorthy/dex/ch7499/render-assets
0288437 initial config + templating
16d8d9a Merge pull request #2 from dexhorthy/panic
684a7d3 Merge pull request #3 from dexhorthy/master
61065d4 fix build maybe?
a444027 fix panic
899bd95 Merge pull request #1 from dexhorthy/mystuff
e60e98c code review feedback
ad9b45f remove unused errors
cb01e20 remove license
eebae82 initial commit?
2e14116 Initial commit

Docker images

  • docker pull replicated/ship:alpha
  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.1
  • docker pull replicated/ship:0.1.0
  • docker pull replicated/ship:b32785502ea6ed773afd3fc677d06a6dc6a4fbde