Releases: namely/k8s-pipeliner
Releases · namely/k8s-pipeliner
Enriches container override configurations and migrate to travis-ci.com
Spinnaker default timeouts
Set the default timeout for kicking off child Spinnaker pipelines to 1 hour.
Set the default timeout for deploying embedded manifests to 30 minutes(this was the old behavior prior to upgrading Spinnaker)
Container Overrides and spinnaker parameters
- This fixes the error in the previous release when using container overrides with spinnaker parameters
Allow individual resource overrides
- This release fixes a bug in the previous release that didn't check for null resources
- It will also allow to set individual resources like cpu and memory in the container overrides
Add Container Overrides
This release adds the possibility of using container overrides when using DeployEmbeddedFiles.
For example:
- account: int-k8s
name: "Deploy Manifests"
deployEmbeddedManifests:
files:
- file: test-deployment.yml
- file: test-configmap.yml
- file: test-sa.yml
configuratorFiles:
- file: test-configurator2.yml
env: superOps
- file: test-configurator.yml
containerOverrides:
- name: hcm
resources:
requests:
cpu: "80"
memory: "100"
Override Pipeline Stage Timeout
this release adds:
- The ability to override pipeline stage timeouts
- adds the ability to include options in a pipeline
v0.0.32-alpha2
Convert to go.mod
- convert ci to go mod vendor
- enable GO111MODULE=on
- downgrade k8s apimachiner, add GO111MODULE to travis and makefile
- tidy deps
Spinnaker pipeline updates
- provide the ability to specify drop down options
- provide the ability to override the deployEmbeddedManifests stage default timeout
v0.0.32-alpha: Convert to go.mod (#76)
* convert ci to go mod vendor * enable GO111MODULE=on * downgrade k8s apimachiner, add GO111MODULE to travis and makefile * tidy deps Co-authored-by: Al DeLucca <[email protected]>