Skip to content

Releases: namely/k8s-pipeliner

Enriches container override configurations and migrate to travis-ci.com

25 Aug 20:07
0377810
Compare
Choose a tag to compare

0377810 add cronjob and job to override configurations (#85)
c1ad310 migrate travis build status (#86)

Spinnaker default timeouts

11 Jun 16:16
bc0ae17
Compare
Choose a tag to compare

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

05 May 17:12
f57d06d
Compare
Choose a tag to compare
  • This fixes the error in the previous release when using container overrides with spinnaker parameters

Allow individual resource overrides

04 May 21:13
a768df2
Compare
Choose a tag to compare
  • 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

28 Apr 15:37
ab18c6b
Compare
Choose a tag to compare

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

24 Mar 15:57
a089088
Compare
Choose a tag to compare

this release adds:

  • The ability to override pipeline stage timeouts
  • adds the ability to include options in a pipeline

v0.0.32-alpha2

24 Mar 15:56
a089088
Compare
Choose a tag to compare
v0.0.32-alpha2 Pre-release
Pre-release

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)

29 Apr 23:25
9774a45
Compare
Choose a tag to compare
Pre-release
* 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 <aldelucca@gmail.com>

v0.0.31

28 Feb 18:41
37fb66a
Compare
Choose a tag to compare
Update go releaser config (#75)

v0.0.30

19 Feb 07:52
Compare
Choose a tag to compare
Update vendor file