release-v1.2.5 #50
msrajawat298
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Modified workflow to trigger on tag pushes instead of branch pushes. (See
.github/workflows/publish.yml
)Added Docker-related code snippets for container management and image manipulation. (See
snippets/docker.code-snippets
)Added new shell commands for various tasks like checking Apache configuration, tailing logs, fixing SSL certificate issues, mounting remote directories, etc. (See
snippets/shell.code-snippets
)Added Docker commands for container management. See _docker in snippets/docker.code-snippets.
Added the ability to create a new Docker image from a running container. See _create docker image in snippets/docker.code-snippets.
Added the capability to push Docker images to AWS Container Registry (ECR). See _push docker image to aws ECR in snippets/docker.code-snippets.
Included a code snippet for sharing Docker images locally without pushing them to AWS ECR. See _share image in snippets/docker.code-snippets.
Added support for loading Docker images from a local file. See _load image in snippets/docker.code-snippets.
Introduced a Docker command to run a container with your project name and image. See _docker_run_project in snippets/docker.code-snippets.
Added Docker commands to pull the latest CentOS image from Docker Hub and run an interactive CentOS container. See _docker_pull_centos and _docker_run_centos in snippets/docker.code-snippets.
Added a code snippet to update SSH configuration with ssh-rsa algorithms. See _update_ssh_config in snippets/shell.code-snippets.
Included a code snippet for tailing multiple log files in real-time. See _tail logs in snippets/shell.code-snippets.
Added a code snippet to fix SSL certificates issues. See _fix ssl in snippets/shell.code-snippets.
Introduced a code snippet to enable Apache modules on Ubuntu systems. See _enable apache module in snippets/shell.code-snippets.
Added a code snippet to check Apache configuration for syntax errors. See _check apache in snippets/shell.code-snippets.
Included a code snippet to restart the Apache server. See _restart apache in snippets/shell.code-snippets.
Added a code snippet to copy files using scp with ssh-dss key algorithm. See _scp ssh-dss in snippets/shell.code-snippets.
Introduced a code snippet to create a symbolic link between /etc/apache2/conf.d and /etc/apache2/sites-enabled. See _apache symlink in snippets/shell.code-snippets.
Added a code snippet to mount a remote directory from a server to a local mount point in Linux. See _mount_remote_directory in snippets/shell.code-snippets.
Included code snippets to display the first 10 packages available in the Yum package manager, check disk space usage, list block devices, resize filesystem, and replace text in a file with sed. See _yum_list, _disk_space_usage, _lsblk, _resize_filesystem, and _sed_replace_text in snippets/shell.code-snippets.
Added a code snippet to search for the python27-pip package using Yum package manager. See _yum_search_python27-pip in snippets/shell.code-snippets.
Included code snippets to install VS Code Extension Manager (VSCE), package VS Code extensions into a .vsix file, and publish VS Code extensions using a Personal Access Token (VSCE_TOKEN). See _install_vsce, _package_extension, and _publish_extension_token in snippets/shell.code-snippets.
Added code snippets to create a new user in Ubuntu, check if a user is created, get the Public and Local IP addresses, create an SFTP user with Chroot, and get comprehensive system information. See _adduser, _checkuser, _public_ip, _local_ip, _create_sftp_user, and _sys_info in snippets/shell.code-snippets.
Full Changelog: v1.2.4...v1.2.5
This discussion was created from the release release-v1.2.5.
Beta Was this translation helpful? Give feedback.
All reactions