Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 #467

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/creack/pty from 1.1.13 to 1.1.18.

Release notes

Sourced from github.com/creack/pty's releases.

Cross compilation fixes

Fix issue when compiling on Windows and AIX platforms.

Update longarch name to match final specs

FreeBSD ppc64 support

Add support for FreeBSD ppc64

OpenBSD support for mips64 - go1.17

OpenBSD support for mips64 Fix issue with go1.17 build tags

OpenBSD support for mips64

Commits

Dependabot compatibility score

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 @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @Twsouza.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 3, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/creack/pty-1.1.18 branch from 63e681e to 4ea678e Compare September 28, 2022 17:24
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/creack/pty-1.1.18 branch from 4ea678e to 745b3a5 Compare February 9, 2023 13:26
@Twsouza Twsouza changed the base branch from master to staging February 14, 2023 18:02
@Twsouza
Copy link
Contributor

Twsouza commented Feb 14, 2023

@dependabot rebase

@Twsouza
Copy link
Contributor

Twsouza commented Feb 14, 2023

@dependabot recreate

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@Twsouza Twsouza force-pushed the dependabot/go_modules/github.com/creack/pty-1.1.18 branch from 745b3a5 to 812ca1e Compare February 14, 2023 19:07
@Twsouza
Copy link
Contributor

Twsouza commented Feb 14, 2023

