Skip to content

Releases: gefyrahq/gefyra

0.13.0

31 Oct 15:47
Compare
Choose a tag to compare

What's Changed

The install script now prints warning in case any tooling is not available on your machine. The default behaviour for running containers is now attached mode - and added -d for detached mode.

  • chore(deps-dev): bump flake8-bugbear from 22.9.23 to 22.10.25 in /client by @dependabot in #223
  • chore(deps-dev): bump pytest from 7.1.3 to 7.2.0 in /operator by @dependabot in #225
  • fix(#204): add wait time for status command by @SteinRobert in #219
  • chore(deps-dev): bump pytest from 7.1.3 to 7.2.0 in /client by @dependabot in #224
  • chore(deps-dev): bump flake8-bugbear from 22.10.25 to 22.10.27 in /client by @dependabot in #228
  • feat(installer): Check if all install dependencies are available by @georgkrause in #226
  • feat(installer): Check if install is available before running installer by @georgkrause in #230
  • feat: add detach flag to cli by @SteinRobert in #232

Full Changelog: 0.12.0...0.13.0

0.12.0

21 Oct 13:57
Compare
Choose a tag to compare

This release introduces support for docker contexts! Furthermore the bridge command now supports the --target flag which improves the usage a lot! Thanks to @knorr3 for this amazing contribution!

What's Changed

New Contributors

Full Changelog: 0.11.4...0.12.0

0.11.4

07 Oct 14:10
Compare
Choose a tag to compare

This release fixes a bug which caused the unbridge command to use the wrong kubeconfig (#199). Furthermore a bug for the carrier was fixed which caused its startup to fail in certain scenarios (#200). Moreover some dependencies have been bumped.

What's Changed

Full Changelog: 0.11.3...0.11.4

0.11.3

29 Sep 07:55
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump oauthlib from 3.2.0 to 3.2.1 in /client by @dependabot in #193
  • chore(deps): bump oauthlib from 3.2.0 to 3.2.1 in /operator by @dependabot in #194
  • chore(deps-dev): bump flake8-bugbear from 22.9.11 to 22.9.23 in /client by @dependabot in #195
  • chore(deps): bump dependencies by @SteinRobert in #197

Full Changelog: 0.11.2...0.11.3

0.11.2 Windows build fix

14 Sep 18:14
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump flake8-bugbear from 22.8.23 to 22.9.11 in /client by @dependabot in #190
  • fix: docker deps for pyoxidizer build by @SteinRobert in #192

Full Changelog: 0.11.1...0.11.2

0.11.1

09 Sep 14:08
Compare
Choose a tag to compare

Gefyra Version 0.11.1

Gefyra - Horizontal - Black

Changed Commands

gefyra run

From this version on gefyra run does not automatically remove containers anymore. Instead, gefyra run mimics the default behavior of docker run. If you want the old default behavior, you now have to add the gefyra run ... --rm option. This is particularly useful if you have a faulty container that exits immediately and you would like to inspect the output using docker log <container>. That is possible now.

gefyra status

A new API function was added: status(...). It is available as CLI command using gefyra status. It will return the current status of Gefyra's client and cluster side.

Issues

If you have issues or want to see another feature in Gefyra, head over to the issues section. We added new templates: https://github.com/gefyrahq/gefyra/issues/new/choose

What's Changed

  • chore(deps): bump cli-tracker from 0.2.5 to 0.2.7 in /client by @dependabot in #165
  • chore(deps-dev): bump flake8 from 4.0.1 to 5.0.4 in /operator by @dependabot in #166
  • chore(deps-dev): bump flake8-black from 0.2.5 to 0.3.3 in /client by @dependabot in #167
  • chore(deps-dev): bump pytest from 5.4.3 to 7.1.2 in /operator by @dependabot in #168
  • chore(deps-dev): bump flake8-bugbear from 22.7.1 to 22.8.23 in /client by @dependabot in #169
  • chore(deps-dev): bump flake8 from 4.0.1 to 5.0.4 in /client by @dependabot in #173
  • chore(deps): bump kopf from 1.35.5 to 1.35.6 in /operator by @dependabot in #170
  • chore(deps-dev): bump coverage from 6.4.2 to 6.4.4 in /client by @dependabot in #171
  • chore(deps-dev): bump flake8-black from 0.2.5 to 0.3.3 in /operator by @dependabot in #174
  • chore(deps): bump kubernetes from 19.15.0 to 24.2.0 in /operator by @dependabot in #172
  • fix(#175): issue with multiple ports for port parser by @SteinRobert in #177
  • chore(deps-dev): bump black from 22.6.0 to 22.8.0 in /operator by @dependabot in #181
  • chore(deps-dev): bump black from 22.6.0 to 22.8.0 in /client by @dependabot in #180
  • feat: add bridge information after successful establish by @SteinRobert in #164
  • Improve workload types error message by @sokratisvas in #182
  • Fix typos by @kianmeng in #162
  • chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 in /client by @dependabot in #183
  • chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 in /operator by @dependabot in #184
  • feat: store kubeconfig as label on Cargo container by @Schille in #186
  • Add gefyra status API and command by @Schille in #187
  • feat: add --rm flag to gefyra run; now defaults to false by @Schille in #188
  • fix imports for PyOxidizer by @Schille in #189

New Contributors

Full Changelog: 0.10.2...0.11.1

0.10.2

26 Aug 15:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.1...0.10.2

0.10.1

19 Aug 15:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.0...0.10.1

0.10.0

19 Aug 14:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.10.0

0.9.1

12 Aug 15:07
Compare
Choose a tag to compare

What's Changed

  • feat(#79): more empathetic install feedback by @buschNT in #143
  • feat(client): add --wireguard-mtu argument; default to 1340 by @Schille in #144
  • feat(client): fallback 'gefyra run' namespace from kubeconfig by @Schille in #140
  • feat(client): read endpoint connection from kubeconfig by @Schille in #139

New Contributors

Full Changelog: 0.9.0...0.9.1