#releases (2018-11)

Announce New Releases for Cloud Posse GitHub Projects

Archive: https://archive.sweetops.com/releases/

2018-11-01

Release notes from build-harness avatar
Release notes from build-harness
09:31:04 AM

0.14.2: Fix build slack notification (#123) Fix build slack notification (#123)

  • Fix build slack notification
cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Fix build slack notification by goruha · Pull Request #123 · cloudposse/build-harness

What Made main message and fallback message to be the same Why To fix inconsistency

Release notes from build-harness avatar
Release notes from build-harness
09:32:06 AM

0.14.2: Fix build slack notification (#123) Fix build slack notification (#123)

  • Fix build slack notification
Release notes from build-harness avatar
Release notes from build-harness
05:47:04 PM

0.14.3: Add icons to slack notifications (#124) Adde icons to slack notifications (#124)

  • Add icons to slack notifications
cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Added icons to slack notifications by goruha · Pull Request #124 · cloudposse/build-harness

What Added icons to slack notifications Why To make notifications looks nice

Release notes from build-harness avatar
Release notes from build-harness
05:51:25 PM

0.14.3: Add icons to slack notifications (#124) Adde icons to slack notifications (#124)

  • Add icons to slack notifications
Release notes from docs avatar
Release notes from docs
06:58:59 PM

0.13.1 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
07:44:09 PM

0.14.0: Add support for enabling disabling page features (#238) Add support for enabling disabling page features (#238)

  • Add support for enabling disabling page features

  • disable comments on contact page

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Add support for enabling disabling page features by osterman · Pull Request #238 · cloudposse/docs

what Add frontmatter support for disabling page features Add contact form Add question form why Better interactions for user

Release notes from build-harness avatar
Release notes from build-harness
09:51:16 PM

0.14.4: Update readme template (#125) Update readme template (#125)

  • Update README
cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Update readme template by osterman · Pull Request #125 · cloudposse/build-harness

what Update readme template with links to newsletter, commercial support Add slots to promote other cloudposse projects Add share icons Move links to bottom Use URL shortener why Make it easier …

Release notes from build-harness avatar
Release notes from build-harness
09:52:13 PM

0.14.4: Update readme template (#125) Update readme template (#125)

  • Update README

2018-11-02

Release notes from build-harness avatar
Release notes from build-harness
10:25:59 AM

0.14.5 No content.

cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Release notes from build-harness avatar
Release notes from build-harness
10:27:06 AM

0.14.5 No content.

2018-11-03

Release notes from docs avatar
Release notes from docs
11:04:24 AM
cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

2018-11-05

Release notes from terraform-aws-rds-cluster avatar
Release notes from terraform-aws-rds-cluster
07:12:10 PM

0.7.0 Add support for Amazon Aurora Serverless what

Add support for Amazon Aurora Serverless Add Serverless example

why

To be able to provision Aurora Serverless clusters

references

https://aws.amazon.com/rds/aurora/serverless/ https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.20180206.html <a…

cloudposse/terraform-aws-rds-cluster

Terraform module to provision an RDS Aurora cluster for MySQL or Postgres - cloudposse/terraform-aws-rds-cluster

Amazon Aurora – Auto-Scaling Serverless Database Service - AWS

Learn about Aurora Serverless, a database configuration that automatically scales up or down capacity based on your application’s needs.

Amazon Aurora MySQL Database Engine Updates 2018-02-06 - Amazon Aurora

Amazon Aurora database engine updates for 2018-02-06.

2018-11-12

Release notes from build-harness avatar
Release notes from build-harness
06:17:04 AM

0.14.6 No content.

cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Release notes from build-harness avatar
Release notes from build-harness
06:21:07 AM

0.14.6 No content.

2018-11-14

Release notes from geodesic avatar
Release notes from geodesic
10:26:08 PM

0.40.0 [templates/kops] Add configurable idleTimeoutSeconds for k8s API load balancer what

Add configurable idleTimeoutSeconds for k8s API load balancer

why

Some helm deployments take more than 5 minutes (default apiserver ELB timeout) <a class=”issue-link js-issue-link” data-error-text=”Failed to load issue title” data-id=”207384012” data-permission-text=”Issue title is private” data-url=”https://github.com/kubernetes/kops/issues/1886” data-hovercard-type=”pull_request” data-hovercard-url=”/kubernetes/kops/pull/1886/hovercard”…

cloudposse/geodesic

Geodesic is the fastest way to get up and running with a rock solid, production grade cloud platform built on top of strictly Open Source tools. https://slack.cloudposse.com/ - cloudposse/geodesic

Add support for adjusting ELB idle timeout for apiserver by zacblazic · Pull Request #1886 · kubernetes/kops

Addresses #1883 by adding an idleTimeoutSeconds to the api.loadBalancer in the cluster spec: spec: api: loadBalancer: type: Public idleTimeoutSeconds: 600 # I&#39;d like it a bit …

Release notes from build-harness avatar
Release notes from build-harness
04:50:50 AM

0.14.7 Support helm init --replicas what

Support helm init –replicas

Add HELM_TILLER_REPLICA_COUNT

why

To configure the number of Tiller instances on k8s cluster helm/helm#3464

references…

cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Add --replicas option for Tiller HA fixes #2334 by onorua · Pull Request #3464 · helm/helm

Introduce –replicas option to configure amount of Tiller instances on the cluster. Fixes #2334. The next PR will be about distributed lock, this one is just exterior.

Release notes from build-harness avatar
Release notes from build-harness
04:51:55 AM

0.14.7 Support helm init --replicas what

Support helm init –replicas

Add HELM_TILLER_REPLICA_COUNT

why

To configure the number of Tiller instances on k8s cluster helm/helm#3464

references…

2018-11-15

Release notes from docs avatar
Release notes from docs
03:39:10 AM

0.14.2 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from build-harness avatar
Release notes from build-harness
04:01:10 AM

0.14.8 No content.

cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Release notes from build-harness avatar
Release notes from build-harness
04:01:59 AM

0.14.8 No content.

2018-11-19

Release notes from docs avatar
Release notes from docs
09:09:17 PM

0.15.0: Search results page (#225) Search results page (#225)

  • temp commit

  • Search results page.

  • search resuts page styles.

  • 225#issuecomment-433593877

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Search results page by finnsky · Pull Request #225 · cloudposse/docs

what Added search page with pagination and ‘results per page’ selectbox. Added bootstrap to global styles. To theme small UI elements.

Release notes from docs avatar
Release notes from docs
11:14:05 PM

0.16.0: Code Block Modals (#245) Code Block Modals (#245)

  • code-expand-97

  • Rework of dicalog-code

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Code Block Modals by finnsky · Pull Request #245 · cloudposse/docs

what Changed code display to featherlight popup. why #97

Release notes from packages avatar
Release notes from packages
03:59:53 AM

0.43.0: Upgrade install/ to use new vendor makefile system (#97) Upgrade install/ to use new vendor makefile system (#97)

  • Upgrade install/ to use new vendor makefile system

  • restore all target

  • Upgrade emailcli to 1.0.3 as 1.0.0 was revoked

  • Fix download tarball for travis

  • Fix decompression arg

  • use macros

  • fix teleport install

  • Update README

  • update macro comment

  • sort help

cloudposse/packages

Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages

Upgrade install/ to use new vendor makefile system by osterman · Pull Request #97 · cloudposse/packages

what Call the install targets on the vendor/ packages instead Support make -C install/ something where something is in vendor/something why Remove duplication This was always the intention, just…

2018-11-21

Release notes from packages avatar
Release notes from packages
09:00:03 PM

Added codefresh cli What

Added codefresh cli

Why

To use codefresh cli in build-harness

cloudposse/packages

Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages

Release notes from packages avatar
Release notes from packages
09:30:12 PM

0.44.1 No content.

cloudposse/packages

Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages

2018-11-23

Release notes from docs avatar
Release notes from docs
11:58:58 AM

Add RSS support feat(*): add rss support (#259)

add link to head with rss xml

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Add RSS support by alebabai · Pull Request #259 · cloudposse/docs

what add link to head with rss xml why closes #258

2018-11-25

Release notes from docs avatar
Release notes from docs
07:53:55 PM

0.17.1 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
07:53:56 PM

0.17.2: Search view all link fix - 257 (#267) Search view all link fix - 257 (#267)

Fix Search “view all” link

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Fix Search "view all" link by finnsky · Pull Request #267 · cloudposse/docs

what Changed rule of view all link appears. why Fixes #257 .

Release notes from docs avatar
Release notes from docs
07:53:56 PM

0.17.3 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
08:09:08 PM

0.17.4 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
08:28:55 PM

0.17.5 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
12:23:57 AM

0.17.6 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

2018-11-26

Release notes from docs avatar
Release notes from docs
07:44:35 PM

0.17.7 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
08:04:06 PM

0.17.8 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

2018-11-27

Release notes from docs avatar
Release notes from docs
05:54:39 PM

0.18.0: Mark Pages “Work in Progress” (WIP) (#283) Mark Pages “Work in Progress” (WIP) (#283)

  • add wip shortcode

  • add image image

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Mark Pages "Work in Progress" (WIP) by osterman · Pull Request #283 · cloudposse/docs

what Add wip image Add wip shortcode Add wip shortcode to stub pages why We have a lot of stub pages that cannot be marked as drafts because other pages link to them Hugo link validation does no…

2018-11-29

Release notes from docs avatar
Release notes from docs
07:39:22 PM

0.19.0 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
07:59:26 PM

0.19.1 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
07:59:26 PM

0.19.2 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
08:19:04 PM

0.19.3 No content.

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Release notes from docs avatar
Release notes from docs
07:53:49 AM

0.19.4: Speed up local env Speed up local env (#287)

  • refactor(makefile): build components conditionaly

  • docs(readme): update usage block

  • refactor(make): more flexible approach to disable front-end components

cloudposse/docs

Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs

Speed up local env by alebabai · Pull Request #287 · cloudposse/docs

what make build of front-end components conditional why closes #236

2018-11-30

Release notes from build-harness avatar
Release notes from build-harness
06:52:01 PM

0.14.9 Fix a typo in the log messages what Fix a typo in the log messages why Distracting when reading logs

cloudposse/build-harness

Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness

Release notes from build-harness avatar
Release notes from build-harness
06:56:14 PM

0.14.9 Fix a typo in the log messages what Fix a typo in the log messages why Distracting when reading logs

Release notes from helmfiles avatar
Release notes from helmfiles
09:28:12 PM

0.8.2 Upgrade external-dns to 1.0.2 what

Upgrade to 1.0.2

why

<a class=”issue-link js-issue-link” data-error-text=”Failed to load issue title” data-id=”242052286” data-permission-text=”Issue title is private” data-url=”https://github.com/kubernetes-incubator/external-dns/issues/270” data-hovercard-type=”issue” data-hovercard-url=”/kubernetes-incubator/external-dns/issues/270/hovercard?comment_id=383829591&comment_type=issue_comment”…

cloudposse/helmfiles

Comprehensive Distribution of Helmfiles. Works with helmfile.d - cloudposse/helmfiles

AWS provider doesn't support multiple IPs for ingress · Issue #270 · kubernetes-incubator/external-dns

I&#39;m using the nginx ingress controller on bare metal, but the domain I want to update is hosted on Route53. When attempting an update in –once mode, I get the following output: time=&quot;2017…

Release notes from helmfiles avatar
Release notes from helmfiles
03:58:04 AM

0.8.3 what

Fix values folder references

why

Wrong

cloudposse/helmfiles

Comprehensive Distribution of Helmfiles. Works with helmfile.d - cloudposse/helmfiles

    keyboard_arrow_up