@dependabot squash and merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2023

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@Twsouza Twsouza merged commit 053cc6a into staging Feb 14, 2023
@Twsouza Twsouza deleted the dependabot/go_modules/github.com/creack/pty-1.1.18 branch February 14, 2023 19:43
Twsouza added a commit that referenced this pull request Feb 14, 2023
* Feat-838: Internal router  for rack to communication (#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Twsouza added a commit that referenced this pull request Feb 14, 2023
* Feat-838: Internal router  for rack to communication (#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Twsouza added a commit that referenced this pull request Feb 16, 2023
* Feat-838: Internal router  for rack to communication (#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (#575)

* Feat-838: Internal router  for rack to communication (#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Twsouza added a commit that referenced this pull request Feb 28, 2023
* Add subnets as variables

* Change use of `aws_subnet.private` to `var.private_subnets_ids`

* Add test files

* Convert params from `map[string]string` to `map[string]interface{}`

* Revert methods.go

* Revert pkg/api changes

* Revert pkg/cli changes

* Revert pkg/console changes

* Revert pkg/structs changes

* Revert pkg/rack changes

* Add break of interfaces for terraform variables

* Fix test files

* Fix-821: Local rack fix for minikube (#551)

* remove hostNetwork config for agents (#549)

* remove hostNetwork config for agents

* Adding CodeOwners to request approve when a PR is open to merge on master

* Changes CodeOwners team

* update documentation

Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Fix for local v3 rack install for minikube

* set type of resolver-external as 'ClusterIP' only

* Remove the dummy selector

* Use public dns resolver to resolve the minikube ip

* Add seperate domain for mac

---------

Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Update-821: Dev rack and misc docs

* Update-821: Dev rack and misc docs-2

* Update-821: Dev rack and misc docs-3

* Revert cli changes

* Remove cli test file

* Change main subnets variable to string, add public subnets

* Fix subnets of node group

* Add gateways

* Remove nat gateway from locals

* Feat-838: Internal router  for rack to communication (#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (#575)

* Feat-838: Internal router  for rack to communication (#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert changes on `pkg/cli/login.go`

* Revert changes on `pkg/rack/console.go`

* Remove comments

* Remove unecessary comment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>
Co-authored-by: Nick <nthoni@hotmail.com>
Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lucasmacedot added a commit to DNXLabs/convox that referenced this pull request May 24, 2023
* Add subnets as variables

* Change use of `aws_subnet.private` to `var.private_subnets_ids`

* Add test files

* Convert params from `map[string]string` to `map[string]interface{}`

* Revert methods.go

* Revert pkg/api changes

* Revert pkg/cli changes

* Revert pkg/console changes

* Revert pkg/structs changes

* Revert pkg/rack changes

* Add break of interfaces for terraform variables

* Fix test files

* Fix-821: Local rack fix for minikube (convox#551)

* remove hostNetwork config for agents (convox#549)

* remove hostNetwork config for agents

* Adding CodeOwners to request approve when a PR is open to merge on master

* Changes CodeOwners team

* update documentation

Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Fix for local v3 rack install for minikube

* set type of resolver-external as 'ClusterIP' only

* Remove the dummy selector

* Use public dns resolver to resolve the minikube ip

* Add seperate domain for mac

---------

Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Update-821: Dev rack and misc docs

* Update-821: Dev rack and misc docs-2

* Update-821: Dev rack and misc docs-3

* Revert cli changes

* Remove cli test file

* Change main subnets variable to string, add public subnets

* Fix subnets of node group

* Add gateways

* Remove nat gateway from locals

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (convox#575)

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (convox#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (convox#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert changes on `pkg/cli/login.go`

* Revert changes on `pkg/rack/console.go`

* Remove comments

* Remove unecessary comment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>
Co-authored-by: Nick <nthoni@hotmail.com>
Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lucasmacedot added a commit to DNXLabs/convox that referenced this pull request Aug 2, 2023
* Add subnets as variables

* Change use of `aws_subnet.private` to `var.private_subnets_ids`

* Add test files

* Convert params from `map[string]string` to `map[string]interface{}`

* Revert methods.go

* Revert pkg/api changes

* Revert pkg/cli changes

* Revert pkg/console changes

* Revert pkg/structs changes

* Revert pkg/rack changes

* Add break of interfaces for terraform variables

* Fix test files

* Fix-821: Local rack fix for minikube (convox#551)

* remove hostNetwork config for agents (convox#549)

* remove hostNetwork config for agents

* Adding CodeOwners to request approve when a PR is open to merge on master

* Changes CodeOwners team

* update documentation

Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Fix for local v3 rack install for minikube

* set type of resolver-external as 'ClusterIP' only

* Remove the dummy selector

* Use public dns resolver to resolve the minikube ip

* Add seperate domain for mac

---------

Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Update-821: Dev rack and misc docs

* Update-821: Dev rack and misc docs-2

* Update-821: Dev rack and misc docs-3

* Revert cli changes

* Remove cli test file

* Change main subnets variable to string, add public subnets

* Fix subnets of node group

* Add gateways

* Remove nat gateway from locals

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (convox#575)

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (convox#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (convox#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert changes on `pkg/cli/login.go`

* Revert changes on `pkg/rack/console.go`

* Remove comments

* Remove unecessary comment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>
Co-authored-by: Nick <nthoni@hotmail.com>
Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lucasmacedot added a commit to DNXLabs/convox that referenced this pull request Aug 2, 2023
commit 6b08a62
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Jul 11 04:16:25 2023 -0300

    Add validation for high_availability and subnets

commit e0dc1cf
Author: nightfury1204 <knightnahid@gmail.com>
Date:   Mon Jul 10 18:22:05 2023 +0100

    Use plural for duration in hours

commit 19c6a9b
Author: nightfury1204 <knightnahid@gmail.com>
Date:   Mon Jul 10 17:25:36 2023 +0100

    update golang.org/x/text to v0.11.0

commit d060461
Author: Md. Nure Alam Nahid <knightnahid@gmail.com>
Date:   Mon Jul 10 17:20:05 2023 +0100

    Refactor telemetry work (convox#666)

commit a4cf478
Author: nightfury1204 <knightnahid@gmail.com>
Date:   Fri Jun 30 13:00:44 2023 +0100

    Add doc for rack access cmd

commit 51dd7a2
Author: nightfury1204 <knightnahid@gmail.com>
Date:   Thu Jun 22 23:15:35 2023 +0100

    Add rack api access access mechanism

commit 7fe784a
Author: nightfury1204 <knightnahid@gmail.com>
Date:   Thu Apr 20 14:37:44 2023 +0100

    Bootstrap read access authorization

commit 4863a71
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Jul 11 03:35:34 2023 -0300

    Rename `_data.tf` to `data.tf`

commit 35a7167
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Jul 11 03:35:17 2023 -0300

    Add `data.aws_nat_gateway`

commit 38e1390
Author: Md. Nure Alam Nahid <knightnahid@gmail.com>
Date:   Mon Jun 26 15:39:34 2023 +0100

    Add custom label support (convox#658)

commit cb83bdd
Author: Md. Nure Alam Nahid <knightnahid@gmail.com>
Date:   Wed Jun 21 11:25:04 2023 +0100

    Feat k8s 1.25 (convox#657)

    * k8s 1.25 update

    * Update to go 1.18

    * update ebs csi driver

    * CronJob to batch/v1

    * Update do and gcp version

    * Fix azure dependency on resource group

commit 35764e7
Author: Md. Nure Alam Nahid <knightnahid@gmail.com>
Date:   Fri Jun 16 20:59:16 2023 +0100

    Add grpc support (convox#656)

commit 28a1e4d
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Jun 6 20:49:47 2023 -0300

    Remove duplicate variables on aws

commit 64aa153
Author: Taynan <Twsouza@users.noreply.github.com>
Date:   Wed May 31 14:15:24 2023 -0300

    Only use rack_name on a supported version (convox#618)

    * Rack install, move or update will only attach rack_name if it's on a supported version

    * Fix tests

commit 09a1bf8
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 22:00:19 2023 -0300

    Revert unused files

commit 4eb32bc
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:22:24 2023 -0300

    Remove duplicate `wait_for_cluster`

commit ddf5a84
Author: Lucas de Macedo <122332519+lucasmacedot@users.noreply.github.com>
Date:   Tue Apr 11 21:09:29 2023 -0300

    Fix rack markdown newline

commit ef56de9
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:57:27 2023 -0300

    Set default value for rack_name on tf files

commit 9e27d9a
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:56:24 2023 -0300

    Remove outdated code and unused lib (convox#611)

commit b1083c9
Author: Md. Nure Alam Nahid <knightnahid@gmail.com>
Date:   Mon Apr 10 19:57:41 2023 +0100

    fix: Add fix for aws gov cloud (convox#609)

    * Add fix for aws gov cloud

    * Fix attribute not found error when terraform destroy

commit 7584c04
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:53:45 2023 -0300

    Change rack name (convox#589)

    * Add rack_name to the vars

    It will be used to set the rack name

    * Add rack name to the nanespace label

    * Change the rack name before it's moved to the console or locally

    * Fix tests about terraform

    * Add rack_name to all providers

commit b56e9b3
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Thu Mar 2 12:44:17 2023 -0300

    Add docs of subnets

commit 21ad3cf
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:51:34 2023 -0300

    Create rack using existing subnets (convox#563)

    * Add subnets as variables

    * Change use of `aws_subnet.private` to `var.private_subnets_ids`

    * Add test files

    * Convert params from `map[string]string` to `map[string]interface{}`

    * Revert methods.go

    * Revert pkg/api changes

    * Revert pkg/cli changes

    * Revert pkg/console changes

    * Revert pkg/structs changes

    * Revert pkg/rack changes

    * Add break of interfaces for terraform variables

    * Fix test files

    * Fix-821: Local rack fix for minikube (convox#551)

    * remove hostNetwork config for agents (convox#549)

    * remove hostNetwork config for agents

    * Adding CodeOwners to request approve when a PR is open to merge on master

    * Changes CodeOwners team

    * update documentation

    Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

    * Fix for local v3 rack install for minikube

    * set type of resolver-external as 'ClusterIP' only

    * Remove the dummy selector

    * Use public dns resolver to resolve the minikube ip

    * Add seperate domain for mac

    ---------

    Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
    Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

    * Update-821: Dev rack and misc docs

    * Update-821: Dev rack and misc docs-2

    * Update-821: Dev rack and misc docs-3

    * Revert cli changes

    * Remove cli test file

    * Change main subnets variable to string, add public subnets

    * Fix subnets of node group

    * Add gateways

    * Remove nat gateway from locals

    * Feat-838: Internal router  for rack to communication (convox#565)

    * Add support internal nginx for internal rack to rack communication

    * Address the doc review

    * build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (convox#575)

    * Feat-838: Internal router  for rack to communication (convox#565)

    * Add support internal nginx for internal rack to rack communication

    * Address the doc review

    * Change dependabot to open PRs to the staging branch (convox#573)

    * build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (convox#467)

    Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
    - [Release notes](https://github.com/creack/pty/releases)
    - [Commits](creack/pty@v1.1.13...v1.1.18)

    ---
    updated-dependencies:
    - dependency-name: github.com/creack/pty
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

    Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
    - [Release notes](https://github.com/gorilla/mux/releases)
    - [Commits](gorilla/mux@v1.7.3...v1.8.0)

    ---
    updated-dependencies:
    - dependency-name: github.com/gorilla/mux
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    * Revert changes on `pkg/cli/login.go`

    * Revert changes on `pkg/rack/console.go`

    * Remove comments

    * Remove unecessary comment

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
    Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
    Co-authored-by: Taynan Souza <taynan.tws@gmail.com>
    Co-authored-by: Nick <nthoni@hotmail.com>
    Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c50a3b
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Wed Mar 1 12:01:57 2023 -0300

    Fix use of route table when only passing VPC

commit e2427ca
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Wed Mar 1 11:54:58 2023 -0300

    Add compact

commit 1b9fcde
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Thu Feb 16 19:00:05 2023 -0300

    Remove unecessary comment

commit ba1fa2e
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Feb 14 19:31:14 2023 -0300

    Remove comments

commit af3f2cf
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Feb 14 19:29:13 2023 -0300

    Revert changes on `pkg/rack/console.go`

commit 23277a9
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Feb 14 19:28:51 2023 -0300

    Revert changes on `pkg/cli/login.go`

commit 47873fe
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:46:09 2023 -0300

    Feat-838: Internal router  for rack to communication (convox#565)

    * Add support internal nginx for internal rack to rack communication

    * Address the doc review

commit 5010faa
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Mon Feb 13 16:22:02 2023 -0300

    Remove nat gateway from locals

commit a25229f
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:44:52 2023 -0300

    Update-821: Dev rack and misc docs-2

commit 7ec4617
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:44:31 2023 -0300

    Update-821: Dev rack and misc docs

commit 7bfb97e
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:43:55 2023 -0300

    Fix-821: Local rack fix for minikube (convox#551)

    * remove hostNetwork config for agents (convox#549)

    * remove hostNetwork config for agents

    * Adding CodeOwners to request approve when a PR is open to merge on master

    * Changes CodeOwners team

    * update documentation

    Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

    * Fix for local v3 rack install for minikube

    * set type of resolver-external as 'ClusterIP' only

    * Remove the dummy selector

    * Use public dns resolver to resolve the minikube ip

    * Add seperate domain for mac

    ---------

    Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
    Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

commit d9367fa
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Mon Feb 13 02:30:25 2023 -0300

    Add gateways

commit d2b6c55
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Thu Feb 9 01:54:29 2023 -0300

    Fix subnets of node group

commit 7d045d8
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Thu Feb 9 01:44:54 2023 -0300

    Change main subnets variable to string, add public subnets

commit 801a013
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Thu Feb 9 01:37:47 2023 -0300

    Remove cli test file

commit 04faf8c
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:42:46 2023 -0300

    Revert cli changes

commit 591e6ce
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:42:20 2023 -0300

    Fix test files

commit 3835d3c
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:40:35 2023 -0300

    Add break of interfaces for terraform variables

commit b07cf1c
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:40:09 2023 -0300

    Revert pkg/rack changes

commit 962782f
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:39:21 2023 -0300

    Revert pkg/structs changes

commit c08e9ab
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:39:08 2023 -0300

    Revert pkg/console changes

commit aa1c9c6
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Feb 7 04:59:01 2023 -0300

    Revert pkg/cli changes

commit 240a912
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Feb 7 04:58:31 2023 -0300

    Revert pkg/api changes

commit 25ac63e
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Feb 7 02:42:34 2023 -0300

    Revert methods.go

commit 6381463
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue May 23 21:38:49 2023 -0300

    Convert params from `map[string]string` to `map[string]interface{}`

commit aa3d71a
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Mon Feb 6 13:43:22 2023 -0300

    Add test files

commit fbb254b
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Fri Feb 3 01:27:19 2023 -0300

    Change use of `aws_subnet.private` to `var.private_subnets_ids`

commit 862e1ab
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Sun Jan 29 20:45:51 2023 -0300

    Add subnets as variables

commit 990c77b
Author: lucastercas <lucas.macedo@dnx.solutions>
Date:   Tue Aug 1 23:59:29 2023 -0300

    Fix: fix azure rack install (convox#635)

    * Azure fix

    * Fix build security context bug

    * Update buildkit version

commit be0cf41
Author: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Date:   Thu May 11 13:15:20 2023 -0300

    [Telemetry] Send params on Rack Install, Rack Update and Rack Params Set. (convox#627)

    * Change rack name (convox#589)

    * Add rack_name to the vars

    It will be used to set the rack name

    * Add rack name to the nanespace label

    * Change the rack name before it's moved to the console or locally

    * Fix tests about terraform

    * Add rack_name to all providers

    * fix: Add fix for aws gov cloud (convox#609)

    * Add fix for aws gov cloud

    * Fix attribute not found error when terraform destroy

    * Remove outdated code and unused lib (convox#611)

    * Set default value for rack_name on tf files

    * Add fix for route table and bucket acl not allowed error

    * Store rack install & rack install update telemetry data (convox#608)

    * Cli command to activate or desactivate cli telemetry

    * unit test for the cli cmd

    * Send telemetry params on rack install and rack params set

    * CLI docs

    * Changing approach: The telemetry data will be send by the terraform after all infra will be provisioned

    * Add resource telemetry on all providers

    * Extract telemetry for a different module

    * add telemetry param

    * Fix unit test

    * Define a k8s configmap with the values on vars.json.

    * Get params from configmap and sync with metrics app

    * Anonymize params

    * Redact rack_name

    * refactoring to improve quality on the function to create sync cm

    * set telemetry var as true as default

    * Fix deepsource terraform warnings

    * Fix unit tests

    * Fix deepsource go warnings

    * Change telemetry type to boolean

    * create the configmap just if the settings dir is set (convox#622)

    * Try to restrict settings variable to only new releases

    * Fix minor version check for telemetry support

    * remove prints

    * rollback go syntax: init toSync map

    * rollback release version check

    * Fix deepsource report

    * Fix unit tests

    * Remove diff strategy

    * rack_params as a prefix

    * Put telemetry off as default for next release

    * fix unit tests

    * Fix deepsource

    * not necessary update sync configmap anymore

    * Put the right minor version supported

    * refactoring check if release is supported

    * try a patch release

    ---------

    Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
    Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
    Co-authored-by: Taynan Souza <taynan.tws@gmail.com>
lucasmacedot pushed a commit to DNXLabs/convox that referenced this pull request Aug 2, 2023
[Telemetry] Send params on Rack Install, Rack Update and Rack Params Set. (convox#627)

* Change rack name (convox#589)

* Add rack_name to the vars

It will be used to set the rack name

* Add rack name to the nanespace label

* Change the rack name before it's moved to the console or locally

* Fix tests about terraform

* Add rack_name to all providers

* fix: Add fix for aws gov cloud (convox#609)

* Add fix for aws gov cloud

* Fix attribute not found error when terraform destroy

* Remove outdated code and unused lib (convox#611)

* Set default value for rack_name on tf files

* Add fix for route table and bucket acl not allowed error

* Store rack install & rack install update telemetry data (convox#608)

* Cli command to activate or desactivate cli telemetry

* unit test for the cli cmd

* Send telemetry params on rack install and rack params set

* CLI docs

* Changing approach: The telemetry data will be send by the terraform after all infra will be provisioned

* Add resource telemetry on all providers

* Extract telemetry for a different module

* add telemetry param

* Fix unit test

* Define a k8s configmap with the values on vars.json.

* Get params from configmap and sync with metrics app

* Anonymize params

* Redact rack_name

* refactoring to improve quality on the function to create sync cm

* set telemetry var as true as default

* Fix deepsource terraform warnings

* Fix unit tests

* Fix deepsource go warnings

* Change telemetry type to boolean

* create the configmap just if the settings dir is set (convox#622)

* Try to restrict settings variable to only new releases

* Fix minor version check for telemetry support

* remove prints

* rollback go syntax: init toSync map

* rollback release version check

* Fix deepsource report

* Fix unit tests

* Remove diff strategy

* rack_params as a prefix

* Put telemetry off as default for next release

* fix unit tests

* Fix deepsource

* not necessary update sync configmap anymore

* Put the right minor version supported

* refactoring check if release is supported

* try a patch release

---------

Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

Fix internal router (convox#633)

Add spot and on_demand instance count in telemetry (convox#621)

* Add spot and on_demand instance count in telemetry

* Put the login in seperate funtion

Fix: fix azure rack install (convox#635)

* Azure fix

* Fix build security context bug

* Update buildkit version

Add subnets as variables

Change use of `aws_subnet.private` to `var.private_subnets_ids`

Add test files

Convert params from `map[string]string` to `map[string]interface{}`

Revert methods.go

Revert pkg/api changes

Revert pkg/cli changes

Revert pkg/console changes

Revert pkg/structs changes

Revert pkg/rack changes

Add break of interfaces for terraform variables

Fix test files

Revert cli changes

Remove cli test file

Change main subnets variable to string, add public subnets

Fix subnets of node group

Add gateways

Fix-821: Local rack fix for minikube (convox#551)

* remove hostNetwork config for agents (convox#549)

* remove hostNetwork config for agents

* Adding CodeOwners to request approve when a PR is open to merge on master

* Changes CodeOwners team

* update documentation

Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Fix for local v3 rack install for minikube

* set type of resolver-external as 'ClusterIP' only

* Remove the dummy selector

* Use public dns resolver to resolve the minikube ip

* Add seperate domain for mac

---------

Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

Update-821: Dev rack and misc docs

Update-821: Dev rack and misc docs-2

Remove nat gateway from locals

Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

Revert changes on `pkg/cli/login.go`

Revert changes on `pkg/rack/console.go`

Remove comments

Remove unecessary comment

Add compact

Fix use of route table when only passing VPC

Create rack using existing subnets (convox#563)

* Add subnets as variables

* Change use of `aws_subnet.private` to `var.private_subnets_ids`

* Add test files

* Convert params from `map[string]string` to `map[string]interface{}`

* Revert methods.go

* Revert pkg/api changes

* Revert pkg/cli changes

* Revert pkg/console changes

* Revert pkg/structs changes

* Revert pkg/rack changes

* Add break of interfaces for terraform variables

* Fix test files

* Fix-821: Local rack fix for minikube (convox#551)

* remove hostNetwork config for agents (convox#549)

* remove hostNetwork config for agents

* Adding CodeOwners to request approve when a PR is open to merge on master

* Changes CodeOwners team

* update documentation

Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Fix for local v3 rack install for minikube

* set type of resolver-external as 'ClusterIP' only

* Remove the dummy selector

* Use public dns resolver to resolve the minikube ip

* Add seperate domain for mac

---------

Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Update-821: Dev rack and misc docs

* Update-821: Dev rack and misc docs-2

* Update-821: Dev rack and misc docs-3

* Revert cli changes

* Remove cli test file

* Change main subnets variable to string, add public subnets

* Fix subnets of node group

* Add gateways

* Remove nat gateway from locals

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (convox#575)

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (convox#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (convox#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert changes on `pkg/cli/login.go`

* Revert changes on `pkg/rack/console.go`

* Remove comments

* Remove unecessary comment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>
Co-authored-by: Nick <nthoni@hotmail.com>
Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Add docs of subnets

Change rack name (convox#589)

* Add rack_name to the vars

It will be used to set the rack name

* Add rack name to the nanespace label

* Change the rack name before it's moved to the console or locally

* Fix tests about terraform

* Add rack_name to all providers

fix: Add fix for aws gov cloud (convox#609)

* Add fix for aws gov cloud

* Fix attribute not found error when terraform destroy

Remove outdated code and unused lib (convox#611)

Set default value for rack_name on tf files

Fix rack markdown newline

Remove duplicate `wait_for_cluster`

Revert unused files

Only use rack_name on a supported version (convox#618)

* Rack install, move or update will only attach rack_name if it's on a supported version

* Fix tests

Remove duplicate variables on aws

Add `data.aws_nat_gateway`
lucasmacedot pushed a commit to DNXLabs/convox that referenced this pull request Aug 2, 2023
[Telemetry] Send params on Rack Install, Rack Update and Rack Params Set. (convox#627)

* Change rack name (convox#589)

* Add rack_name to the vars

It will be used to set the rack name

* Add rack name to the nanespace label

* Change the rack name before it's moved to the console or locally

* Fix tests about terraform

* Add rack_name to all providers

* fix: Add fix for aws gov cloud (convox#609)

* Add fix for aws gov cloud

* Fix attribute not found error when terraform destroy

* Remove outdated code and unused lib (convox#611)

* Set default value for rack_name on tf files

* Add fix for route table and bucket acl not allowed error

* Store rack install & rack install update telemetry data (convox#608)

* Cli command to activate or desactivate cli telemetry

* unit test for the cli cmd

* Send telemetry params on rack install and rack params set

* CLI docs

* Changing approach: The telemetry data will be send by the terraform after all infra will be provisioned

* Add resource telemetry on all providers

* Extract telemetry for a different module

* add telemetry param

* Fix unit test

* Define a k8s configmap with the values on vars.json.

* Get params from configmap and sync with metrics app

* Anonymize params

* Redact rack_name

* refactoring to improve quality on the function to create sync cm

* set telemetry var as true as default

* Fix deepsource terraform warnings

* Fix unit tests

* Fix deepsource go warnings

* Change telemetry type to boolean

* create the configmap just if the settings dir is set (convox#622)

* Try to restrict settings variable to only new releases

* Fix minor version check for telemetry support

* remove prints

* rollback go syntax: init toSync map

* rollback release version check

* Fix deepsource report

* Fix unit tests

* Remove diff strategy

* rack_params as a prefix

* Put telemetry off as default for next release

* fix unit tests

* Fix deepsource

* not necessary update sync configmap anymore

* Put the right minor version supported

* refactoring check if release is supported

* try a patch release

---------

Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

Fix internal router (convox#633)

Add spot and on_demand instance count in telemetry (convox#621)

* Add spot and on_demand instance count in telemetry

* Put the login in seperate funtion

Fix: fix azure rack install (convox#635)

* Azure fix

* Fix build security context bug

* Update buildkit version

Add subnets as variables

Change use of `aws_subnet.private` to `var.private_subnets_ids`

Add test files

Convert params from `map[string]string` to `map[string]interface{}`

Revert methods.go

Revert pkg/api changes

Revert pkg/cli changes

Revert pkg/console changes

Revert pkg/structs changes

Revert pkg/rack changes

Add break of interfaces for terraform variables

Fix test files

Revert cli changes

Remove cli test file

Change main subnets variable to string, add public subnets

Fix subnets of node group

Add gateways

Fix-821: Local rack fix for minikube (convox#551)

* remove hostNetwork config for agents (convox#549)

* remove hostNetwork config for agents

* Adding CodeOwners to request approve when a PR is open to merge on master

* Changes CodeOwners team

* update documentation

Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Fix for local v3 rack install for minikube

* set type of resolver-external as 'ClusterIP' only

* Remove the dummy selector

* Use public dns resolver to resolve the minikube ip

* Add seperate domain for mac

---------

Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

Update-821: Dev rack and misc docs

Update-821: Dev rack and misc docs-2

Remove nat gateway from locals

Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

Revert changes on `pkg/cli/login.go`

Revert changes on `pkg/rack/console.go`

Remove comments

Remove unecessary comment

Add compact

Fix use of route table when only passing VPC

Create rack using existing subnets (convox#563)

* Add subnets as variables

* Change use of `aws_subnet.private` to `var.private_subnets_ids`

* Add test files

* Convert params from `map[string]string` to `map[string]interface{}`

* Revert methods.go

* Revert pkg/api changes

* Revert pkg/cli changes

* Revert pkg/console changes

* Revert pkg/structs changes

* Revert pkg/rack changes

* Add break of interfaces for terraform variables

* Fix test files

* Fix-821: Local rack fix for minikube (convox#551)

* remove hostNetwork config for agents (convox#549)

* remove hostNetwork config for agents

* Adding CodeOwners to request approve when a PR is open to merge on master

* Changes CodeOwners team

* update documentation

Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Fix for local v3 rack install for minikube

* set type of resolver-external as 'ClusterIP' only

* Remove the dummy selector

* Use public dns resolver to resolve the minikube ip

* Add seperate domain for mac

---------

Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>

* Update-821: Dev rack and misc docs

* Update-821: Dev rack and misc docs-2

* Update-821: Dev rack and misc docs-3

* Revert cli changes

* Remove cli test file

* Change main subnets variable to string, add public subnets

* Fix subnets of node group

* Add gateways

* Remove nat gateway from locals

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0 (convox#575)

* Feat-838: Internal router  for rack to communication (convox#565)

* Add support internal nginx for internal rack to rack communication

* Address the doc review

* Change dependabot to open PRs to the staging branch (convox#573)

* build(deps): bump github.com/creack/pty from 1.1.13 to 1.1.18 (convox#467)

Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.13 to 1.1.18.
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.13...v1.1.18)

---
updated-dependencies:
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.8.0

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert changes on `pkg/cli/login.go`

* Revert changes on `pkg/rack/console.go`

* Remove comments

* Remove unecessary comment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Md. Nure Alam Nahid <knightnahid@gmail.com>
Co-authored-by: Yuri Adams Chaves Maia <yuriadams@gmail.com>
Co-authored-by: Taynan Souza <taynan.tws@gmail.com>
Co-authored-by: Nick <nthoni@hotmail.com>
Co-authored-by: Taynan <Twsouza@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Add docs of subnets

Change rack name (convox#589)

* Add rack_name to the vars

It will be used to set the rack name

* Add rack name to the nanespace label

* Change the rack name before it's moved to the console or locally

* Fix tests about terraform

* Add rack_name to all providers

fix: Add fix for aws gov cloud (convox#609)

* Add fix for aws gov cloud

* Fix attribute not found error when terraform destroy

Remove outdated code and unused lib (convox#611)

Set default value for rack_name on tf files

Fix rack markdown newline

Remove duplicate `wait_for_cluster`

Revert unused files

Only use rack_name on a supported version (convox#618)

* Rack install, move or update will only attach rack_name if it's on a supported version

* Fix tests

Remove duplicate variables on aws

Add `data.aws_nat_gateway`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant