Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: goss-org/goss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.5
Choose a base ref
...
head repository: goss-org/goss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.7
Choose a head ref
  • 7 commits
  • 14 files changed
  • 6 contributors

Commits on Mar 24, 2024

  1. Update travis-ci build image and revert docs link (#888)

    * Update travis-ci build image and revert docs link
    
    closes #885
    
    * Attempt to fix CI
    aelsabbahy authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7e2dfe8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    62a9743 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ab2f627 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Fixed: security findings (#905)

    Update github.com/onsi/gomega to fix golang.org/x/net security finding
    closes #894
    
    CI should use newer version of go which closes #903
    aelsabbahy authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ce8221d View commit details
    Browse the repository at this point in the history
  2. add a default user-agent header (#892)

    * add a default user-agent header
    
    * add Version to util package; set util.Version as part of the release-build.sh script; use util.Version to make user-agent for http action
    
    * Update check to lower case user input
    
    * Remove setting version in main
    
    * Remove version variable from main; use util.Version in place of mains version variable
    
    * Update goss-shared.yaml with httpbin check for default user-agent
    
    * Update goss-shared.yaml
    
    Moved header tests into 1
    
    * go fmt over whole project
    
    * changed string array back to brackets instead of dashes
    
    * sanity check
    
    * Added: user-agent test back into test file
    
    ---------
    
    Co-authored-by: Ahmed Elsabbahy <elsabbahyahmed@yahoo.com>
    catdevman and aelsabbahy authored May 16, 2024
    Configuration menu
    Copy the full SHA
    1b523c0 View commit details
    Browse the repository at this point in the history
  3. Add new runtime environment variable to dgoss to copy additional files (

    #898)
    
    * Add an option to dgoss to copy additional directories.
    
    * remove new line
    dklimpel authored May 16, 2024
    Configuration menu
    Copy the full SHA
    794ae12 View commit details
    Browse the repository at this point in the history
  4. documentation: dgoss on mac needs DGOSS_TEMP_DIR (#873)

    Co-authored-by: Ahmed Elsabbahy <aelsabbahy@users.noreply.github.com>
    rasschaert and aelsabbahy authored May 16, 2024
    Configuration menu
    Copy the full SHA
    334f214 View commit details
    Browse the repository at this point in the history
Loading