Skip to content

Releases: ic-designer/fnal-asic-compute

0.8.0

11 Apr 13:00
8871329
Compare
Choose a tag to compare

[0.8.0] - 2024-04-11

Added

  • .zshrc now loads kerberos tokens when sourced.
  • .zshrc now munges a command for loading kerberos token to cron.
  • Git Tab completion added for Linux Server configurations.
  • Git Tab completion added for MacOS Client configurations.
  • Git status flags added to Linux Server prompt.
  • Git status flags added to MacOS Client prompt.
  • Updated version of make-boxerbird adds a git-hook preventing push to main.

Changed

  • Updated the README
    • Added link to vnctools repo readme to the readme for this repo.
    • Added feature list to the MacOS configuration.
  • Default make target now prints help message.
  • Standardized the dependency branch variables to the following:
    • BOXERBIRD_BRANCH - Branch used for the make-boxerbird tools.
    • CONFIGURATOR_RULES_BRANCH - Branch used for the a make-configurator rules.
    • VNCTOOLS_BRANCH - Branch used for the vntools.

Fixed

  • For linux client configuration, turned off bell and enabled autorepeat

Full Changelog: 0.7.4...0.8.0

0.7.4

19 Feb 14:32
Compare
Choose a tag to compare

[0.7.4] - 2024-02-19

Changed

  • removed alias for ssh where kload was prepended to the command since executables don't
    recognize the aliases.
  • Updated vnctools version 0.4.0 -> 0.4.1

Fixed

  • For linux client configuration, turned off bell and enabled autorepeat

Full Changelog: 0.7.3...0.7.4

0.7.3

10 Feb 19:48
Compare
Choose a tag to compare

[0.7.3] - 2024-02-10

Changed

  • Updated vnctools version 0.3.4 -> 0.4.0

Fixed

  • Moved vnctools clone command out of hooks.mk and into deps.mk

Full Changelog: 0.7.2...0.7.3

0.7.2

30 Jan 21:27
Compare
Choose a tag to compare

[0.7.2] - 2024-01-18

Changed

  • Updated the vnctools version number to 0.3.4

Full Changelog: 0.7.1...0.7.2

0.7.1

18 Jan 18:42
Compare
Choose a tag to compare

[0.7.1] - 2024-01-18

Changed

  • Updated the vnctools version number to 0.3.3

Full Changelog: 0.7.0...0.7.1

0.7.0

17 Jan 20:30
Compare
Choose a tag to compare

[0.7.0] - 2024-01-17

Added

  • The KRB5_KTNAME variable added to create a default keytab file.

Changed

  • The installation path variable DESTDIR must now be specified as an absolute path.

Fixed

  • The KRB_PRINCIPAL variable was not updated to KRB5_PRINCIPAL in the krbtools-keytab script.
  • The krbtools-keytab script will now replace existing entries in the keytab file when updating
    changine the password instead erroring out and forcing user to delete the file.
  • A computer update caused the prompt to quit working

Full Changelog: 0.6.0...0.7.0

0.6.0

16 Jan 01:52
Compare
Choose a tag to compare

[0.6.0] - 2024-01-15

Changed

  • Sorted file from the configuratio src directories into explicit bin and home directories.

Full Changelog: 0.5.0...0.6.0

0.5.0

15 Jan 18:05
Compare
Choose a tag to compare

[0.5.0] - 2024-01-15

Changed

  • Changed the Kerberos username variable used in kload alias KRB_PRINCIPAL -> KRB5_PRINCIPAL.

Full Changelog: 0.4.0...0.5.0

0.4.0

15 Jan 05:11
Compare
Choose a tag to compare

[0.4.0] - 2023-01-04

Added

  • Configurations can now share a common Makefile which allows for configuration specific
    customizations to added using hook targets: hook-check, hook-install, hook-test, and
    hook-uninstall.

Changed

  • Simplified Makefile into a barebones file that only provides a list of targets
  • Cleaned up the linux-server .bashrc and enabled overrides and customizaitons through a
    .bashrc_local file.
  • Default installation path moved to ~/.local/lib/fnal-asic-compute-shared.
  • Renamed make/shared-targets.mk -> make/private.mk
  • Renamed fnal-asic-config-macos -> fnal-asic-config-macos-client
  • Renamed fnal-asic-config-linux -> fnal-asic-config-linux-server

Fixed

  • Minor formating and type fixes to macos-client .zshrc file.

Full Changelog: 0.3.1...0.4.0

release-0.3.1

11 Jan 05:52
Compare
Choose a tag to compare

[0.3.1] - 2023-01-10

Added

  • Added an installation successful message to the install target.
  • The Makefile variable WORKDIR_ROOT can now be overidden on the command line.

Changed

  • Build dependencies are now populated under $(WORKDIR_ROOT)/deps/.
  • Build artifacts are now populated under $(WORKDIR_ROOT)/build/.
  • Test artifacts are now populated under$(WORKDIR_ROOT)/test/.

Fixed

  • Running target check and test, now try to test the dependencies as well

Full Changelog: 0.3.0...0.3.1