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

Releases: replicatedhq/ship

v0.22.0

02 Nov 22:36
81c7d1d
Compare
Choose a tag to compare

Relevant Pull Requests

Fix broken Kustomize patch creation for multi-doc yaml files: #668
Homebrew improvements: #670, #676, #679
Show warning alert when navigating away from unsaved patch: #669
Move Continue button to bottom of config page: #671
Fix Kustomize document sorting: #677
Update the Helm and Kustomize intro step images and content: #675
Fix running kubectl apply step when the render root is not installer: #678
Support kind: List Kubernetes documents in ship init: #672

Changelog

81c7d1d Yarn cleanup (#679)
a37e810 Support k8s list for init (#672)
597f4be add build-minimal target and env options to enable git-free builds for homebrew (#676)
876c989 Merge pull request #678 from laverya/use-render-root-not-static-root-in-kubectl
ede79e0 use the dynamic render root for the kubectl apply step
214c3ee Merge pull request #675 from 10Dimensional/master
ffc840e Fixed spritesheet, updated copy, bumped init component
ae318d4 Removed unnecessary viper in helmintro.go
05c8620 Added intro test back to cypress spec
cd27289 Added check for update vs init flow in UI
003e5b8 Updated kustomize intro page
683e4c9 Updated helm intro content, added intro step back to default lifecycle
2289fb6 Merge pull request #677 from laverya/kustomize-sorting-updates
db50828 use a fork of kustomize that fixes gvk sorting
d14ee65 Merge pull request #674 from laverya/use-prod-apis-for-integration-tests
aca0f5b added comments and todo
5bc6745 just disable the whole 'automatically create release' thing
3877dac include customerID for integration test tests
b06b497 use prod by default, allow changing upstreams and IDs
7eeceda Merge pull request #671 from jgruica/master
557e156 removing continue to next step from top
d441e25 Merge pull request #669 from jgruica/master
b8abd13 Merge branch 'master' into master
c817b59 minor homebrew changes suggested by brew audit (#670)
c08413e Merge pull request #668 from 10Dimensional/master
bb5b6ea warn if navigating away from unsaved patch
4b59845 Use correct shade of blue for config sidebar
4540543 safeload multiple yaml docs

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.22
  • docker pull replicated/ship:0.22.0

v0.21.0

26 Oct 22:24
40bb43b
Compare
Choose a tag to compare

Relevant Pull Requests

Test suite improvements: #657
Fix a nil pointer panic when walking local FS with --set-github-contents: #658
Add parameter --terraform-exec-path to allow for setting the path to terraform executable: #659
Fix a bug in terraform where render.root was not respected: #660
Add flag --terraform-apply-yes for usage with ship in --headless mode: #660
Helm charts that depend on parent folders within the source repository are now supported: #664
Add support for ship init file::./ship.yaml: #665
Github blob urls now work as upstreams when passing the --prefer-git flag: #666
Store state from terraform in ship state.json: #661
Fixed typing bug on app settings page fields: #667

Changelog

40bb43b Merge pull request #667 from 10Dimensional/master
8f80603 debounce triggerChange method on ConfigRender to handle quick typing in settings fields
a59a191 store terraform state (#661)
4a74a86 Merge pull request #666 from laverya/github-single-file-with-gogetter
fd2b7eb Merge remote-tracking branch 'origin/master' into github-single-file-with-gogetter
6af1290 Merge pull request #665 from dexhorthy/apptype
b2b9553 use same single file logic for go-getter
290cfac add integration test
9f447ce Update integration/init/just-ship-yaml/metadata.yaml
ab4ed9e App type stuff
87ff2c8 Merge pull request #664 from laverya/helm-parent-dir-directory-support
67a31b5 hacky special case for single file k8s
b21b23c Merge remote-tracking branch 'origin/master' into helm-parent-dir-directory-support
cd68d4e add init integration tests for istio helm chart
b148c40 Merge pull request #662 from dexhorthy/kustomizeIntroType
14ec951 Merge pull request #663 from dexhorthy/skip-tf-online
0a806f8 temporarily skip online terraform tests
63a21a3 add kustomize intro to schema
ff7fc88 fix istio, break single file k8s
b886a28 save the entire repo
75910c9 Merge pull request #660 from dexhorthy/terraform-render-root
fe3ad69 flag to apply terraform in headless mode
dd1ce73 dont map falsey items.
68ded73 use render root in terraform steps
87faaab Merge pull request #659 from dexhorthy/param-terraform-path
c533bcb allow parameter for setting the path to terraform
a318754 Merge pull request #658 from dexhorthy/nil
c80d086 👍
f702c06 fix nil pointer panic
9efdca6 Merge pull request #657 from laverya/add-ineffassign-to-test-suite
9a9245d fix the ineffectual assignments the test discovered
fe1c83d add ineffassign check to make test

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.21
  • docker pull replicated/ship:0.21.0

v0.20.0

22 Oct 23:44
ec7bec1
Compare
Choose a tag to compare

Relevant Pull Requests

Updated terraform-aws-eks module to 1.7.0: #651
Added a --no-outro flag to optionally remove the outro step from the ship lifecycle: #653
Add field in helmValues step to change releaseName: #650
Add --set-github-contents flag for overriding github assets during local development of a ship.yaml: #654

Changelog

ec7bec1 Merge pull request #654 from dexhorthy/wip-setgithub
8de73ca fix tests
ef9ca11 mechanism for setting github contents during local dev
9bda6b1 Update e2e for updated init lifecycle (#655)
8cc0a68 Add field in helmValues step to change releaseName (#650)
4d3930c Merge pull request #653 from 10Dimensional/master
09fe157 TEMP, removed intro step
c5e1b12 Set NoOutro field on resolver instead of using Viper method
b8b5254 Merge pull request #651 from laverya/update-aws-eks-terraform-module-version
3a2ba1f Added no-outro flag for optional confirm step
7050cce update terraform-aws-eks to 1.7.0

v0.19.0

18 Oct 21:05
bebf32f
Compare
Choose a tag to compare

Relevant Pull Requests

Multidoc yaml files are better supported in kustomize: #649
Create new resource with Kustomize via UI, bump ship ui version: #648

Changelog

bebf32f Merge pull request #648 from 10Dimensional/master
42d14fe Merge pull request #649 from laverya/split-multidoc-k8s-yamls
f667c18 added additional tests, improved single doc behavior
e112b53 Create resource from UI
585776d split multidoc k8s yaml into individual files
63e49a0 Bump

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.19
  • docker pull replicated/ship:0.19.0

v0.18.0

18 Oct 00:15
63b5251
Compare
Choose a tag to compare

Relevant Pull Requests

Improved API support for deleting resources: #639, #641
Updated the ship init UI flow to handle adding new Kubernetes resources in Kustomize: #641
Patch more helm charts to not produce output that Kustomize will not accept: #643
Include .yml files in Kustomize: #645
Fix a bug that would cause ship watch to crash on the second loop: #647

Changelog

63b5251 Allow ship to be pointed to git file paths (#646)
a5119f8 Merge pull request #647 from marccampbell/remove-watch-dir
67e6e98 Use afero
fba248f Remove watch dir after checking content sha
47da209 Merge pull request #645 from laverya/yml-files-are-still-yaml
669e429 goimports formatting updates
58c1c59 .yml is also an extension of yaml files
16c4030 Merge pull request #643 from laverya/further-improvements-to-helm-template-mangling
848d2a0 add check for 'value: null'
050c250 add 'volumes' check
60d7680 Fix delete resources (#642)
3d76af9 Merge pull request #641 from 10Dimensional/feature/add-resource
20ec4f5 Create, save, and delete new resources
324c060 Only show overlay (without diff button) if file isResource
114bbfb Merge pull request #639 from dexhorthy/add-resource-fix
2da9613 rename function, defensive error handling
094d11f add endpoint to delete resource
ecb38c6 adding support for resources return dir

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.18
  • docker pull replicated/ship:0.18.0

v0.17.1

12 Oct 00:24
96a0fc2
Compare
Choose a tag to compare

Changelog

96a0fc2 Merge pull request #638 from laverya/change-state.json-metadata-to-struct
2c946a7 metadata should be a struct not a map[string]string

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.17
  • docker pull replicated/ship:0.17.1

v0.17.0

11 Oct 21:10
c38a4f7
Compare
Choose a tag to compare

Relevant Pull Requests

Bugfixes, refactors and CI improvements: #623, #624, #625, #627, #632
Always pass a history prop to routing in Ship Init component: #626
Fix bug in RootFS where a render root of "./" was treated differently than ".", improve caller field when logging: 8370a2d
Fixed bug where Helm templates would be made in the pod namespace when running within a Kubernetes pod: #631
Update Kustomize code to use new PatchesStrategicMerge key: #630
Add support for reading additional Kustomize resources from state.json: #633
Load resources from state into UI tree: #634
Add API support for saving non-patch files like resources: #635
Patch a number of Helm charts at runtime to not produce output that Kustomize will not accept: #636
Update overlay/patch terminology in kustomize steps: #637

Changelog

c38a4f7 Merge pull request #637 from dexhorthy/overlay-copy
e0bc575 Merge pull request #636 from laverya/laverya/fix-nil-kustomize-errors
8ec6b6b add 'value' check, minor code refactor
557e810 more copy
051598e rework copy on kustomize screens to be more accurate
3e48e3c a minor codeclimate fixup
ef28467 compile regexes once
bf1f373 Merge pull request #635 from dexhorthy/saveFile-notpatch
bdb44bd fix empty 'env' and 'args' entries in generated helm yaml
58557ee add support for saving non-patch files like resources
906244f Merge pull request #634 from dexhorthy/kustomize-loadtree-fromstate
abf719b default to isPatch
f9460fd remove network calls in unit tests
ed45575 load resources from state into UI tree
3cf6cd3 Merge pull request #633 from dexhorthy/kustomize-add-2
28c09e7 read resources from state, write to overlay & kustomization.yaml
609d983 Merge pull request #632 from dexhorthy/kustomize-add
e2de4d0 refactor daemonKustomizer to delegate to other kustomizer
a607b26 Update Kustomize code to use new PatchesStrategicMerge key (#630)
f0f37ef Merge pull request #631 from laverya/use-default-namespace-by-default-not-current-pod-namespace
20b2281 refactor addArgIfNotPresent function
1b86996 if no namespace specified in helm opts use 'default'
8370a2d fix bug in basePathFs, better logging
a5b5738 Add some small improvements to E2E/deploy (#627)
fc9f405 Always pass a history prop to routing in Ship Init component (#626)
24896aa Updates to init component build process (#625)
54d4014 Pull publish module in ship init deploy step using npx (#624)
02f6401 Update CI build process with additional steps/caching (#623)
6f33048 Merge pull request #621 from laverya/update-install-instructions-for-v0.16.0
c442cc4 updated install instructions to use v0.16.0, added brew

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.17
  • docker pull replicated/ship:0.17.0

v0.16.0

03 Oct 20:49
1dc2578
Compare
Choose a tag to compare

Relevant Pull Requests

Numerous bugfixes, code cleanups and CI improvements: #554, #569, #570, #580, #584, #587, #589, #591, #593, #597, #599, #602, #611, #614, #613, #618, #619, #620
Add azure_aks asset type: #556
Allow Ship app to accept apiEndpoint as a prop: #557
Include more metadata in ship state: #561
Refactor web/ into an exported component and React app: #560, #564, #567
Ensure upstream is included in ship state when running ship init replicated.app/...: #563
ship init replicated.app/... and ship app now persist ship.yaml content SHA to the ship state: #566
ship watch for replicated.app/... applications use ship.yaml content SHAs. ship watch && ship update now works with these apps: #568
By default, ship init now runs the equivalent of kustomize build during execution. Instructions have been updated to suggest a kubectl apply instead of the previous kustomize build ... | kubectl apply -f - command: #570
Namespaced ship-init UI CSS: #571, #574, #591
Added support for storing state in secret in ship init flow: #573
Ship can now be installed on a mac using homebrew: #575
Updated index.scss, made #ship-init-component span the height of the viewport: #577
Reset completed lifecycle steps when running ship update --headed: #581
Add basePath prop to Ship init component: #582
Update ship init to print the command usage when upstream is absent: #585
Add --prefer-git flag to use git instead of the github http api: #586
Remove react-autobind: #588
Add a daemonless implementation of kubectl: #590
Externalize monaco-editor dependency in Ship Init component: #592
Added a box-sizing: border-box prop to the .container CSS class: #594
Improve developer experience/documentation of Ship init component: #595
Update Ship Init initial step redirect to use History API if provided: #598
Add flag for uploading asset results to S3: #601, #605, #608, #609
Add applicationType and releaseNotes to metadata: #603
Add onCompletion callback for Ship Init component: #604
Bump version of ship-init to 1.3.0: #606
Update schema for linter and docs: #607, #610
Add support for proxied docker images hosted from console.replicated.com: #612
Update Helm to v2.11.0: #615
Update Kustomize to v1.0.8: #615
Update K8s dependencies to v1.11.3: #615
Update cobra, viper and pflag constraints: #615
Polished the ship app flow: #616, #617

Changelog

1dc2578 Merge pull request #620 from dexhorthy/stack-log
acbfd01 Merge pull request #619 from laverya/ineffassign-fixes
0427033 fix places where we drop err
e2c5e78 log a stack trace on a failed completestep
2a5916c Merge pull request #618 from laverya/fix-deploy-step
e0acb32 Merge pull request #617 from 10Dimensional/master
3534abe make 'deploy' more like 'deploy_unstable'
05cd963 Wow
537eda8 Merge pull request #616 from 10Dimensional/master
111a5f8 Updated snapshots
c13455d Merge branch 'master' of https://github.com/replicatedhq/ship
d53d2ad Polished ship app flow
a90739c Update Kustomize, Helm, and k8s dependencies (#615)
2bc5b07 Update skipKustomize function to be more reliable (#613)
9bfb876 Merge pull request #614 from dexhorthy/faster-e2e
1e814fd trying to speed up e2e
66c8d7b Merge pull request #612 from dexhorthy/fallback-app-slug
27628b0 support for fallback app slug for use with console
77b2e40 Merge pull request #611 from 10Dimensional/master
941727c Move modal CSS into global scope, scope needed utilities to modal
7ccc403 Merge pull request #610 from areed/fix-kubectl-apply
e0e3296 fix links to kubectApply doc
12ce4bd Merge pull request #607 from areed/update-docs
a2afe84 update docs
3803b31 Merge pull request #609 from laverya/set-http-upload-content-length
efaf512 set content length to avoid transfer-encoding header not supported by s3
0165b97 Merge pull request #608 from laverya/improve-http-upload-error-messaging
09f7f29 Improve the error messaging for failed uploads by including the body
7fdeddd Bump version of ship-init to 1.3.0 (#606)
be3f0d0 Merge pull request #605 from laverya/ensure-uploads-are-targz
8dc7a52 Use the targz archiver in the asset uploader code
2e1cbad Add onCompletion callback for Ship Init component (#604)
558b23e Add applicationType and releaseNotes to state metadata (#603)
81e6824 Merge pull request #602 from laverya/fix-error-handling
2377a87 return error instead of doing nothing
b686158 Merge pull request #601 from dexhorthy/ship-upload-s3
f8efac8 add flag for uploading asset results to s3
5ba667a Fix requirement not met step not being present in route find (#599)
1ff55fa Update Ship Init initial step redirect to use provided history API (#598)
2c85e84 Workaround in UI for kustomize navcycle issue in #596 (#597)
0a352f0 Improve developer experience/documentation of Ship init component (#595)
639ba3c Merge pull request #594 from 10Dimensional/master
985c179 Added box-sizing: border-box to container css class
68118ad Add fixes for store persistence and routing in init component (#593)
9d167d5 Bump version
71ddc89 Cleanup
9ce3042 Whoops
2d58b1a Integration fixes with @10Dimensional
12ce11f Cleanup of base component
1cd495b Removed * style from base.scss, prepended basePath to routes
a46d035 Externalize monaco-editor dependency in Ship Init component (#592)
3077ae1 Add a daemonless implementation of kubectl (#590)
a18117d Merge pull request #591 from 10Dimensional/fix/routing
5319b10 Addressed feedback
13fa373 Fixed routing for external ship init flow, re-scoped CSS to #ship-init-component
f52588c Fix production init builds waiting for webpack dashboard port allocation (#589)
840226e Merge pull request #588 from GraysonNull/remove-autobind
2e4de5e new yarn lock
fbdd14e remove relic imports of autobind
ccdd31c fix some dependecies
b01c7a1 arrow functions for async methods
4b7dc61 remove autobind and use arrow functions
9aac2c7 Fix terraform message streaming (#587)
431e2bd Merge pull request #586 from marccampbell/prefer-git
b9000db Merge pull request #585 from dexhorthy/empty-init
c7ac5e6 prefer git flag
bcd1df8 print help/usage on empty upstream
cc542ed Address config screen error (#584)
534fa9d Add .npmignore file to component to override .gitignore default
02b9df0 Add basePath prop to Ship init component (#582)
75a0871 reset lifecycle (#581)
db2d218 Merge pull request #580 from dexhorthy/panic-state
fc77340 Fix incorrect publish of ship-init module (#578)
cf15366 typo
1a5aaa5 fix panic in state check (resolves #579)
bda5bb6 Properly bind getNavItems function to context (#576)
a10a966 Merge pull request #577 from 10Dimensional/master
475726d Add flex:1 to #ship-init-component
18cef02 Merge pull request #575 from emosbaugh/homebrew
bfe181c Homebrew formula
18b7f44 Merge pull request #574 from replicatedhq/fix/scoped-styles
c2ba979 Merge pull request #573 from marccampbell/init-secret
e2c74a3 default to file
4ffd33d Support for storing state in a secret in ship init
332b81a Merge pull request #571 from 10Dimensional/fix/scoped-styles
f042ed5 bump
1a2df1a Scope body, reset to ship-init class, scope all other css to #ship-init-component
3aa19e9 Merge pull request #570 from dexhorthy/kustomize-build
e59c37e update schema/docs
7e1858e code review updates
18e88f3 fixing test
479f52b Initial commit of styles fix
5cf3ca5 Add kustomize build functionality, build by default
9596c32 Improve build time of make build command (#569)
bd7b53e Merge pull request #568 from dexhorthy/watch-sha
e911aa3 watch computes content sha
e08716f Update multiple workspace paths in deployment (#567)
5b90daa Adds deploy step for Ship Init component (#564)
47465fa Merge pull request #566 from dexhorthy/serialize-contentsha
bbca62e persist content sha to state
2da7f69 Merge pull request #563 from dexhorthy/serialize-upstream
8cc47ac Fix pathing of deployment workspace load
74975ab serialize requested upstream as well
ca03dfd Refactor web/ into exported component and React app (#560)
561350a Serialize metadata to state (#561)
4fcbfbf Allow Ship app to accept apiEndpoint as a prop (#557)
c28f5d1 Merge pull request #556 from areed/azure-kubernetes-service
259d108 Azure AKS asset renders terraform
45a23f5 Merge pull request #554 from laverya/code-cleanups
1b5c8ea general code cleanups
a9d7013 Merge pull request #553 from laverya/add-go-report-card
0022b4d add the number of stars
821c99f add a Go Report Card badge - currently A+
f219e9c Merge pull request #552 from laverya/update-to-ship-0.15.0
57868da update readme to refer to 0.15.0 downloads

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.16
  • docker pull replicated/ship:0.16.0

v0.15.0

07 Sep 01:08
2200e0d
Compare
Choose a tag to compare

Relevant Pull Requests

#521: Updated the ship-flow.png
#522, #526, #537, #543, #532, #544: Improved testing
#528: Fix an issue with the kustomize page
#512: Fix skipping of kustomize lifecycle step
#530: Return actions from steps unless in progress
#534: amazon_eks asset parameters can now be templated
#536: Fix logic for --rm-dest-asset and no longer remove . or ./
#538: Update overlay editor to show diff of unsaved patches
#540: Remove prompt when running ship update --headed
#542: Allow skipping of kustomize lifecycle step while viewing files
#546: Retry fetching upstream after failure
#548: Fix chart logo flash on intro step
#550: File modes are respected as part of github assets
#551: Subdirectories of GitHub repositories assets can now be placed directly within a destination directory using the github asset

Changelog

2200e0d Merge pull request #551 from laverya/add-filepath-trim-option-to-github-asset
c185e4d add an integration test for the github asset strip_path param
687999c allow stripping subdirectories from github assets
fe5db0b fix test output expected-actual ordering
cc6f0fb Merge pull request #550 from laverya/use-provided-os-filemode-github-asset
bbfc3ff add 'mode' to github asset schema
fff1c8a If the mode provided is not 0, use it for github assets
ca1af71 Fix chart logo flash on intro step (#548)
c131cb5 Merge pull request #547 from laverya/update-automatic-docs-generation
0b67761 updated docs generation
86ceee0 Retry fetching upstream (#546)
e64c536 Revert change to ci-embed-ui make command Removes building UI from ci-embed-ui Make command
9541c58 Merge pull request #544 from laverya/change-eks-template-variable-type
f4679cb eks-template expects all variables to be strings now
5dfcba1 Add E2E testing for ship init command (#532)
bc60cd4 Merge pull request #543 from laverya/fix-integration-test-image
ae91048 Merge pull request #542 from GraysonNull/fix-539
215099d fix integration test image and ensure it passes before deploying it
4b1f344 fix typo in css
20cb016 allowing skipping after clicking to view files in overlay tree
db2bcfd Merge pull request #541 from laverya/kustomize-linting-requirements-update
fb3e056 integration test should use go 1.10.4 not 1.10.3
25407dd Merge remote-tracking branch 'origin/master' into kustomize-linting-requirements-update
57555af Open UI when headed flag is passed to update (#540)
82c86d1 kustomize requires base_path and dest
4e0aa5a Update overlay editor to show diff of unsaved patches (#538)
4d6c995 Merge pull request #537 from dexhorthy/gogetter
770b4b4 include git in integrationtest container
3234f4b Change logic for rm-dest-asset (#536)
9bde586 Merge pull request #535 from laverya/docs-typo-fix
5b7fa8b docs typo fix
338ec31 Merge pull request #534 from laverya/template-amazon-eks-asset
60ed79d simplify error handling with hashicorp go-multierror
8e6b0df update amazon-eks-template init_app test to include template functions
26c3919 add templating for the amazon_eks asset
f28ee03 Return actions from steps unless in progress (#530)
433a8a9 Merge pull request #529 from marccampbell/docs
35b3da7 Small README update
6a5779c Fix skipping of kustomize step (#512)
5b94dda Default fileToView (#528)
dd1708e Merge pull request #524 from grantmiller/master
20c7284 Merge pull request #526 from laverya/add-github-asset-noslash-test
ebb0275 expand integration test for the github asset
a708267 Merge pull request #525 from laverya/cc-test-check-fixes
7a9d7bf I missed a $
fef1dfe fix kustomize link
d0a58cc Merge pull request #1 from replicatedhq/master
7f083e3 Merge pull request #519 from grantmiller/master
ea75d57 Merge pull request #523 from laverya/makefile-fixes
c14677f only run ci-upload-coverage if CC_TEST_REPORTER_ID exists
1578ddf update path to generated ship docs
f4ecb64 One more newline in the CI/CD section
9299ed8 Merge pull request #522 from replicatedhq/patch-integration-build-1
52cf4c9 Update config.yml
a12125c Merge pull request #521 from 10Dimensional/master
4e59bdd change feature copy
09a0ce0 x
dd6b9f1 yml to yaml
d25a2c2 Updated flow image
0013824 1 sentence per line, typo fix
6f3e581 project description and overview
8ba2eff Merge pull request #518 from laverya/update-codeclimate-badges
13ddd2e update codeclimate badges to refer to opensource repo
b94c437 Merge pull request #515 from marccampbell/circle-deploy-fork
5ee1cd1 Do not log in on forks

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.15
  • docker pull replicated/ship:0.15.0

v0.14.0

29 Aug 17:54
d12fe4c
Compare
Choose a tag to compare

Changelog

d12fe4c Fix minor typos in CI/CD Integration section (#514)
5c7fb10 Typo in image path (#513)
6bf7afa Show watch, remove outdated example (#511)
018b8a5 Readme edits (#510)
a48fd7c Merge pull request #509 from laverya/ship-init-github-without-git-installed
ebbfd0e Merge remote-tracking branch 'origin/master' into ship-init-github-without-git-installed
24816ad added back the github client removed in #479
0744241 Merge pull request #508 from GraysonNull/fe-error-handling
e03b6d4 Merge pull request #507 from dexhorthy/docs
8ca854b add kustomize description and example
b9c204d handle super long errors with fallback check logs message, add icons for error/success
e922e00 Merge pull request #506 from laverya/remove-helm-fetch-cli-support
9dd4f2e remove ship init helm ref support
cbc8074 Merge pull request #504 from laverya/ship-update-remove-dest-fix
5ff4679 make it not a flag since it should never be disabled
ad309cc Merge remote-tracking branch 'origin/master' into ship-update-remove-dest-fix
c4f70a1 take the simple solution and add the same flag to update
a47ff74 Nil check in state (#501)
888ae40 Merge pull request #497 from marccampbell/remove-not-a-secrte
bb36611 Move initialization of render and terraform to FE (#495)
92be171 Merge pull request #499 from replicatedhq/license-copyright
cd2e8ee Add "Copyright 2018 Replicated, Inc." to license
84d83cc Merge branch 'master' into remove-not-a-secrte
bd01333 Merge pull request #493 from marccampbell/apache-2
7b26471 Remove this extra debug code
e0cdd07 Merge branch 'master' into apache-2
2266907 Merge pull request #494 from laverya/ship-init-should-work-with-plain-github-urls
037a64e Merge branch 'master' into ship-init-should-work-with-plain-github-urls
da73eb8 Merge pull request #483 from marccampbell/indent-state-secret
f21543e Merge branch 'master' into ship-init-should-work-with-plain-github-urls
61ca90e json MarshalIndent when saving as a secret to match the file marshal
5dc5148 Add Apache 2 license
c79ad3a parse a wider variety of github urls for go-getter
5e911de Merge pull request #492 from laverya/ship-update-stable-content-sha
2c0305e add a 'root git directory' integration test
984d776 remove dead code - 'err' not updated since previous check
e10a4fd remove .git directory if present in go-getter files
c7ebb4c Fix noconfigrenderer (#488)
861758b Merge pull request #481 from dexhorthy/452-no-dotbak
401c786 address code review, wrap up example implementation for rm-asset-dest
edf48b6 Don't back up existing directories, just bail
efb845c Merge pull request #475 from emosbaugh/435-gke-asset
9fecd51 GKE asset
1b6e2d7 Merge pull request #479 from laverya/use-hashicorp-gogetter
5509af6 remove now-unused and redundant githubclient
c0bab57 add integration test for ship init at a github ref
3275943 'ship init' uses hashicorp go-getter
6f3dd93 Merge pull request #474 from divolgin/473
4caedd5 Helm values in ship init should show comments (#473)
44e24a4 Merge pull request #471 from dexhorthy/446-build-better-builder-builder
7296979 better builder
ed78178 Merge pull request #464 from divolgin/chart-merging
c4f546e helm values not applied on ship update. Closes #370
f06bce8 Merge pull request #469 from dexhorthy/451-helm-values
118e4a1 fix comment
e0e5de7 Validate helm values YAML on save
4ea3a89 Merge pull request #468 from dexhorthy/suppress-helm-output
71280c5 suppress cobra output
a215fa5 Merge pull request #467 from GraysonNull/master
afbc77e update title as well
fb96ef0 update text on kustomize empty step
6699948 Merge pull request #466 from GraysonNull/unmounted-warning
bac769e fix line height for code blocks in markdown messages
1fdb7df make sure setState isn't called if save & continue is clicked to go to next state causing a warning
48d820a Merge pull request #459 from dexhorthy/ship-init-app
5b2aeeb code review updates
87e1228 Update filepath handling in render/helm to support ship init replicated.app
9f0dd0e Merge pull request #462 from dexhorthy/in-container
b8fdcac Merge branch 'master' into in-container
da1d5dd Modify delete overlay logic (#463)
f1437a1 set browser no-open in container
21b6f29 Fix for nil in modifyField (#461)
a73b77f Add PushMessageStep to StatusReceiver (#458)
eb69221 Merge pull request #457 from dexhorthy/fix-version-init
4fa82bd Merge branch 'master' into fix-version-init
8ce4a34 Merge pull request #454 from replicatedhq/dexhorthy-patch-1
c66224e I cant believe go vet didnt catch this
cbf1f89 Merge branch 'master' into dexhorthy-patch-1
ab908aa Merge pull request #456 from dexhorthy/fix-circle
3fb8de1 Update README.md
0e8fc22 Merge branch 'master' into dexhorthy-patch-1
320be68 fix circle
e52901b Update README.md
4dd9d91 Merge pull request #401 from dexhorthy/358-docker-versions
add3cd7 Merge branch 'master' into 358-docker-versions
f6d9b37 tag changes (Resolves #358)

Docker images

  • docker pull replicated/ship:latest
  • docker pull replicated/ship:0
  • docker pull replicated/ship:0.14
  • docker pull replicated/ship:0.14.0