#releases (2018-10)
Announce New Releases for Cloud Posse GitHub Projects
Archive: https://archive.sweetops.com/releases/
2018-10-01
helm/toolbox - improve upsert code refactor(helm/toolbox): improve usert code (#111)
-
use native tiller timeout insted of external bin
-
mute sdt error for tiller version checking
-
use local vars
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
what use native tiller timeout instead of external bin mute stderr for tiller version checking use local vars why #110
helm/toolbox - improve upsert code refactor(helm/toolbox): improve usert code (#111)
-
use native tiller timeout insted of external bin
-
mute sdt error for tiller version checking
-
use local vars
2018-10-03
0.27.0: [apk] Add support for building alpine packages (#70) [apk] Add support for building alpine packages (#70)
-
Add alpine packaging support
-
Add alpine pipeline
-
Fix apk.yml
-
Remove incorrect include
-
Fix build
-
silce find
-
fix pipeline
-
set packages path
-
create packages path
-
remove trailing slash
-
clean start
-
change path
-
build alpine 3.7 and 3.8 packages. update release.
-
Update RELEASE logic
-
Fix version in download url…
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Add support for building alpine packages using an APKBUILD template why Easily distribute our toolchain on any alpine system Allow better version pinning references #59
0.31.0 No content.
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
0.31.1: Bump gomplate version (#73) Bump gomplate version (#73)
-
chore(gomplate): bump gomplate version
-
fix(gomplate): fix url
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Bump gomplate version why Need for #107 references hairyhenderson/gomplate#401
Add additional apk packages [apk] add more packages (#71)
-
refactor(*): rename variable, silence output
-
fix(aws-vault): change $HOME
Now tool works correctlry, because of have access to config folder
-
fix(*) remove packages wich fails
-
chore(vendor/*): update packages
-
Add target to easily build alpine packages for testing purposes
-
Fix packages build process
-
fix harmless git error
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Add new template for binaries in tar Add new packages why Previous template doesn’t work with it
2018-10-04
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
2018-10-05
[atlantis] add atlantis for terraform CI/CD [atlantis] Add package for atlantis (#77)
-
Add atlantis
-
Add package for atlantis
-
Add install/atlantis
-
Update readme
-
Add shadow
-
Fix typo
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Add atlantis why CI/CD of terraform
2018-10-06
[helmfile] upgrade to 0.40.1 No content.
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
[gosu] add better su [gosu] add package to facilitate su’ing users (#79)
-
Add gosu
-
Add gosu apk packages
-
Silence list/all
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
[packges] upgrade to 0.35.0 No content.
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
[packges] upgrade to 0.35.0 No content.
2018-10-07
0.33.0: Add alpine package manifest (#295) Add alpine package manifest (#295)
-
Add alpine package manifest
-
Add cloudposse alpine repo
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
what Add the cloudposse alpine repo (apk.cloudposse.com) Introduce concept of a packages.txt for alpine packages (in /etc/apk/packages.txt) that works like python's requirements.txt Use @cloud…
[fargate] add ECS cli [fargate] Add fargate cli (#83)
- Add fargate package
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Add fargate client why Provides heroku like experience for ECS fargate
Restore aws-vault No content.
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
0.33.2: build(deps): bump awscli from 1.16.21 to 1.16.28 (#296) build(deps): bump awscli from 1.16.21 to 1.16.28 (#296)
Bumps awscli from 1.16.21 to 1.16.28.
Signed-off-by: dependabot[bot]
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
Bumps awscli from 1.16.21 to 1.16.28. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabo…
0.33.3: build(deps): bump ansible from 2.6.4 to 2.7.0 (#297) build(deps): bump ansible from 2.6.4 to 2.7.0 (#297)
Bumps ansible from 2.6.4 to 2.7.0.
-
[Commits](<a class=”commit-link”…
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
Bumps ansible from 2.6.4 to 2.7.0. Commits 0a07068 New release v2.7.0 4fb5aa0 updates latest in docs conf.py (#46400) a1d1276 disable gather facts and update playbook output (#46409) (#46418) d81…
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automat…
Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications — automat…
2018-10-08
0.12.3 No content.
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
0.12.3 No content.
[helm/toolbox] Tiller rbac support [helm.toolbox.upsert]: tiller rbac support (#112)
-
feature(helm.toolbox.upsert): tiller rbac support
-
fix formating
-
refactor(helm/toolbox/upsert): check if rbac enabled
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
what create service-account and clusterrolebinding for helm tiller (if not exists) pass service-account to helm init why to support RBAC on helm level
[helm/toolbox] Tiller rbac support [helm.toolbox.upsert]: tiller rbac support (#112)
-
feature(helm.toolbox.upsert): tiller rbac support
-
fix formating
-
refactor(helm/toolbox/upsert): check if rbac enabled
0.8.0: Frontend improvements. (#212) Frontend improvements. (#212)
-
Added sass buld in Makefile
-
added webpack
-
managed front load.
Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs
what Added frontend build to makefile process. 'production' mode with optimisations by default but build-dev also available. Added static generated content to .gitignore. To avoid conflict…
2018-10-09
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
2018-10-11
0.13.0: Add target to return the latest release from github (#118) Add target to return the latest release from github (#118)
[github] Add target to return the latest release from API
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
what Add github/latest-release target to emit the latest release from the API why There's no way to accurately derive the latest release via tags. Sorting is not always correct. Latest is wh…
0.13.0: Add target to return the latest release from github (#118) Add target to return the latest release from github (#118)
[github] Add target to return the latest release from API
2018-10-12
0.38.0: [slack-notifier] add package (#88) [slack-notifier] add package (#88)
-
Added slack notifier
-
Added slack notifier
-
Update readme
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
What Added slack notifier Why To use slack notifier in build-harness
0.14.0: Slack notification (#117) Slack notification (#117)
-
Added slack notifier
-
Move slack notifications to build-harness
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack…
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
What Moved slack notifications to build-harness Why To reuse code and simplify codefresh yamls
0.14.0: Slack notification (#117) Slack notification (#117)
-
Added slack notifier
-
Move slack notifications to build-harness
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix bugs
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack notificiations
-
Fix slack…
0.39.0: Add More Alpine Packages (#82) Add More Alpine Packages (#82)
-
Add cloudflared
-
add apk dep for cloudflared
-
Add figurine
-
Add figurine
-
refactor(*): remove code duplicates
Use download_tarball variable
- feat(vendor/*): add new packages
Add fetch, awless, ctop
- refactor(cloudflared,figurine): remove chmod
It’s already exist in download_tarball macro
-
feat(vendor/*): add github-commenter
-
feat(vendor/*): add…
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Add ctop apk Add figurine apk Add cloudflared apk Add fetch apk Add awless apk Add kops apk Add helmfile apk Add json2hcl apk Add kubectl apk Add kubectx apk Add shellcheck apk Add shfmt apk …
0.14.1 No content.
Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more - cloudposse/build-harness
0.14.1 No content.
2018-10-16
0.40.0: Add More Alpine Packages (#92) Add More Alpine Packages (#92)
-
feat(*): add github-release
-
feat(*): add helm
-
feat(*): add htmltest
-
feat(*): add hugo
-
feat(*): add kubens
-
feat(*): add packer
-
feat(*): add slack-notifier
-
feat(*): add gitleaks
-
feat(*): add ghr
-
refactor(ghr): remove code duplicates
-
refactor(*): fix var declaring
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Add github-release apk Add helm apk Add htmltest apk Add hugo apk Add kubens apk Add packer apk Add slack-notifier apk Add gitleaks apk Add ghr apk
2018-10-20
[kiam] Use kiam 3.0.0-rc1 [kiam] upgrade to 2.0.0-rc1 for healthcheck fix (#53)
- Update cert generation script
Signed-off-by: Igor Rodionov
- Fix kiam v3 rc1
Comprehensive Distribution of Helmfiles. Works with helmfile.d
- cloudposse/helmfiles
What Update kiam to v3 rc1 Why To fix healthcheck Merge when this would be solved helm/charts#7235
2018-10-22
0.9.0: Google tag manager (#227) feat(layouts.partials): add google tag manager
refactor(partials): remove HubSpot code
refactor(partials): remove hotjar code
refactor(partials): remove hubspot code
refactor(partials): remove AddThis
refactor(partials): remove Pingdom
refactor(partials): remove google analytics
restore original theme
refactor(partials): make gtm conditional
render gtm scripts only if container id exists
Revert “refactor(partials): remove google analytics”
This reverts commit <a…
Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs
Google tag manager support Google tag manager (#227)
-
feat(layouts.partials): add google tag manager
-
refactor(partials): remove HubSpot code
-
refactor(partials): remove hotjar code
-
refactor(partials): remove hubspot code
-
refactor(partials): remove AddThis
-
refactor(partials): remove Pingdom
-
refactor(partials): remove google analytics
-
restore original theme
-
refactor(partials): make gtm conditional
render…
Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs
what remove up old analytics code add google tag manager why #226
0.34.0: Use apks for all packages (#302) Use apks for all packages (#302)
- Use apks where available
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
what Use alpine packages everywhere possible why Better version management
2018-10-23
0.35.0 No content.
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
0.41.0: Add emailcli (#95) Add emailcli (#95)
-
Add emailcli
-
Add email cli
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Add 12-factor style email cli why Easily send emails from command line or geodesic shell
0.36.0 No content.
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
0.37.0 No content.
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
0.42.0: [emailcli] upgrade to 1.0.0 (#96) [emailcli] upgrade to 1.0.0 (#96)
-
Upgrade emailcli
-
revert RELEASE update
Cloud Posse installer and distribution of native apps, binaries and alpine packages - cloudposse/packages
what Upgrade to 1.0.0 why Get latest fixes for TLS
0.38.0: Add basic init.d system (#298) Add basic init.d system (#298)
-
Basic init system
-
add simple init system for extensibility
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
what Add crude init.d system Support terraform arguments passed toinit-terraform (e.g. -no-color) Add emailcli for easily sending emails from geodesic Add gosu for easily dropping to a user why …
2018-10-24
RBAC Support [rbac]: add environment variables to enable/disable RBAC (#51)
-
refactor(prometheus-operator): rbac support
-
refactor(cluster-autoscaler): rbac support
-
refactor(kube2iam): rbac support
-
refactor(kiam): rbac support
-
refactor(external-dns): rbac support
-
refactor(cert-manager): rbac support
-
refactor(chartmuseum): rbac support
-
refactor(nginx-ingress): rbac support
-
refactor(*):…
Comprehensive Distribution of Helmfiles. Works with helmfile.d
- cloudposse/helmfiles
what make RBAC configurable for helmfiles that support it why #34 depends on cloudposse/build-harness#112
0.1.1: fix destroy (#2) fix destroy (#2)
-
fix destroy
-
format
Terraform Module to provision a basic IAM user suitable for humans. - cloudposse/terraform-aws-iam-user
what Set explicit depends_on why terraform destroy was failing because login profile not destroyed first
0.8.1: Added pagerduty alerts (#54) Added pagerduty alerts (#54)
-
Added pagerduty alerts
-
Update prometheus operator
Comprehensive Distribution of Helmfiles. Works with helmfile.d
- cloudposse/helmfiles
What Added pagerduty integration with kube-prometheus alerts Update prometheus operator to 0.23.2 Enable scrapping from ServiceMonitors in any namespaces Why To use pagerduty escalations To fix …
2018-10-26
0.10.0: Versioned docs releases (#231) Versioned docs releases (#231)
-
feat(ci): publish docs also by versioned releases
-
refactor(make): exclude release from root sync
-
refactor(make): copy content to versioned release
-
fix(makefile): hugo/build
-
refactor(make): make content/release-copy optional
copy content to release folder only if semver tag is defined
Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs
what publish docs from tagged releases as /release/X.Y.Z block indexing releases urls why #176
2018-10-28
0.11.0: Fixed Text Wrapping on Homepage (#197) Fixed Text Wrapping on Homepage (#197)
Fixed Text Wrapping on Homepage
Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs
what Reworked landing top. Added missed font family. why Landing should looks cool. closes #170
0.12.0: Add social icons suitable for GitHub README inclusion (#232) Add social icons suitable for GitHub README inclusion (#232)
-
Add social icons suitable for GitHub README inclusion
-
add svg
-
Resize icons
-
fix colors
-
Move icons to vendor folder
-
Add icons
Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs
what Add social sharing icons (PNG) why We want to use them in README.md on GitHub, so we cannot use fonts
2018-10-30
0.13.0: Terraform Open Source Modules Image (#235) Terraform Open Source Modules Image (#235)
-
Add image for Terraform Open Source Modules
-
Add terraform open source image
-
Export as curves
Cloud Posse Developer Hub. Complete documentation for the Cloud Posse solution. https://docs.cloudposse.com - cloudposse/docs
what Add image for “Terraform Open Source Modules” why For inclusion in our READMEs
2018-10-31
0.6.0 Drop availability_zones
variable
what
Drop availability_zones variable
why
Closes #35
Closes <a class=”issue-link…
Terraform module to provision an RDS Aurora cluster for MySQL or Postgres - cloudposse/terraform-aws-rds-cluster
Hi, availability_zones is EC2 classic, I believe that the module and the examples will get better if EC2 classic support is dropped. The current examples are mixing EC2 Classic params with VPC para…
0.39.0: [shfmt] format all bash scripts and lint check on CI (#305) [shfmt] format all bash scripts and lint check on CI (#305)
-
feat(*): add target for shfmt, format scripts
-
style(*): format scripts
-
feat(*): change fmt targets
Now fmt fails when some files not formatted
Fix wrapper and bootstrap - fmt can’t process gomplate
- feat(travis): add fmt check to CI
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
what Use shfmt to format all shell scripts why resolve #261