Skip to content

Releases: sunggun-yu/envp

v1.5.0

21 Feb 05:15
042cf88
Compare
Choose a tag to compare

1.5.0 (2024-02-21)

Features

  • indicator for nested profile (25caa08)

v1.4.0

22 Nov 22:45
a0a3d9d
Compare
Choose a tag to compare

1.4.0 (2023-11-22)

Features

  • Add support for multiple init-script (#101) (b27a0cd)

v1.3.2

21 Nov 03:34
969a4eb
Compare
Choose a tag to compare

1.3.2 (2023-11-21)

Bug Fixes

  • parseEnvs for expanding env and shell subst (#99) (862ce36)

v1.3.1

19 Nov 22:23
6faa4b0
Compare
Choose a tag to compare

1.3.1 (2023-11-19)

Bug Fixes

v1.3.0

18 Nov 06:52
e72668b
Compare
Choose a tag to compare

1.3.0 (2023-11-18)

Features

  • init-script to initiate environment for profile (#90) (65301db)

v1.2.1

16 Nov 21:06
71b7807
Compare
Choose a tag to compare

Changelog

  • 1b81910 build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#85)
  • 2e340dd build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 (#87)
  • 870504e build(deps): bump github.com/onsi/gomega from 1.28.0 to 1.29.0 (#83)
  • e092c5d build(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#86)
  • 31bc805 build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#84)
  • 71b7807 fix: shell substitution error with exit status 127 (#88)

v1.2.0

16 Oct 01:41
9e9ea7f
Compare
Choose a tag to compare

feat: support shell cmd substitution (#81)

  • feat: support shell cmd subst
  • supporting shell command substitution in the value. e.g. MY_ENV="$(echo hello)"
  • refactoring: move Env and Envs to env.go file
  • refactoring: Envs to have pointer of Env
  • fix: use /bin/sh if default shell is empty

v1.1.0

13 Jan 05:31
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot in #10
  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #11
  • build(deps): bump github.com/onsi/gomega from 1.18.1 to 1.19.0 by @dependabot in #12
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.1.4 by @dependabot in #13
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #14
  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #16
  • build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #17
  • build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #18
  • build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #19
  • build(deps): bump github.com/onsi/gomega from 1.19.0 to 1.20.0 by @dependabot in #20
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6 by @dependabot in #22
  • build(deps): bump github.com/onsi/gomega from 1.20.0 to 1.20.2 by @dependabot in #23
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 by @dependabot in #24
  • build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #26
  • build(deps): bump github.com/onsi/gomega from 1.20.2 to 1.22.1 by @dependabot in #28
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1 by @dependabot in #29
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #30
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0 by @dependabot in #31
  • build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #32
  • build(deps): bump github.com/onsi/gomega from 1.22.1 to 1.24.0 by @dependabot in #34
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 by @dependabot in #35
  • build(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1 by @dependabot in #36
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 by @dependabot in #37
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 by @dependabot in #38
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 by @dependabot in #39
  • build(deps): bump github.com/onsi/gomega from 1.24.1 to 1.24.2 by @dependabot in #40
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 by @dependabot in #41

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

01 Mar 21:49
Compare
Choose a tag to compare

Changelog

v1.0.0

24 Feb 23:50
Compare
Choose a tag to compare

Changelog

  • ad75f66 [skip ci] adding dependabot
  • 7a0cc94 [skip ci] remove unused code
  • 889acab ci: should add SHELL for ci testing
  • 2827d8e dep: updating ginkgo version
  • ad086d2 feat: adding config file to get rid of viper
  • 8d58867 feat: use internal config file implementation instead of viper
  • db93bc4 fix: add command and test case
  • f2ded67 fix: additional test cast for show cmd
  • e8f1bea fix: delete command ginkgo test and confirm prompt
  • 7e33c51 fix: edit command ginkgo test
  • 95a22cf fix: init config file should not trunc file
  • c62eeed fix: list command and test code
  • dd49a17 fix: list command test
  • bcbcad3 fix: root command and ginkgo test cases
  • 80ac070 fix: save test should perform right after updating
  • 1495a07 fix: show command and test code
  • b5633a7 fix: show command ginkgo test
  • 6ae48f7 fix: test code. unexpected behaviour with defer
  • bc0d69b fix: test file path
  • 854ffd8 fix: typo [skip -ci]
  • 914c649 fix: typo [skip ci]
  • cd8cd3a fix: use command and test code
  • 7cd0871 fix: use command ginkgo test
  • 94ab78c fix: version command and test code
  • 2e02821 fix:start command and ginkgo test cases
  • 0b884f3 testing: add test cases for config file
  • a06a5de testing: use testify for non ginkgo