Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ioga/devcluster

Tags

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ioga Ilia Glazkov
fix docker_localhost guess logic

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ioga Ilia Glazkov
fix docker_localhost guess logic

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
various fixes (determined-ai#58)

* fix: "bad file descriptor" error with py3.13

The bug is that we were closing the fd beneath a buffered reader, and
then the Popen was trying to close the buffered reader, which was
hitting a double-close error on the underlying fd.

* lint fixes

* chore: bump version to 1.3.2

Changes:
  - Update default postgres version
  - fix double-close error with py3.13

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 1.3.1 (determined-ai#54)

Changes:
  - expand and improve kill_signal support
  - fix a bug where the wrong stage might be killed in some cases

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 1.3.0 (determined-ai#42)

- Allows a "kill_signal" config for master and agent stages

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 1.2.1 (determined-ai#39)

- Fix an import error during initial setup with Python 3.8.
- Relax cwd checks, so pre commands can set up cwd.
- Fix some old configs that no longer worked.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 1.2.0 (determined-ai#33)

- Allow stage kills and restarts via key bindings
- Update default devcluster.yaml for Determined updates.
- Fix hangs observed on mac
- Other minor fixes

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version to 1.1.0 (determined-ai#24)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare for publishing (determined-ai#12)