53 messages
Announce New Releases for Cloud Posse GitHub Projects
Archive: https://archive.sweetops.com/releases/
rssover 7 years ago
0.4.2
what
Fix examples
Add missing module outputs
Rebuild README
why
Examples were missing cluster_family parameters
admin_user and admin_password in examples were wrong
MasterUsername admin cannot be used as it is a reserved word used by the engine
The parameter MasterUserPassword is not a valid password because it is shorter than 8 characters
Users have been asking about endpoint and reader_endpoint outputs
references
<a...
what
Fix examples
Add missing module outputs
Rebuild README
why
Examples were missing cluster_family parameters
admin_user and admin_password in examples were wrong
MasterUsername admin cannot be used as it is a reserved word used by the engine
The parameter MasterUserPassword is not a valid password because it is shorter than 8 characters
Users have been asking about endpoint and reader_endpoint outputs
references
<a...
M
Michael Barrientosover 7 years ago
@Michael Barrientos has joined the channel
rssover 7 years ago
Multi-Stage Builds for Python Dependencies
Move all python deps in requirements (#253)
* feat(Dockerfile): move python deps in requirements
* Convert to multi-stage build
Move all python deps in requirements (#253)
* feat(Dockerfile): move python deps in requirements
* Convert to multi-stage build
rssover 7 years ago
Upgrade aws cli, eb cli, and ansible
build(deps): bump awsebcli from 3.12.0 to 3.14.4 (#257)
Bumps [awsebcli](http://aws.amazon.com/elasticbeanstalk/) from 3.12.0 to 3.14.4.
Signed-off-by: dependabot[bot]
build(deps): bump awsebcli from 3.12.0 to 3.14.4 (#257)
Bumps [awsebcli](http://aws.amazon.com/elasticbeanstalk/) from 3.12.0 to 3.14.4.
Signed-off-by: dependabot[bot]
S
siertover 7 years ago
@siert has joined the channel
rssover 7 years ago
0.27.0 - Add INLINECODE_0 and INLINECODE_1
what
Add shellcheck
Add shfmt
Bump GCLOUD_SDK_VERSION
why
shfmt to format all shell scripts #261
shellcheck to lint all bash scripts <a class="issue-link js-issue-link" data-error-text="Failed to load issue title"...
what
Add shellcheck
Add shfmt
Bump GCLOUD_SDK_VERSION
why
shfmt to format all shell scripts #261
shellcheck to lint all bash scripts <a class="issue-link js-issue-link" data-error-text="Failed to load issue title"...
rssover 7 years ago
0.5.0: [portal] Update portal to 0.2.2 (#14)
what
Upgrade portal to 0.2.2
Deprecate endpoint as no longer used
Introduce externalName
Support path parameter
why
Previous portal relied on a custom traefik implementation
This uses native ingress
Support paths for kibana
upgrading
All previous *_ENDPOINT envs are deprecated
Use ..._SERVICE_NAME, .._SERVICE_PORT and ..._EXTERNAL_NAME instead
references
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="347580674" data-permission-text="Issue...
what
Upgrade portal to 0.2.2
Deprecate endpoint as no longer used
Introduce externalName
Support path parameter
why
Previous portal relied on a custom traefik implementation
This uses native ingress
Support paths for kibana
upgrading
All previous *_ENDPOINT envs are deprecated
Use ..._SERVICE_NAME, .._SERVICE_PORT and ..._EXTERNAL_NAME instead
references
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="347580674" data-permission-text="Issue...
rssover 7 years ago
0.4.4
what
Make admin_password optional
why
If snapshot_identifier is provided to restore cluster from the snapshot, admin_password is not required and TF should not ask for it
what
Make admin_password optional
why
If snapshot_identifier is provided to restore cluster from the snapshot, admin_password is not required and TF should not ask for it
rssover 7 years ago
Added grafana
[grafana] Use sidecar for datasources and dashboards (#18)
* Use sidecar for datasources and dashboards
* refactor(helmfiles.grafana): improvements
* MVP
* Added portal backends
* Added portal backends
* Update Portal
* Update Portal
* Update Portal
* Update Portal
* Update Portal
* Update Portal
* Use new version of fluentd
* Merge with master
* Fix ingress
* Fix Portal
* Address PR...
[grafana] Use sidecar for datasources and dashboards (#18)
* Use sidecar for datasources and dashboards
* refactor(helmfiles.grafana): improvements
* MVP
* Added portal backends
* Added portal backends
* Update Portal
* Update Portal
* Update Portal
* Update Portal
* Update Portal
* Update Portal
* Use new version of fluentd
* Merge with master
* Fix ingress
* Fix Portal
* Address PR...
rssover 7 years ago
Added Prometheus Push Gateway
Added push gateway (#41)
* Added push gateway
* Added push gateway
* Added push gateway
* Added push gateway
Added push gateway (#41)
* Added push gateway
* Added push gateway
* Added push gateway
* Added push gateway
rssover 7 years ago
Upgrade Packages
#265
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358063859" data-permission-text="Issue title is private" data-url="https://github.com/cloudposse/geodesic/issues/272"...
#265
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="358063859" data-permission-text="Issue title is private" data-url="https://github.com/cloudposse/geodesic/issues/272"...
rssover 7 years ago
Use TLS for Alpine Repositories
Bump cloudposse/packages from 0.24.0 to 0.24.1 (#265)
Bumps cloudposse/packages from 0.24.0 to 0.24.1.
Signed-off-by: dependabot[bot]
Bump cloudposse/packages from 0.24.0 to 0.24.1 (#265)
Bumps cloudposse/packages from 0.24.0 to 0.24.1.
Signed-off-by: dependabot[bot]
rssover 7 years ago
0.7.0: Hamburger menu (#198)
Hamburger menu (#198)
* page layout rework.
* reworked responsive behaviour, added breakpoints.
* custom script for menu.
* added searchbox for mobile.
Hamburger menu (#198)
* page layout rework.
* reworked responsive behaviour, added breakpoints.
* custom script for menu.
* added searchbox for mobile.
rssover 7 years ago
0.5.0
what
Add aws_db_parameter_group
why
Create an instance parameter group that is applied to the nodes in the cluster and pass in an instance_parameters list to modify server variables (e.g. max_packet_size, wait_timeout, and interactive_timeout)
what
Add aws_db_parameter_group
why
Create an instance parameter group that is applied to the nodes in the cluster and pass in an instance_parameters list to modify server variables (e.g. max_packet_size, wait_timeout, and interactive_timeout)
rssover 7 years ago
0.7.0: Added grafana oauth2 proxy support (#44)
Added grafana oauth2 proxy support (#44)
* Added grafana oauth2 proxy support
* Added support of gitlab
* Added support of gitlab
* Address PR comments
Added grafana oauth2 proxy support (#44)
* Added grafana oauth2 proxy support
* Added support of gitlab
* Added support of gitlab
* Address PR comments
rssover 7 years ago
Added grafana
what
Update to use sidecar pattern
Provide integration with kube-prometheus (collecting metrics / import grafana dashboards)
Collect metrics for nginx ingress and display them
Fix Portal
Fix nginx ingress template usage
Update kube-prometheus
why
Allow applications to ship their own monitoring configurations
Integrate independent grafana helm release with kube-prometheus release
Collect metrics from nginx-ingress with kube-prometheus and display them with grafana
Fix portal oauth2 ingress...
what
Update to use sidecar pattern
Provide integration with kube-prometheus (collecting metrics / import grafana dashboards)
Collect metrics for nginx ingress and display them
Fix Portal
Fix nginx ingress template usage
Update kube-prometheus
why
Allow applications to ship their own monitoring configurations
Integrate independent grafana helm release with kube-prometheus release
Collect metrics from nginx-ingress with kube-prometheus and display them with grafana
Fix portal oauth2 ingress...
rssover 7 years ago
Added Prometheus Push Gateway
What
Create prometheus push gateway
Why
To collect metrics from short live processes
What
Create prometheus push gateway
Why
To collect metrics from short live processes
rssover 7 years ago
0.7.0: Added grafana oauth2 proxy support (#44)
What
Added grafana oauth2 proxy support
Why
Grafana creates user and grant permissions based on proxy headers
What
Added grafana oauth2 proxy support
Why
Grafana creates user and grant permissions based on proxy headers
rssover 7 years ago
[teleport] Add INLINECODE_0 , INLINECODE_1 and INLINECODE_2
[teleport] add target (#60)
* feat(install.teleport): add target
* docs(install.teleport): fix releases url
* refactor(docker): update tar package
to support all
* refactor(docker): fix tar xz
[teleport] add target (#60)
* feat(install.teleport): add target
* docs(install.teleport): fix releases url
* refactor(docker): update tar package
to support all
tar features like --wildcards, etc* refactor(docker): fix tar xz
rssover 7 years ago
0.29.0: [gke] Use Google Cloud SDK Image (#278)
[gke] Use Google Cloud SDK Image (#278)
* Use official google cloud sdk alpine image
* set gcloud defaults
[gke] Use Google Cloud SDK Image (#278)
* Use official google cloud sdk alpine image
* set gcloud defaults
M
Mark Muttiover 7 years ago
@Mark Mutti has joined the channel
rssover 7 years ago
rssover 7 years ago
rssover 7 years ago
0.26.0: [aws-iam-authenticator]: add package (#65)
[aws-iam-authenticator]: add package (#65)
* feat(install): add aws-iam-authenticator
* refactor(install): add aws-iam-authenticator to all
[aws-iam-authenticator]: add package (#65)
* feat(install): add aws-iam-authenticator
* refactor(install): add aws-iam-authenticator to all
rssover 7 years ago
0.7.1: [nginx] Add support for TCP/UDP ports (#49)
What
Add support for TCP/UDP ports
Template prometheus alerts
Why
Expose non-http services via ingress
To have nice alerts
What
Add support for TCP/UDP ports
Template prometheus alerts
Why
Expose non-http services via ingress
To have nice alerts
rssover 7 years ago
0.31.0
what
Bump packages version
why
Latest packages version has aws-iam-authenticator which is used to authenticate to EKS clusters on AWS using IAM
what
Bump packages version
why
Latest packages version has aws-iam-authenticator which is used to authenticate to EKS clusters on AWS using IAM
rssover 7 years ago
Fix go/lint target
[modules/go] re-write go vet target (#109)
* fix(modules.go): re-write go vet target
use
* refactor(modules.go): use go tool vet with find
[modules/go] re-write go vet target (#109)
* fix(modules.go): re-write go vet target
use
go too vet $dir to vet code* refactor(modules.go): use go tool vet with find
rssover 7 years ago
Fix go/lint target
[modules/go] re-write go vet target (#109)
* fix(modules.go): re-write go vet target
use
* refactor(modules.go): use go tool vet with find
[modules/go] re-write go vet target (#109)
* fix(modules.go): re-write go vet target
use
go too vet $dir to vet code* refactor(modules.go): use go tool vet with find
rssover 7 years ago
0.32.0: [kops]: add aws-iam-authenticator support (#282)
[kops]: add aws-iam-authenticator support (#282)
* feat(kops): add aws-iam-authenticator support
* refactor(kops): fix yaml
* refactor(kops): fix template
[kops]: add aws-iam-authenticator support (#282)
* feat(kops): add aws-iam-authenticator support
* refactor(kops): fix yaml
* refactor(kops): fix template
Erik Osterman (Cloud Posse)over 7 years ago
also, making sure you saw I reopened this issue: https://github.com/cloudposse/github-authorized-keys/issues/29
rssover 7 years ago
0.32.2: build(deps): bump awscli from 1.16.9 to 1.16.21 (#288)
build(deps): bump awscli from 1.16.9 to 1.16.21 (#288)
* build(deps): bump awscli from 1.16.9 to 1.16.21
Bumps [awscli](http://aws.amazon.com/cli/) from 1.16.9 to 1.16.21.
Signed-off-by: dependabot[bot]
* add --no-build-isolation flag for cffi>=1.4.1. optimize docker build for caching.
build(deps): bump awscli from 1.16.9 to 1.16.21 (#288)
* build(deps): bump awscli from 1.16.9 to 1.16.21
Bumps [awscli](http://aws.amazon.com/cli/) from 1.16.9 to 1.16.21.
Signed-off-by: dependabot[bot]
* add --no-build-isolation flag for cffi>=1.4.1. optimize docker build for caching.
rssover 7 years ago
0.32.3: build(deps): bump awsebcli from 3.14.4 to 3.14.6 (#287)
build(deps): bump awsebcli from 3.14.4 to 3.14.6 (#287)
Bumps [awsebcli](http://aws.amazon.com/elasticbeanstalk/) from 3.14.4 to 3.14.6.
Signed-off-by: dependabot[bot]
build(deps): bump awsebcli from 3.14.4 to 3.14.6 (#287)
Bumps [awsebcli](http://aws.amazon.com/elasticbeanstalk/) from 3.14.4 to 3.14.6.
Signed-off-by: dependabot[bot]
rssover 7 years ago
0.32.4: build(deps): bump google/cloud-sdk from 216.0.0-alpine to 218.0.0-alp…
build(deps): bump google/cloud-sdk from 216.0.0-alpine to 218.0.0-alp…
…ine (#286)
Bumps google/cloud-sdk from 216.0.0-alpine to 218.0.0-alpine.
Signed-off-by: dependabot[bot]
build(deps): bump google/cloud-sdk from 216.0.0-alpine to 218.0.0-alp…
…ine (#286)
Bumps google/cloud-sdk from 216.0.0-alpine to 218.0.0-alpine.
Signed-off-by: dependabot[bot]
rssover 7 years ago
0.32.5: build(deps): bump cloudposse/packages from 0.26.0 to 0.26.1 (#285)
build(deps): bump cloudposse/packages from 0.26.0 to 0.26.1 (#285)
Bumps cloudposse/packages from 0.26.0 to 0.26.1.
Signed-off-by: dependabot[bot]
build(deps): bump cloudposse/packages from 0.26.0 to 0.26.1 (#285)
Bumps cloudposse/packages from 0.26.0 to 0.26.1.
Signed-off-by: dependabot[bot]
rssover 7 years ago
0.32.6
what
Add gettext
why
To include envsubst
Needed to use geodesic as Docker image in Codefresh pipelines
what
Add gettext
why
To include envsubst
Needed to use geodesic as Docker image in Codefresh pipelines
rssover 7 years ago
0.2.6: Remove the brackets INLINECODE_0 to correct count (#13)
Remove the brackets
Remove the brackets
Remove the brackets
listener_arns to correct count (#13)Remove the brackets
listener_arns to correct countrssover 7 years ago
0.7.2: [fluentd-elasticsearch-logs] fluentd buffer fix (#52)
[fluentd-elasticsearch-logs] fluentd buffer fix (#52)
* Overload fluentd configs for elasticsearch
* Fix fluentd logs
* Addres Pr comment
* Added configurable prometheus operator resources
[fluentd-elasticsearch-logs] fluentd buffer fix (#52)
* Overload fluentd configs for elasticsearch
* Fix fluentd logs
* Addres Pr comment
* Added configurable prometheus operator resources
rssover 7 years ago
0.12.0: Dynamic datasources support (#100)
Dynamic datasources support (#100)
* feat(modules/readme): dynamic datasources support
Now use url from arg datasource if it passed
Regenerate readme
* chore(packages/Makefile): bump packages version
* feat(readme): add inline datasources support
Now datasource for readme defines in template
Also exist possibility override datasource due env variable
* fix(Makefile): clean up output of...
Dynamic datasources support (#100)
* feat(modules/readme): dynamic datasources support
Now use url from arg datasource if it passed
Regenerate readme
* chore(packages/Makefile): bump packages version
* feat(readme): add inline datasources support
Now datasource for readme defines in template
Also exist possibility override datasource due env variable
* fix(Makefile): clean up output of...
rssover 7 years ago
0.12.0: Dynamic datasources support (#100)
Dynamic datasources support (#100)
* feat(modules/readme): dynamic datasources support
Now use url from arg datasource if it passed
Regenerate readme
* chore(packages/Makefile): bump packages version
* feat(readme): add inline datasources support
Now datasource for readme defines in template
Also exist possibility override datasource due env variable
* fix(Makefile): clean up output of...
Dynamic datasources support (#100)
* feat(modules/readme): dynamic datasources support
Now use url from arg datasource if it passed
Regenerate readme
* chore(packages/Makefile): bump packages version
* feat(readme): add inline datasources support
Now datasource for readme defines in template
Also exist possibility override datasource due env variable
* fix(Makefile): clean up output of...
rssover 7 years ago